Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/glade/
Date: Sat, 11 Jan 2020 20:19:24
Message-Id: 1578773744.03fe349269451f3b2aabcd19210364d052334786.leio@gentoo
1 commit: 03fe349269451f3b2aabcd19210364d052334786
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 11 20:15:44 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 11 20:15:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03fe3492
7
8 dev-util/glade: ia64 stable (bug #692932)
9
10 Tested-by: Émeric Maschino
11 Package-Manager: Portage-2.3.79, Repoman-2.3.12
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 dev-util/glade/glade-3.22.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-util/glade/glade-3.22.1.ebuild b/dev-util/glade/glade-3.22.1.ebuild
18 index 102316d8da7..b846c91ad27 100644
19 --- a/dev-util/glade/glade-3.22.1.ebuild
20 +++ b/dev-util/glade/glade-3.22.1.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=6
27 @@ -12,7 +12,7 @@ HOMEPAGE="https://glade.gnome.org/"
28
29 LICENSE="GPL-2+ FDL-1.1+"
30 SLOT="3.10/6" # subslot = suffix of libgladeui-2.so
31 -KEYWORDS="alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~sh sparc x86"
32 +KEYWORDS="alpha amd64 arm arm64 ia64 ~mips ppc ppc64 ~sh sparc x86"
33
34 IUSE="debug +introspection python webkit"
35 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"