Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libhandy/
Date: Fri, 26 Feb 2021 19:02:39
Message-Id: 1614366141.b5c7fdc85d705063c2fcafcf92243ef6acf19cf2.sam@gentoo
1 commit: b5c7fdc85d705063c2fcafcf92243ef6acf19cf2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 26 19:02:21 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 26 19:02:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c7fdc8
7
8 gui-libs/libhandy: Stabilize 0.0.13 arm64, #773028
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 gui-libs/libhandy/libhandy-0.0.13.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/gui-libs/libhandy/libhandy-0.0.13.ebuild b/gui-libs/libhandy/libhandy-0.0.13.ebuild
16 index c9ba68791ce..5d6f3c895bc 100644
17 --- a/gui-libs/libhandy/libhandy-0.0.13.ebuild
18 +++ b/gui-libs/libhandy/libhandy-0.0.13.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
26 LICENSE="LGPL-2.1+"
27 SLOT="0.0/0" # It may or may not break ABI in future versions at this point; if new
28 # SLOT happens, it'll likely file conflict on gtk-doc and glade library and catalog
29 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
30 +KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
31
32 IUSE="examples glade gtk-doc +introspection test +vala"
33 REQUIRED_USE="vala? ( introspection )"