[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Find/

2024-02-08 Thread Sam James
commit: 3590ef62bfe653e1adb9b6674135445a9a248af7
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  9 02:21:08 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  9 02:21:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3590ef62

dev-perl/Module-Find: Stabilize 0.160.0 arm64, #924124

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Module-Find/Module-Find-0.160.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Module-Find/Module-Find-0.160.0.ebuild 
b/dev-perl/Module-Find/Module-Find-0.160.0.ebuild
index d7920be47559..33f3bf632151 100644
--- a/dev-perl/Module-Find/Module-Find-0.160.0.ebuild
+++ b/dev-perl/Module-Find/Module-Find-0.160.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Find and use installed modules in a (sub)category"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 PERL_RM_FILES=( t/pod.t t/meta.t t/pod-coverage.t )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Find/

2023-07-24 Thread Jakov Smolić
commit: b4b582f1ed6498286233105e17d6b2506d112e46
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jul 24 12:06:30 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jul 24 12:06:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b582f1

dev-perl/Module-Find: Stabilize 0.160.0 amd64, #910831

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-perl/Module-Find/Module-Find-0.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Find/Module-Find-0.160.0.ebuild 
b/dev-perl/Module-Find/Module-Find-0.160.0.ebuild
index 0f1f9f57e51f..d7920be47559 100644
--- a/dev-perl/Module-Find/Module-Find-0.160.0.ebuild
+++ b/dev-perl/Module-Find/Module-Find-0.160.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Find and use installed modules in a (sub)category"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 
 PERL_RM_FILES=( t/pod.t t/meta.t t/pod-coverage.t )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Find/

2023-06-19 Thread Sam James
commit: 3bb10edace73fb6e258d18405b084e9128ee0b44
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 20 04:06:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 20 04:06:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bb10eda

dev-perl/Module-Find: add 0.160.0

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Module-Find/Manifest   |  1 +
 dev-perl/Module-Find/Module-Find-0.160.0.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/dev-perl/Module-Find/Manifest b/dev-perl/Module-Find/Manifest
index 6bdd01468744..cf7e7d5b2450 100644
--- a/dev-perl/Module-Find/Manifest
+++ b/dev-perl/Module-Find/Manifest
@@ -1 +1,2 @@
 DIST Module-Find-0.15.tar.gz 7427 BLAKE2B 
9ad53e6d7dcf8c3811b5307c4a059782505634316db54f2dec6a71c709bec5f8cd69b2dc13ed86d264defe027e08eebfe8ffc9cf33bb20c854ae434d75918b59
 SHA512 
769f1ee8836a127cb3c08edc858240c88e6481243d15b79b348c66d960213a98963bd9c453756645982c730a3c895a7dc35b06a970a0d6300690a605f4487dac
+DIST Module-Find-0.16.tar.gz 9560 BLAKE2B 
f97a5c3167c3695b88fdc763e5961ea7bc95cf474d723e23c2b0e8239bb6106933945b5ca79fcbaa5408e10f1235a223d83bfd3b675b35041c8d419fa29258d3
 SHA512 
a0c935fd229320ce74052180571c0da9667dc87a717e039bec27120a8ac1552988352038efd1805d62ac40fcaf7985c44b6d9c56648b379f1ca0f03727e550bd

diff --git a/dev-perl/Module-Find/Module-Find-0.160.0.ebuild 
b/dev-perl/Module-Find/Module-Find-0.160.0.ebuild
new file mode 100644
index ..98d4e514d48e
--- /dev/null
+++ b/dev-perl/Module-Find/Module-Find-0.160.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=CRENZ
+DIST_VERSION=0.16
+inherit perl-module
+
+DESCRIPTION="Find and use installed modules in a (sub)category"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+PERL_RM_FILES=( t/pod.t t/meta.t t/pod-coverage.t )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Find/

2021-11-14 Thread Andreas K. Hüttel
commit: 3d46cc55352d358fe416148ccf60c31fd25d6089
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Nov 14 16:08:17 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Nov 14 16:11:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d46cc55

dev-perl/Module-Find: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Module-Find/Manifest   |  1 -
 dev-perl/Module-Find/Module-Find-0.130.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-perl/Module-Find/Manifest b/dev-perl/Module-Find/Manifest
index 60fe4a1e6387..6bdd01468744 100644
--- a/dev-perl/Module-Find/Manifest
+++ b/dev-perl/Module-Find/Manifest
@@ -1,2 +1 @@
-DIST Module-Find-0.13.tar.gz 6459 BLAKE2B 
e7d34a383243a19103c99125961376d9e0ae6441ce4641e935643a5269a98629d3b3a857d43fe5fe843b9efca237ffce95a03e4b54705b42f10ca1f6958f
 SHA512 
86c6b845cddf884cdd13a5ac4982220cc0da66af3d17e92eec6714bf56607e6d414baec90e0e23e04876023df435c9ee2f4411f0f557e34ba4327b0a615a56dc
 DIST Module-Find-0.15.tar.gz 7427 BLAKE2B 
9ad53e6d7dcf8c3811b5307c4a059782505634316db54f2dec6a71c709bec5f8cd69b2dc13ed86d264defe027e08eebfe8ffc9cf33bb20c854ae434d75918b59
 SHA512 
769f1ee8836a127cb3c08edc858240c88e6481243d15b79b348c66d960213a98963bd9c453756645982c730a3c895a7dc35b06a970a0d6300690a605f4487dac

diff --git a/dev-perl/Module-Find/Module-Find-0.130.0.ebuild 
b/dev-perl/Module-Find/Module-Find-0.130.0.ebuild
deleted file mode 100644
index 788587a637d4..
--- a/dev-perl/Module-Find/Module-Find-0.130.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=CRENZ
-MODULE_VERSION=0.13
-inherit perl-module
-
-DESCRIPTION="Find and use installed modules in a (sub)category"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="test? ( virtual/perl-Test-Simple )"
-
-SRC_TEST=do
-
-src_test() {
-   perl_rm_files t/pod.t t/meta.t t/pod-coverage.t
-   perl-module_src_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Find/

2021-08-07 Thread Sam James
commit: 02291f1f2907168f1bf5977218b298f33e01b431
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:32:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:32:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02291f1f

dev-perl/Module-Find: Stabilize 0.150.0 x86, #806644

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Module-Find/Module-Find-0.150.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Find/Module-Find-0.150.0.ebuild 
b/dev-perl/Module-Find/Module-Find-0.150.0.ebuild
index 7529497091f..bcc72829713 100644
--- a/dev-perl/Module-Find/Module-Find-0.150.0.ebuild
+++ b/dev-perl/Module-Find/Module-Find-0.150.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Find and use installed modules in a (sub)category"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86 ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~x86-solaris"
 
 PERL_RM_FILES=( t/pod.t t/meta.t t/pod-coverage.t )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Find/

2021-08-06 Thread Agostino Sarubbo
commit: 407405ef9a63d6eaa2868f0b99bb9f4c20f60974
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Aug  7 05:10:12 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Aug  7 05:10:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=407405ef

dev-perl/Module-Find: amd64 stable wrt bug #806644

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Module-Find/Module-Find-0.150.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Find/Module-Find-0.150.0.ebuild 
b/dev-perl/Module-Find/Module-Find-0.150.0.ebuild
index 5ce39a0e02e..7529497091f 100644
--- a/dev-perl/Module-Find/Module-Find-0.150.0.ebuild
+++ b/dev-perl/Module-Find/Module-Find-0.150.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Find and use installed modules in a (sub)category"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~x86 ~x86-solaris"
 
 PERL_RM_FILES=( t/pod.t t/meta.t t/pod-coverage.t )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Find/

2021-07-06 Thread Andreas K. Hüttel
commit: 9e2bf92f66b34f9d2d3907e5b90a5dad6f009de8
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Jul  6 20:01:32 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Jul  6 20:16:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e2bf92f

dev-perl/Module-Find: Version bump 0.15

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Module-Find/Manifest   |  1 +
 dev-perl/Module-Find/Module-Find-0.150.0.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/dev-perl/Module-Find/Manifest b/dev-perl/Module-Find/Manifest
index 7b1942ddabb..60fe4a1e638 100644
--- a/dev-perl/Module-Find/Manifest
+++ b/dev-perl/Module-Find/Manifest
@@ -1 +1,2 @@
 DIST Module-Find-0.13.tar.gz 6459 BLAKE2B 
e7d34a383243a19103c99125961376d9e0ae6441ce4641e935643a5269a98629d3b3a857d43fe5fe843b9efca237ffce95a03e4b54705b42f10ca1f6958f
 SHA512 
86c6b845cddf884cdd13a5ac4982220cc0da66af3d17e92eec6714bf56607e6d414baec90e0e23e04876023df435c9ee2f4411f0f557e34ba4327b0a615a56dc
+DIST Module-Find-0.15.tar.gz 7427 BLAKE2B 
9ad53e6d7dcf8c3811b5307c4a059782505634316db54f2dec6a71c709bec5f8cd69b2dc13ed86d264defe027e08eebfe8ffc9cf33bb20c854ae434d75918b59
 SHA512 
769f1ee8836a127cb3c08edc858240c88e6481243d15b79b348c66d960213a98963bd9c453756645982c730a3c895a7dc35b06a970a0d6300690a605f4487dac

diff --git a/dev-perl/Module-Find/Module-Find-0.150.0.ebuild 
b/dev-perl/Module-Find/Module-Find-0.150.0.ebuild
new file mode 100644
index 000..5ce39a0e02e
--- /dev/null
+++ b/dev-perl/Module-Find/Module-Find-0.150.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=CRENZ
+DIST_VERSION=0.15
+inherit perl-module
+
+DESCRIPTION="Find and use installed modules in a (sub)category"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x86-solaris"
+
+PERL_RM_FILES=( t/pod.t t/meta.t t/pod-coverage.t )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Find/

2021-03-30 Thread Sam James
commit: 29cd4910ee540fe3ea3f075ab45055159c181195
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 30 17:37:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 30 17:38:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cd4910

dev-perl/Module-Find: Keyword 0.130.0 arm64, #767379

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Module-Find/Module-Find-0.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Find/Module-Find-0.130.0.ebuild 
b/dev-perl/Module-Find/Module-Find-0.130.0.ebuild
index 8f77451a335..788587a637d 100644
--- a/dev-perl/Module-Find/Module-Find-0.130.0.ebuild
+++ b/dev-perl/Module-Find/Module-Find-0.130.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Find and use installed modules in a (sub)category"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm x86 ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Find/

2021-03-28 Thread Sam James
commit: 50f346fff7005e94a17965cea12c7f94f1055148
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 28 07:11:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 28 07:11:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f346ff

dev-perl/Module-Find: Keyword 0.130.0 arm, #767379

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Module-Find/Module-Find-0.130.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Module-Find/Module-Find-0.130.0.ebuild 
b/dev-perl/Module-Find/Module-Find-0.130.0.ebuild
index 370ed1e9f23..8f77451a335 100644
--- a/dev-perl/Module-Find/Module-Find-0.130.0.ebuild
+++ b/dev-perl/Module-Find/Module-Find-0.130.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Find and use installed modules in a (sub)category"
 
 SLOT="0"
-KEYWORDS="amd64 x86 ~x86-solaris"
+KEYWORDS="amd64 ~arm x86 ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Find/

2016-08-06 Thread Kent Fredric
commit: cca9538ec3eacd54dc0ca6a675a7689d8b840afa
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Aug  6 10:39:21 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Aug  6 11:53:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca9538e

dev-perl/Module-Find: Remove POD Author Tests.

Provides unwanted dependencies at no benefit.

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Module-Find/Module-Find-0.130.0.ebuild | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Module-Find/Module-Find-0.130.0.ebuild 
b/dev-perl/Module-Find/Module-Find-0.130.0.ebuild
index 7dc98db..0b51a38 100644
--- a/dev-perl/Module-Find/Module-Find-0.130.0.ebuild
+++ b/dev-perl/Module-Find/Module-Find-0.130.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,11 @@ KEYWORDS="amd64 x86 ~ppc-aix ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""
-DEPEND="test? ( dev-perl/Test-Pod
-   dev-perl/Test-Pod-Coverage )"
+DEPEND="test? ( virtual/perl-Test-Simple )"
 
 SRC_TEST=do
+
+src_test() {
+   perl_rm_files t/pod.t t/meta.t t/pod-coverage.t
+   perl-module_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Find/

2016-03-27 Thread Andreas Hüttel
commit: d97b6c63bda59ad07ec49b9b1d6cbce718415a94
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Mar 27 19:33:10 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Mar 27 19:33:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d97b6c63

dev-perl/Module-Find: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Module-Find/Manifest  |  1 -
 dev-perl/Module-Find/Module-Find-0.110.0-r1.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-perl/Module-Find/Manifest b/dev-perl/Module-Find/Manifest
index 643c7f5..ffcaf4e 100644
--- a/dev-perl/Module-Find/Manifest
+++ b/dev-perl/Module-Find/Manifest
@@ -1,2 +1 @@
-DIST Module-Find-0.11.tar.gz 5286 SHA256 
650ddcc829cf274b860e7bb6e93204f90be1c0339d11ee008305e2452f67d397 SHA512 
dd4648c97161e045167a061abe6ec0e166edb22d79aab3f34203f43d356abab7d05322744d864b923d6e1206ab35b791caa9edc35fe67e42aaaf5bf45b1f2733
 WHIRLPOOL 
24706bde94e82ef08697c13e8805adfdd7c9a016dd8edbd994f0d2a9fb8e89df73043846469850c1d843d22e931f3a5b58edac6a84737879a44fd639d4526800
 DIST Module-Find-0.13.tar.gz 6459 SHA256 
4a47862072ca4962fa69796907476049dc60176003e946cf4b68a6b669f18568 SHA512 
86c6b845cddf884cdd13a5ac4982220cc0da66af3d17e92eec6714bf56607e6d414baec90e0e23e04876023df435c9ee2f4411f0f557e34ba4327b0a615a56dc
 WHIRLPOOL 
8af416e8da1e453e0b9c73495d9de7e2d1053c512f31fff642eb5dd755d360c9d13ffb0206e930ba04dd296706b6e2155b0830dca7ec137ebfa08037e530237d

diff --git a/dev-perl/Module-Find/Module-Find-0.110.0-r1.ebuild 
b/dev-perl/Module-Find/Module-Find-0.110.0-r1.ebuild
deleted file mode 100644
index 31c79de..000
--- a/dev-perl/Module-Find/Module-Find-0.110.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=CRENZ
-MODULE_VERSION=0.11
-inherit perl-module
-
-DESCRIPTION="Find and use installed modules in a (sub)category"
-
-SLOT="0"
-KEYWORDS="amd64 x86 ~ppc-aix ~x86-solaris"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="test? ( dev-perl/Test-Pod
-   dev-perl/Test-Pod-Coverage )"
-
-SRC_TEST=do



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Find/

2016-03-27 Thread Agostino Sarubbo
commit: af914c62c230430e0016f1a5888769ffa0d4f410
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar 27 19:18:49 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar 27 19:18:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af914c62

dev-perl/Module-Find: amd64/x86 stable, (ALLARCHES policy) wrt bug #578376

Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Module-Find/Module-Find-0.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Find/Module-Find-0.130.0.ebuild 
b/dev-perl/Module-Find/Module-Find-0.130.0.ebuild
index 5e3cd2e..7dc98db 100644
--- a/dev-perl/Module-Find/Module-Find-0.130.0.ebuild
+++ b/dev-perl/Module-Find/Module-Find-0.130.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Find and use installed modules in a (sub)category"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-solaris"
+KEYWORDS="amd64 x86 ~ppc-aix ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""