Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Perl-Tags/
Date: Mon, 17 Aug 2020 08:41:38
Message-Id: 1597653502.d11ff3f6451a319f23c79649e292148e1c15bee6.grobian@gentoo
1 commit: d11ff3f6451a319f23c79649e292148e1c15bee6
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 17 08:38:22 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 17 08:38:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d11ff3f6
7
8 dev-perl/Perl-Tags-0.320.0-r1: marked ~{x86,amd64}-linux, bug #690140
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 dev-perl/Perl-Tags/Perl-Tags-0.320.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 index 36e579bb9c1..a5bf388570a 100644
18 --- a/dev-perl/Perl-Tags/Perl-Tags-0.320.0-r1.ebuild
19 +++ b/dev-perl/Perl-Tags/Perl-Tags-0.320.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -10,7 +10,7 @@ inherit perl-module
27 DESCRIPTION="Generate (possibly exuberant) Ctags style tags for Perl sourcecode"
28
29 SLOT="0"
30 -KEYWORDS="amd64 ppc x86"
31 +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
32 IUSE="test minimal"
33 RESTRICT="!test? ( test )"