diff options
author | Sam James <sam@gentoo.org> | 2023-10-04 16:28:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-04 16:28:36 +0100 |
commit | 29fd41c0860e7d37a6a4cf245531631490efc6f8 (patch) | |
tree | 5e7972105cc8ce4c2161a0645e9a81422f41bda2 | |
parent | dev-lang/erlang: Stabilize 26.0 ppc64, #915170 (diff) | |
download | gentoo-29fd41c0860e7d37a6a4cf245531631490efc6f8.tar.gz gentoo-29fd41c0860e7d37a6a4cf245531631490efc6f8.tar.bz2 gentoo-29fd41c0860e7d37a6a4cf245531631490efc6f8.zip |
dev-util/rebar: Stabilize 3.21.0 ALLARCHES, #915171
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-util/rebar/rebar-3.21.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/rebar/rebar-3.21.0.ebuild b/dev-util/rebar/rebar-3.21.0.ebuild index 71d819de495b..92132ff1378f 100644 --- a/dev-util/rebar/rebar-3.21.0.ebuild +++ b/dev-util/rebar/rebar-3.21.0.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}"/${MY_PN}-${PV} LICENSE="Apache-2.0 MIT BSD" SLOT="3" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 sparc x86" IUSE="test" RESTRICT="!test? ( test )" |