diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-08-20 15:54:09 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-08-20 15:54:09 -0400 |
commit | 5029574acd87ed27930993e80393acdc5d4f9c6a (patch) | |
tree | 7863a5404bc9f76a863cb6e70b704c9876c491bc /dev-util/rebar/rebar-2.6.1.ebuild | |
parent | app-forensics/afl: Version bump (diff) | |
download | gentoo-5029574acd87ed27930993e80393acdc5d4f9c6a.tar.gz gentoo-5029574acd87ed27930993e80393acdc5d4f9c6a.tar.bz2 gentoo-5029574acd87ed27930993e80393acdc5d4f9c6a.zip |
dev-util/rebar: stabilize 2.6.1 on ppc, bug #587914
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-util/rebar/rebar-2.6.1.ebuild')
-rw-r--r-- | dev-util/rebar/rebar-2.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/rebar/rebar-2.6.1.ebuild b/dev-util/rebar/rebar-2.6.1.ebuild index 9536f8563905..f5571ab48e4e 100644 --- a/dev-util/rebar/rebar-2.6.1.ebuild +++ b/dev-util/rebar/rebar-2.6.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rebar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86" IUSE="" RDEPEND="dev-lang/erlang" |