diff options
author | Sam James <sam@gentoo.org> | 2021-02-26 19:02:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-26 19:02:21 +0000 |
commit | b5c7fdc85d705063c2fcafcf92243ef6acf19cf2 (patch) | |
tree | 7e633cf3197d0bdc95bfbd6ee8ac068e99871266 /gui-libs | |
parent | sys-block/ndctl-71.1-r1: Revbump add keyutils dep (bug #772962) (diff) | |
download | gentoo-b5c7fdc85d705063c2fcafcf92243ef6acf19cf2.tar.gz gentoo-b5c7fdc85d705063c2fcafcf92243ef6acf19cf2.tar.bz2 gentoo-b5c7fdc85d705063c2fcafcf92243ef6acf19cf2.zip |
gui-libs/libhandy: Stabilize 0.0.13 arm64, #773028
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/libhandy/libhandy-0.0.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-libs/libhandy/libhandy-0.0.13.ebuild b/gui-libs/libhandy/libhandy-0.0.13.ebuild index c9ba68791ced..5d6f3c895bca 100644 --- a/gui-libs/libhandy/libhandy-0.0.13.ebuild +++ b/gui-libs/libhandy/libhandy-0.0.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 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="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="examples glade gtk-doc +introspection test +vala" REQUIRED_USE="vala? ( introspection )" |