diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-07-03 15:52:26 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-07-03 15:53:34 +0100 |
commit | 8bbb45ea28a4865d3c38a8eeed022b9a8b60281a (patch) | |
tree | 3e35eee86222032e7f9494570b513dfb905d8b22 /dev-util | |
parent | net-libs/libsoup-gnome: Drop obsolete patches (diff) | |
download | gentoo-8bbb45ea28a4865d3c38a8eeed022b9a8b60281a.tar.gz gentoo-8bbb45ea28a4865d3c38a8eeed022b9a8b60281a.tar.bz2 gentoo-8bbb45ea28a4865d3c38a8eeed022b9a8b60281a.zip |
dev-util/rebar: keyword ~ia64, bug #583012
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-util')
-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 5f09c16f940a..4c508f2877e3 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 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND="dev-lang/erlang" |