diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-08-24 13:39:42 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-08-24 13:39:42 +0200 |
commit | dcfc8bac0e7a5db8c3cef3a166fc1d910a2a002f (patch) | |
tree | ffe3343fedbeeda792383c1e528d3c944a5c3799 /dev-libs | |
parent | virtual/tmpfiles: do not require an impl on Prefix guest (diff) | |
download | gentoo-dcfc8bac0e7a5db8c3cef3a166fc1d910a2a002f.tar.gz gentoo-dcfc8bac0e7a5db8c3cef3a166fc1d910a2a002f.tar.bz2 gentoo-dcfc8bac0e7a5db8c3cef3a166fc1d910a2a002f.zip |
dev-libs/dbus-glib: amd64 stable wrt bug #808492
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/dbus-glib/dbus-glib-0.112.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/dbus-glib/dbus-glib-0.112.ebuild b/dev-libs/dbus-glib/dbus-glib-0.112.ebuild index 0f5b4eb81198..3ebb953eb635 100644 --- a/dev-libs/dbus-glib/dbus-glib-0.112.ebuild +++ b/dev-libs/dbus-glib/dbus-glib-0.112.ebuild @@ -11,7 +11,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 ~riscv ~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 )" |