summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-03-20 17:48:20 +1300
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-03-22 23:36:55 +0100
commit3a00032ea2e76be79faaef5e3b222aa6e37119db (patch)
tree70ef4aeb2a95cddd16b5f77a37b2dfd572216238 /perl-core
parentdev-python/glueviz: initial import (diff)
downloadgentoo-3a00032ea2e76be79faaef5e3b222aa6e37119db.tar.gz
gentoo-3a00032ea2e76be79faaef5e3b222aa6e37119db.tar.bz2
gentoo-3a00032ea2e76be79faaef5e3b222aa6e37119db.zip
perl-core/Test-Simple: Fix lack of blocker on Test-Tester bug #577748
virtual/perl-Test-Simple already correctly blocks dev-perl/Test-Tester However, this is not enough, because it can intoduce the install order: + perl-core/Test-Simple [collision occurs] + virtual/perl-Test-Simple (collisions allowed) - dev-perl/Test-Tester (remove uncollided) When the install order needs to be + perl-core/Test-Simple (collsions allowed) - dev-perl/Test-Tester (remove uncollided) + virtual/perl-Test-Simple Bug: https://bugs.gentoo.org/577748 Reported-By: Jonathan Lovelace Package-Manager: portage-2.2.28
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/Test-Simple/Test-Simple-1.1.14.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-core/Test-Simple/Test-Simple-1.1.14.ebuild b/perl-core/Test-Simple/Test-Simple-1.1.14.ebuild
index c156f9a09b70..b841630f9b03 100644
--- a/perl-core/Test-Simple/Test-Simple-1.1.14.ebuild
+++ b/perl-core/Test-Simple/Test-Simple-1.1.14.ebuild
@@ -14,4 +14,9 @@ SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
+RDEPEND="
+ !<dev-perl/Test-Tester-0.114.0
+ !<dev-perl/Test-use-ok-0.160.0"
+DEPEND="${RDEPEND}"
+
mydoc="rfc*.txt"