diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-05-27 15:00:19 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-05-27 15:00:19 +0200 |
commit | cba19af732c9ff9e164538b30a4ebb5f4a1946ee (patch) | |
tree | c9c207ec4b60df8a8ea4bf6f6bd0c0b9e230477b /dev-util/rebar | |
parent | dev-python/pygit2: x86 stable (bug #656626) (diff) | |
download | gentoo-cba19af732c9ff9e164538b30a4ebb5f4a1946ee.tar.gz gentoo-cba19af732c9ff9e164538b30a4ebb5f4a1946ee.tar.bz2 gentoo-cba19af732c9ff9e164538b30a4ebb5f4a1946ee.zip |
dev-util/rebar: x86 stable (bug #656668)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-util/rebar')
-rw-r--r-- | dev-util/rebar/rebar-2.6.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/rebar/rebar-2.6.4.ebuild b/dev-util/rebar/rebar-2.6.4.ebuild index 6e91c65845b5..d8050d6e6b51 100644 --- a/dev-util/rebar/rebar-2.6.4.ebuild +++ b/dev-util/rebar/rebar-2.6.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,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" |