Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/galib/
Date: Sat, 30 Sep 2017 05:11:39
Message-Id: 1506748283.5de2a6318688c7715f4d093c2fe9120cb2e134a6.kensington@gentoo
1 commit: 5de2a6318688c7715f4d093c2fe9120cb2e134a6
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 05:09:12 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 05:11:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de2a631
7
8 sci-libs/galib: stabilise 2.4.7-r1 for amd64/x86
9
10 Closes: https://bugs.gentoo.org/632305
11 Package-Manager: Portage-2.3.8, Repoman-2.3.3
12
13 sci-libs/galib/galib-2.4.7-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/galib/galib-2.4.7-r1.ebuild b/sci-libs/galib/galib-2.4.7-r1.ebuild
17 index 71597f17e31..5209af1c4c9 100644
18 --- a/sci-libs/galib/galib-2.4.7-r1.ebuild
19 +++ b/sci-libs/galib/galib-2.4.7-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -13,7 +13,7 @@ SRC_URI="http://lancet.mit.edu/ga/dist/galib${MY_PV}.tgz"
27
28 LICENSE="BSD examples? ( GPL-2 )"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
31 +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
32 IUSE="doc examples"
33
34 S="${WORKDIR}/${PN}${MY_PV}"