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 CC982138334 for ; Fri, 19 Jul 2019 18:34:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01BA2E07F2; Fri, 19 Jul 2019 18:34:57 +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 D2D08E07D8 for ; Fri, 19 Jul 2019 18:34:56 +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 57C003480BE for ; Fri, 19 Jul 2019 18:34:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5D4A5FD for ; Fri, 19 Jul 2019 18:34:52 +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: <1563561282.21944f0133a928c3ee8e5f477bd0b5f2b22cd246.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Build/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Alien-Build/Alien-Build-1.790.0.ebuild X-VCS-Directories: dev-perl/Alien-Build/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 21944f0133a928c3ee8e5f477bd0b5f2b22cd246 X-VCS-Branch: master Date: Fri, 19 Jul 2019 18:34:52 +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: 9bb0f3f7-aecf-4836-ac0d-85445ab1a204 X-Archives-Hash: fb7acdcf7de10cbe3722fb7d2de127db commit: 21944f0133a928c3ee8e5f477bd0b5f2b22cd246 Author: Matt Turner gentoo org> AuthorDate: Fri Jul 19 18:34:42 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jul 19 18:34:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21944f01 dev-perl/Alien-Build-1.790.0: added ~alpha, bug 690140 Signed-off-by: Matt Turner gentoo.org> dev-perl/Alien-Build/Alien-Build-1.790.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Alien-Build/Alien-Build-1.790.0.ebuild b/dev-perl/Alien-Build/Alien-Build-1.790.0.ebuild index 1dff2f480b8..b272cc55f64 100644 --- a/dev-perl/Alien-Build/Alien-Build-1.790.0.ebuild +++ b/dev-perl/Alien-Build/Alien-Build-1.790.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Build external dependencies for use in CPAN" SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" +KEYWORDS="~alpha ~amd64 ~riscv ~x86" IUSE="test zip" # No, pkgconfig is not suspect, it actually uses it at runtime, and this module