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-util/rebar/
Date: Sun, 29 May 2016 17:52:52
Message-Id: 1464544453.9d7e9edef7f5c7255be61ad6c2e38e7733410d34.blueness@gentoo
1 commit: 9d7e9edef7f5c7255be61ad6c2e38e7733410d34
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 17:54:13 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 17:54:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d7e9ede
7
8 dev-util/rebar: keyword ~ppc, bug #583012
9
10 Package-Manager: portage-2.2.28
11
12 dev-util/rebar/rebar-2.6.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/rebar/rebar-2.6.1.ebuild b/dev-util/rebar/rebar-2.6.1.ebuild
16 index 06824b8..071f866 100644
17 --- a/dev-util/rebar/rebar-2.6.1.ebuild
18 +++ b/dev-util/rebar/rebar-2.6.1.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rebar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~x86"
24 +KEYWORDS="~amd64 ~arm ~ppc ~x86"
25 IUSE=""
26
27 RDEPEND="dev-lang/erlang"