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 71ADF138334 for ; Sun, 17 Nov 2019 04:16:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 869A7E083D; Sun, 17 Nov 2019 04:16:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E664E083D for ; Sun, 17 Nov 2019 04:16:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C88134CEED for ; Sun, 17 Nov 2019 04:16:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E3818AE for ; Sun, 17 Nov 2019 04:16:22 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1573963967.94462e7b2e532d1b2f0ee18dcc20b7ca00a4d20e.mattst88@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.4.ebuild X-VCS-Directories: dev-util/rebar/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 94462e7b2e532d1b2f0ee18dcc20b7ca00a4d20e X-VCS-Branch: master Date: Sun, 17 Nov 2019 04:16:22 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1c4cf74d-b7a6-493b-9fce-027c7ad7fb34 X-Archives-Hash: a3f18fb066e46d3d41f081bf51c025c9 commit: 94462e7b2e532d1b2f0ee18dcc20b7ca00a4d20e Author: Matt Turner gentoo org> AuthorDate: Sun Nov 17 04:12:47 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Nov 17 04:12:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94462e7b dev-util/rebar: Drop alpha keywords Signed-off-by: Matt Turner gentoo.org> dev-util/rebar/rebar-2.6.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/rebar/rebar-2.6.4.ebuild b/dev-util/rebar/rebar-2.6.4.ebuild index 788070faa47..137bd33524f 100644 --- a/dev-util/rebar/rebar-2.6.4.ebuild +++ b/dev-util/rebar/rebar-2.6.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rebar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 sparc x86" +KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 sparc x86" IUSE="" RDEPEND="dev-lang/erlang"