diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-16 15:44:25 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-16 15:44:25 -0800 |
commit | bd716bb01ee083817afdc90868d127c37872dfed (patch) | |
tree | 13882b20f3f3c7a6e4ccb378d17baddddb303ac4 /sys-apps/dbus-broker | |
parent | sys-apps/dbus-broker: keyword 29 for ~riscv (diff) | |
download | gentoo-bd716bb01ee083817afdc90868d127c37872dfed.tar.gz gentoo-bd716bb01ee083817afdc90868d127c37872dfed.tar.bz2 gentoo-bd716bb01ee083817afdc90868d127c37872dfed.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 36eca730b925..83f7734dc680 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-2021 Gentoo Authors +# Copyright 2017-2022 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 ~arm64 ~ppc64" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv" SRC_URI="https://github.com/bus1/dbus-broker/archive/v${PV}/${P}.tar.gz" declare -Ag SUBPROJECTS=( [c-dvar]=9e1a5b4363aaece7169df2b2852944a1434b2df5 |