From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BF1A71382D5 for ; Sun, 26 Jun 2016 18:32:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40BAEE0BE0; Sun, 26 Jun 2016 18:32:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE391E0BE0 for ; Sun, 26 Jun 2016 18:32:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9E8233FE7D for ; Sun, 26 Jun 2016 18:32:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF09B97B for ; Sun, 26 Jun 2016 18:32:34 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1466965938.5ad2c60982a0799e96d9d8c72909d0af22014330.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/elixir/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/elixir/elixir-1.2.5.ebuild X-VCS-Directories: dev-lang/elixir/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 5ad2c60982a0799e96d9d8c72909d0af22014330 X-VCS-Branch: master Date: Sun, 26 Jun 2016 18:32:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 04b8cb5e-bae6-4875-9fa9-bed343b92d8d X-Archives-Hash: 88d08be61d30288a3e6fda0e78fbc64e commit: 5ad2c60982a0799e96d9d8c72909d0af22014330 Author: Markus Meier gentoo org> AuthorDate: Sun Jun 26 18:32:18 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Sun Jun 26 18:32:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad2c609 dev-lang/elixir: add ~arm, bug #585230 Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --include-arches="arm" dev-lang/elixir/elixir-1.2.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/elixir/elixir-1.2.5.ebuild b/dev-lang/elixir/elixir-1.2.5.ebuild index 19f6fbc..cec7e50 100644 --- a/dev-lang/elixir/elixir-1.2.5.ebuild +++ b/dev-lang/elixir/elixir-1.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="Apache-2.0 ErlPL-1.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" DEPEND=">=dev-lang/erlang-18"