diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-01-31 22:05:36 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-01-31 22:05:36 +0200 |
commit | ea1cee2e316884dff54e623c2a115d9252f886fb (patch) | |
tree | 801fd6e20750c39e2ed20f292ebb279fee5ae87f /gui-libs | |
parent | media-libs/gsound: Add ~ia64 keyword (bug #692802) (diff) | |
download | gentoo-ea1cee2e316884dff54e623c2a115d9252f886fb.tar.gz gentoo-ea1cee2e316884dff54e623c2a115d9252f886fb.tar.bz2 gentoo-ea1cee2e316884dff54e623c2a115d9252f886fb.zip |
gui-libs/libhandy: Add ~ia64 keyword (bug #692802)
Tested-by: Émeric Maschino
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/libhandy/libhandy-0.0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-libs/libhandy/libhandy-0.0.9.ebuild b/gui-libs/libhandy/libhandy-0.0.9.ebuild index b83d36c74330..1fa76729e3c2 100644 --- a/gui-libs/libhandy/libhandy-0.0.9.ebuild +++ b/gui-libs/libhandy/libhandy-0.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="examples glade gtk-doc +introspection test +vala" REQUIRED_USE="vala? ( introspection )" |