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 A2E2C138359 for ; Mon, 17 Aug 2020 08:41:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D972E0891; Mon, 17 Aug 2020 08:41:34 +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 E9AE1E0891 for ; Mon, 17 Aug 2020 08:41:33 +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 C876F34F068 for ; Mon, 17 Aug 2020 08:41:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 568AD334 for ; Mon, 17 Aug 2020 08:41:29 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1597653502.d11ff3f6451a319f23c79649e292148e1c15bee6.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Perl-Tags/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Perl-Tags/Perl-Tags-0.320.0-r1.ebuild X-VCS-Directories: dev-perl/Perl-Tags/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: d11ff3f6451a319f23c79649e292148e1c15bee6 X-VCS-Branch: master Date: Mon, 17 Aug 2020 08:41:29 +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: bbf15b24-871c-4b3a-b6ca-67b7c83c4beb X-Archives-Hash: 9c71b41da262257bbd9ba3e0bddeb49b commit: d11ff3f6451a319f23c79649e292148e1c15bee6 Author: Fabian Groffen gentoo org> AuthorDate: Mon Aug 17 08:38:22 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Aug 17 08:38:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d11ff3f6 dev-perl/Perl-Tags-0.320.0-r1: marked ~{x86,amd64}-linux, bug #690140 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Fabian Groffen gentoo.org> dev-perl/Perl-Tags/Perl-Tags-0.320.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Perl-Tags/Perl-Tags-0.320.0-r1.ebuild b/dev-perl/Perl-Tags/Perl-Tags-0.320.0-r1.ebuild index 36e579bb9c1..a5bf388570a 100644 --- a/dev-perl/Perl-Tags/Perl-Tags-0.320.0-r1.ebuild +++ b/dev-perl/Perl-Tags/Perl-Tags-0.320.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Generate (possibly exuberant) Ctags style tags for Perl sourcecode" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" IUSE="test minimal" RESTRICT="!test? ( test )"