diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-30 21:14:56 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-30 21:17:10 +0000 |
commit | 0d5ec18c4a2fff0599697080ce9c2ae4f5a635f6 (patch) | |
tree | 9a5ed0daf904de41a564a45667b7beae0b9da26e /gui-libs | |
parent | gnome-base/gnome-light: keyworded 3.32.2 for ppc/ppc64, bug #692802 (diff) | |
download | gentoo-0d5ec18c4a2fff0599697080ce9c2ae4f5a635f6.tar.gz gentoo-0d5ec18c4a2fff0599697080ce9c2ae4f5a635f6.tar.bz2 gentoo-0d5ec18c4a2fff0599697080ce9c2ae4f5a635f6.zip |
gui-libs/libhandy: keyworded 0.0.9 for ppc/ppc64, bug #692802
Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.80, Repoman-2.3.19
RepoMan-Options: --include-arches="ppc ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/libhandy/libhandy-0.0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/libhandy/libhandy-0.0.9.ebuild b/gui-libs/libhandy/libhandy-0.0.9.ebuild index ead67df2c058..43f9ad68338a 100644 --- a/gui-libs/libhandy/libhandy-0.0.9.ebuild +++ b/gui-libs/libhandy/libhandy-0.0.9.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2.1+" SLOT="0.0/0" # It may or may not break ABI in future versions at this point; if new # SLOT happens, it'll likely file conflict on gtk-doc and glade library and catalog -KEYWORDS="~amd64 ~arm64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86" IUSE="examples glade gtk-doc +introspection test +vala" REQUIRED_USE="vala? ( introspection )" |