diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-06-11 12:35:31 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-06-11 12:35:31 +0200 |
commit | 125db85d7751a76d6ae9da7b46d069709ebd9513 (patch) | |
tree | e1cb3bd771816cdca59e43f73d461a92125a5903 /dev-util | |
parent | x11-libs/gtksourceview: Move 3.18.3 back to ~arm due to some regressions (diff) | |
download | gentoo-125db85d7751a76d6ae9da7b46d069709ebd9513.tar.gz gentoo-125db85d7751a76d6ae9da7b46d069709ebd9513.tar.bz2 gentoo-125db85d7751a76d6ae9da7b46d069709ebd9513.zip |
dev-util/rebar: Mark ~ppc64 (bug #585588).
Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --ignore-arches
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 071f866f0249..5f09c16f940a 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 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="" RDEPEND="dev-lang/erlang" |