Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rebar/
Date: Sun, 27 Jan 2019 15:13:39
Message-Id: 1548601974.3bd260418aec83f86161db1eb943b66112bf06e9.pacho@gentoo
1 commit: 3bd260418aec83f86161db1eb943b66112bf06e9
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 15:12:54 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 15:12:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd26041
7
8 dev-util/rebar: Rekeyword (not sure why it was dropped)
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-util/rebar/rebar-2.6.4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/rebar/rebar-2.6.4.ebuild b/dev-util/rebar/rebar-2.6.4.ebuild
17 index 76adb5658e1..828d5e24146 100644
18 --- a/dev-util/rebar/rebar-2.6.4.ebuild
19 +++ b/dev-util/rebar/rebar-2.6.4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rebar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="Apache-2.0"
29 SLOT="0"
30 -KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 ~sparc x86"
31 +KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86"
32 IUSE=""
33
34 RDEPEND="dev-lang/erlang"