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 3B1BE138335 for ; Sun, 17 Nov 2019 04:16:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 230B8E0636; Sun, 17 Nov 2019 04:16:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 00A87E0636 for ; Sun, 17 Nov 2019 04:16:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DA11D34CEEA for ; Sun, 17 Nov 2019 04:16:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60EB98B4 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: <1573963990.d85218ff2631f069e5bf836843d36106459d3204.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/p1_utils/p1_utils-1.0.13.ebuild dev-erlang/p1_utils/p1_utils-1.0.16.ebuild X-VCS-Directories: dev-erlang/p1_utils/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d85218ff2631f069e5bf836843d36106459d3204 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: fe4bd938-7a8f-476c-af4c-b92b472593fa X-Archives-Hash: 92e112301d429ea2dbfdda410c2e2275 commit: d85218ff2631f069e5bf836843d36106459d3204 Author: Matt Turner gentoo org> AuthorDate: Sun Nov 17 04:13:10 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Nov 17 04:13:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85218ff dev-erlang/p1_utils: Drop alpha keywords Signed-off-by: Matt Turner gentoo.org> dev-erlang/p1_utils/p1_utils-1.0.13.ebuild | 2 +- dev-erlang/p1_utils/p1_utils-1.0.16.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-erlang/p1_utils/p1_utils-1.0.13.ebuild b/dev-erlang/p1_utils/p1_utils-1.0.13.ebuild index a15aecd84e3..7993c1a6bab 100644 --- a/dev-erlang/p1_utils/p1_utils-1.0.13.ebuild +++ b/dev-erlang/p1_utils/p1_utils-1.0.13.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.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" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}" diff --git a/dev-erlang/p1_utils/p1_utils-1.0.16.ebuild b/dev-erlang/p1_utils/p1_utils-1.0.16.ebuild index ed18b559a3e..04a3ef4486a 100644 --- a/dev-erlang/p1_utils/p1_utils-1.0.16.ebuild +++ b/dev-erlang/p1_utils/p1_utils-1.0.16.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.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" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}"