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 2A28F138262 for ; Sat, 21 May 2016 08:03:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A987F142D1; Sat, 21 May 2016 08:03:54 +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 5307E142D1 for ; Sat, 21 May 2016 08:03:54 +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 524EC340B79 for ; Sat, 21 May 2016 08:03:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 692D3CFE for ; Sat, 21 May 2016 08:03:51 +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: <1463817811.3aabf7ccecb7f2e09de121e39fc70c2b5df199fd.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rebar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/rebar/rebar-2.6.1.ebuild X-VCS-Directories: dev-util/rebar/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 3aabf7ccecb7f2e09de121e39fc70c2b5df199fd X-VCS-Branch: master Date: Sat, 21 May 2016 08:03:51 +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: 08095503-e928-4c99-8569-251acbb8f992 X-Archives-Hash: 0e5fdfaaf97a7df140e659de55ed0540 commit: 3aabf7ccecb7f2e09de121e39fc70c2b5df199fd Author: Markus Meier gentoo org> AuthorDate: Sat May 21 08:03:31 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Sat May 21 08:03:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aabf7cc dev-util/rebar: add ~arm, bug #583012 Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --include-arches="arm" dev-util/rebar/rebar-2.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/rebar/rebar-2.6.1.ebuild b/dev-util/rebar/rebar-2.6.1.ebuild index bd9cf0c..06824b8 100644 --- a/dev-util/rebar/rebar-2.6.1.ebuild +++ b/dev-util/rebar/rebar-2.6.1.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/rebar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" RDEPEND="dev-lang/erlang"