From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2914B1382DE for ; Sun, 3 Jul 2016 14:54:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14A42E09C5; Sun, 3 Jul 2016 14:54:01 +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 ABF52E09C5 for ; Sun, 3 Jul 2016 14:54:00 +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 674A7340D74 for ; Sun, 3 Jul 2016 14:53:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2781913FF for ; Sun, 3 Jul 2016 14:53:55 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1467557614.8bbb45ea28a4865d3c38a8eeed022b9a8b60281a.slyfox@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: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 8bbb45ea28a4865d3c38a8eeed022b9a8b60281a X-VCS-Branch: master Date: Sun, 3 Jul 2016 14:53:55 +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: acbc70a5-948e-4614-b8ea-c6e53c8a59d0 X-Archives-Hash: 68e8ea2d7532ca755b5653bd475edbb9 commit: 8bbb45ea28a4865d3c38a8eeed022b9a8b60281a Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Jul 3 14:52:26 2016 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jul 3 14:53:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bbb45ea dev-util/rebar: keyword ~ia64, bug #583012 Package-Manager: portage-2.3.0 dev-util/rebar/rebar-2.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/rebar/rebar-2.6.1.ebuild b/dev-util/rebar/rebar-2.6.1.ebuild index 5f09c16..4c508f2 100644 --- a/dev-util/rebar/rebar-2.6.1.ebuild +++ b/dev-util/rebar/rebar-2.6.1.ebuild @@ -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 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND="dev-lang/erlang"