Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Taint-Util/
Date: Mon, 31 Oct 2022 16:38:20
Message-Id: 1667234249.189e44383bf9ba9caf2199e0eee0f0875c1c7317.ago@gentoo
1 commit: 189e44383bf9ba9caf2199e0eee0f0875c1c7317
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 16:37:29 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 16:37:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189e4438
7
8 dev-perl/Taint-Util: Stabilize 0.80.0-r2 amd64, #877713
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 dev-perl/Taint-Util/Taint-Util-0.80.0-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-perl/Taint-Util/Taint-Util-0.80.0-r2.ebuild b/dev-perl/Taint-Util/Taint-Util-0.80.0-r2.ebuild
16 index 4a94d8be6d41..85fce1311468 100644
17 --- a/dev-perl/Taint-Util/Taint-Util-0.80.0-r2.ebuild
18 +++ b/dev-perl/Taint-Util/Taint-Util-0.80.0-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -9,7 +9,7 @@ inherit perl-module
26
27 DESCRIPTION="Test for and flip the taint flag without regex matches or eval"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 ~x86"
31
32 RDEPEND="
33 virtual/perl-XSLoader