commit: 7e0e16b4407dfc19ddc18fef66a20cb260a435ce
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 02:16:56 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 02:17:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e0e16b4
dev-perl/MaxMind-DB-Common: Restrict Tests w/o USE=test
Due to a QA Report.
This is somewhat a false positive, as the dependencies, being virtuals
and mapping to perl-itself, are 99% sure to work when USE="test" is
omitted.
However, getting complaints about QA is more annoying.
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild
b/dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild
index cbe7dca4de9..1ae432918d1 100644
--- a/dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild
+++ b/dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild
@@ -12,6 +12,7 @@ LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp