Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libhandy/
Date: Sat, 30 Nov 2019 21:17:25
Message-Id: 1575148630.0d5ec18c4a2fff0599697080ce9c2ae4f5a635f6.slyfox@gentoo
1 commit: 0d5ec18c4a2fff0599697080ce9c2ae4f5a635f6
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 30 21:14:56 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 30 21:17:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d5ec18c
7
8 gui-libs/libhandy: keyworded 0.0.9 for ppc/ppc64, bug #692802
9
10 Tested-by: ernsteiswuerfel
11 Package-Manager: Portage-2.3.80, Repoman-2.3.19
12 RepoMan-Options: --include-arches="ppc ppc64"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 gui-libs/libhandy/libhandy-0.0.9.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/gui-libs/libhandy/libhandy-0.0.9.ebuild b/gui-libs/libhandy/libhandy-0.0.9.ebuild
19 index ead67df2c05..43f9ad68338 100644
20 --- a/gui-libs/libhandy/libhandy-0.0.9.ebuild
21 +++ b/gui-libs/libhandy/libhandy-0.0.9.ebuild
22 @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
23 LICENSE="LGPL-2.1+"
24 SLOT="0.0/0" # It may or may not break ABI in future versions at this point; if new
25 # SLOT happens, it'll likely file conflict on gtk-doc and glade library and catalog
26 -KEYWORDS="~amd64 ~arm64 ~sparc ~x86"
27 +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86"
28
29 IUSE="examples glade gtk-doc +introspection test +vala"
30 REQUIRED_USE="vala? ( introspection )"