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 8634C138334 for ; Sun, 17 Nov 2019 04:16:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27B37E075F; Sun, 17 Nov 2019 04:16:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0BD4CE075F for ; Sun, 17 Nov 2019 04:16:25 +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 F09D034CEEB 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 74E738B6 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: <1573964009.f66d733035c7057ac7a92d737ac9bdc7069dc30f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/epam/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/epam/epam-1.0.2.ebuild dev-erlang/epam/epam-1.0.6.ebuild X-VCS-Directories: dev-erlang/epam/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f66d733035c7057ac7a92d737ac9bdc7069dc30f 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: 3cfa07fd-0bfb-494d-bb75-97e555fa58ef X-Archives-Hash: 755add1831240e14df7b51e37d03024b commit: f66d733035c7057ac7a92d737ac9bdc7069dc30f Author: Matt Turner gentoo org> AuthorDate: Sun Nov 17 04:13:29 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Nov 17 04:13:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66d7330 dev-erlang/epam: Drop alpha keywords Signed-off-by: Matt Turner gentoo.org> dev-erlang/epam/epam-1.0.2.ebuild | 2 +- dev-erlang/epam/epam-1.0.6.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-erlang/epam/epam-1.0.2.ebuild b/dev-erlang/epam/epam-1.0.2.ebuild index a1d38a1c1c4..f718c6eefb5 100644 --- a/dev-erlang/epam/epam-1.0.2.ebuild +++ b/dev-erlang/epam/epam-1.0.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="GPL-2" 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 sys-libs/pam" diff --git a/dev-erlang/epam/epam-1.0.6.ebuild b/dev-erlang/epam/epam-1.0.6.ebuild index 6056b365b81..529ffdd2798 100644 --- a/dev-erlang/epam/epam-1.0.6.ebuild +++ b/dev-erlang/epam/epam-1.0.6.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="GPL-2" 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 sys-libs/pam"