Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rebar/
Date: Sun, 01 Jan 2023 16:05:50
Message-Id: 1672589134.7664e50a2a01631dd6d336d0e5f5bff5623b5cef.sam@gentoo
1 commit: 7664e50a2a01631dd6d336d0e5f5bff5623b5cef
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 16:05:34 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 16:05:34 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7664e50a
7
8 dev-util/rebar: Stabilize 3.20.0 ALLARCHES, #889264
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/rebar/rebar-3.20.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/rebar/rebar-3.20.0.ebuild b/dev-util/rebar/rebar-3.20.0.ebuild
16 index 976fc3c4ceba..cb084765029d 100644
17 --- a/dev-util/rebar/rebar-3.20.0.ebuild
18 +++ b/dev-util/rebar/rebar-3.20.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2022 Gentoo Authors
21 +# Copyright 2022-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -18,7 +18,7 @@ S="${WORKDIR}"/${MY_PN}-${PV}
26
27 LICENSE="Apache-2.0 MIT BSD"
28 SLOT="3"
29 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
30 +KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 sparc x86"
31 IUSE="test"
32
33 RESTRICT="!test? ( test )"