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/trivial-gray-streams/
Date: Fri, 29 Sep 2017 22:56:13
Message-Id: 1506725759.c5b0d1ce39d71da42ae1a94b25b61a42ac4b582d.whissi@gentoo
1 commit: c5b0d1ce39d71da42ae1a94b25b61a42ac4b582d
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 29 22:55:02 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 29 22:55:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5b0d1ce
7
8 Revert "dev-lisp/trivial-gray-streams: Stable on amd64 and x86"
9
10 This reverts commit 631bbf0ca3c3efdbb87258e05f27004759c5586c.
11
12 dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild
16 index 63d5924ffdb..127f7c34107 100644
17 --- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild
18 +++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 ~ppc ~sparc x86"
24 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
25 IUSE=""
26
27 RDEPEND="!dev-lisp/cl-${PN}"