Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rebar/
Date: Wed, 15 Feb 2017 23:23:17
Message-Id: 1487200964.631fb2eb4bd88d382a3dc6f1e5775cbed8e4e355.xmw@gentoo
1 commit: 631fb2eb4bd88d382a3dc6f1e5775cbed8e4e355
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 23:22:44 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 15 23:22:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=631fb2eb
7
8 dev-util/rebar: ppc64 stable (bug 590052).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-util/rebar/rebar-2.6.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/rebar/rebar-2.6.1.ebuild b/dev-util/rebar/rebar-2.6.1.ebuild
16 index f5571ab48e..bb802c09fd 100644
17 --- a/dev-util/rebar/rebar-2.6.1.ebuild
18 +++ b/dev-util/rebar/rebar-2.6.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rebar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86"
30 +KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 ~sparc x86"
31 IUSE=""
32
33 RDEPEND="dev-lang/erlang"