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, 28 Sep 2019 11:27:35
Message-Id: 1569670044.d6ab94fe45b223facaffe486304d866efa0efe7a.slyfox@gentoo
1 commit: d6ab94fe45b223facaffe486304d866efa0efe7a
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sat Sep 28 11:21:54 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 11:27:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6ab94fe
7
8 gui-libs/libhandy: keyworded 0.0.9 for sparc, bug #692802
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
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 28172d85637..ead67df2c05 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 ~x86"
27 +KEYWORDS="~amd64 ~arm64 ~sparc ~x86"
28
29 IUSE="examples glade gtk-doc +introspection test +vala"
30 REQUIRED_USE="vala? ( introspection )"