diff options
author | Michael Weber <xmw@gentoo.org> | 2017-02-16 00:22:44 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-02-16 00:22:44 +0100 |
commit | 631fb2eb4bd88d382a3dc6f1e5775cbed8e4e355 (patch) | |
tree | dbd2de73eb03740489af62e0ad2f12514e87cc14 /dev-util/rebar | |
parent | dev-libs/hiredis: ppc ppc64 stable (bug 585646). (diff) | |
download | gentoo-631fb2eb4bd88d382a3dc6f1e5775cbed8e4e355.tar.gz gentoo-631fb2eb4bd88d382a3dc6f1e5775cbed8e4e355.tar.bz2 gentoo-631fb2eb4bd88d382a3dc6f1e5775cbed8e4e355.zip |
dev-util/rebar: ppc64 stable (bug 590052).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-util/rebar')
-rw-r--r-- | dev-util/rebar/rebar-2.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/rebar/rebar-2.6.1.ebuild b/dev-util/rebar/rebar-2.6.1.ebuild index f5571ab48e4e..bb802c09fd41 100644 --- a/dev-util/rebar/rebar-2.6.1.ebuild +++ b/dev-util/rebar/rebar-2.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -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" |