diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-06 22:37:28 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-06 22:37:28 -0700 |
commit | 8dcbff41c07cdac78b976c98452c356c6deadf44 (patch) | |
tree | 63948ab99ca7ddbc9ef25adf683c26d033c80a9a /sys-apps/dbus-broker | |
parent | sys-apps/dbus-broker: keyword 29 for ~arm64 (diff) | |
download | gentoo-8dcbff41c07cdac78b976c98452c356c6deadf44.tar.gz gentoo-8dcbff41c07cdac78b976c98452c356c6deadf44.tar.bz2 gentoo-8dcbff41c07cdac78b976c98452c356c6deadf44.zip |
sys-apps/dbus-broker: sync live ebuild keywords
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-apps/dbus-broker')
-rw-r--r-- | sys-apps/dbus-broker/dbus-broker-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/dbus-broker/dbus-broker-9999.ebuild b/sys-apps/dbus-broker/dbus-broker-9999.ebuild index 3c404b237532..36eca730b925 100644 --- a/sys-apps/dbus-broker/dbus-broker-9999.ebuild +++ b/sys-apps/dbus-broker/dbus-broker-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/bus1/dbus-broker.git" else - KEYWORDS="~amd64 ~ppc64" + KEYWORDS="~amd64 ~arm64 ~ppc64" SRC_URI="https://github.com/bus1/dbus-broker/archive/v${PV}/${P}.tar.gz" declare -Ag SUBPROJECTS=( [c-dvar]=9e1a5b4363aaece7169df2b2852944a1434b2df5 |