Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/elixir/
Date: Sun, 26 Jun 2016 18:32:38
Message-Id: 1466965938.5ad2c60982a0799e96d9d8c72909d0af22014330.maekke@gentoo
1 commit: 5ad2c60982a0799e96d9d8c72909d0af22014330
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 18:32:18 2016 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 18:32:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad2c609
7
8 dev-lang/elixir: add ~arm, bug #585230
9
10 Package-Manager: portage-2.3.0_rc1
11 RepoMan-Options: --include-arches="arm"
12
13 dev-lang/elixir/elixir-1.2.5.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-lang/elixir/elixir-1.2.5.ebuild b/dev-lang/elixir/elixir-1.2.5.ebuild
17 index 19f6fbc..cec7e50 100644
18 --- a/dev-lang/elixir/elixir-1.2.5.ebuild
19 +++ b/dev-lang/elixir/elixir-1.2.5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> ${P}.tar
27
28 LICENSE="Apache-2.0 ErlPL-1.1"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="~amd64 ~arm ~x86"
32 IUSE=""
33
34 DEPEND=">=dev-lang/erlang-18"