diff options
author | Yixun Lan <dlan@gentoo.org> | 2021-05-19 21:44:30 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-05-21 08:48:58 +0800 |
commit | 32f0127145bcbffeff4da3d17c93b56cb6f17de3 (patch) | |
tree | 878b8d5bcd83efbd1a3540b16241faf097070d23 /dev-libs/dbus-glib | |
parent | dev-libs/vala-common: add riscv keyword (diff) | |
download | gentoo-32f0127145bcbffeff4da3d17c93b56cb6f17de3.tar.gz gentoo-32f0127145bcbffeff4da3d17c93b56cb6f17de3.tar.bz2 gentoo-32f0127145bcbffeff4da3d17c93b56cb6f17de3.zip |
dev-libs/dbus-glib: add riscv keyword
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-libs/dbus-glib')
-rw-r--r-- | dev-libs/dbus-glib/dbus-glib-0.110.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/dbus-glib/dbus-glib-0.110.ebuild b/dev-libs/dbus-glib/dbus-glib-0.110.ebuild index 7a4c8e0d4df1..39943cb7eb12 100644 --- a/dev-libs/dbus-glib/dbus-glib-0.110.ebuild +++ b/dev-libs/dbus-glib/dbus-glib-0.110.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="|| ( GPL-2 AFL-2.1 )" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="debug static-libs test" RESTRICT="!test? ( test )" |