Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/cl-ppcre/
Date: Fri, 29 Sep 2017 22:56:13
Message-Id: 1506725761.5987d7b29d8b0561006d0468654042ab4ef05132.whissi@gentoo
1 commit: 5987d7b29d8b0561006d0468654042ab4ef05132
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 29 22:55:12 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 29 22:56:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5987d7b2
7
8 Revert "dev-lisp/cl-ppcre: Stable on amd64 and x86"
9
10 This reverts commit 7abcb178f5c25be769c5aa6358194a9da8525965.
11
12 dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild
16 index df216d535ff..ba65b3febed 100644
17 --- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild
18 +++ b/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="BSD-2"
22 SLOT="0"
23 -KEYWORDS="amd64 ~ppc ~sparc x86"
24 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
25 IUSE=""
26
27 RDEPEND="dev-lisp/flexi-streams"