Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cloog/
Date: Mon, 28 Dec 2015 20:42:44
Message-Id: 1451335780.4156a931037682b64b5242cc3994ff00b797e187.blueness@gentoo
1 commit: 4156a931037682b64b5242cc3994ff00b797e187
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 28 20:49:40 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 20:49:40 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4156a931
7
8 dev-libs/cloog: version 0.18.4 stable on ppc and ppc64, bug #570016
9
10 Package-Manager: portage-2.2.24
11
12 dev-libs/cloog/cloog-0.18.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/cloog/cloog-0.18.4.ebuild b/dev-libs/cloog/cloog-0.18.4.ebuild
16 index 2ed3bba..58d9d22 100644
17 --- a/dev-libs/cloog/cloog-0.18.4.ebuild
18 +++ b/dev-libs/cloog/cloog-0.18.4.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
20 EGIT_REPO_URI="git://repo.or.cz/cloog.git"
21 inherit autotools git-2
22 else
23 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
24 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
25 SRC_URI="http://www.bastoul.net/cloog/pages/download/${P}.tar.gz"
26 fi