Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libhandy/
Date: Fri, 31 Jan 2020 20:10:24
Message-Id: 1580501136.ea1cee2e316884dff54e623c2a115d9252f886fb.leio@gentoo
1 commit: ea1cee2e316884dff54e623c2a115d9252f886fb
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 31 20:05:36 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 31 20:05:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea1cee2e
7
8 gui-libs/libhandy: Add ~ia64 keyword (bug #692802)
9
10 Tested-by: Émeric Maschino
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 gui-libs/libhandy/libhandy-0.0.9.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/gui-libs/libhandy/libhandy-0.0.9.ebuild b/gui-libs/libhandy/libhandy-0.0.9.ebuild
18 index b83d36c7433..1fa76729e3c 100644
19 --- a/gui-libs/libhandy/libhandy-0.0.9.ebuild
20 +++ b/gui-libs/libhandy/libhandy-0.0.9.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
28 LICENSE="LGPL-2.1+"
29 SLOT="0.0/0" # It may or may not break ABI in future versions at this point; if new
30 # SLOT happens, it'll likely file conflict on gtk-doc and glade library and catalog
31 -KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~sparc x86"
32 +KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
33
34 IUSE="examples glade gtk-doc +introspection test +vala"
35 REQUIRED_USE="vala? ( introspection )"