diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-02-05 15:16:56 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-02-05 15:17:14 +1300 |
commit | 7e0e16b4407dfc19ddc18fef66a20cb260a435ce (patch) | |
tree | 00f0340bfc2ee94a004a14df81cfc43a069fe9a7 /dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild | |
parent | net-misc/openssh-8.1_p1-r1: Remove old (diff) | |
download | gentoo-7e0e16b4407dfc19ddc18fef66a20cb260a435ce.tar.gz gentoo-7e0e16b4407dfc19ddc18fef66a20cb260a435ce.tar.bz2 gentoo-7e0e16b4407dfc19ddc18fef66a20cb260a435ce.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild')
-rw-r--r-- | dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 cbe7dca4de9a..1ae432918d16 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 |