perl-core/Test-Simple: Fix lack of blocker on Test-Tester bug #577748
authorKent Fredric <kentfredric@gmail.com>
Sun, 20 Mar 2016 04:48:20 +0000 (17:48 +1300)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 22 Mar 2016 22:36:55 +0000 (23:36 +0100)
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

perl-core/Test-Simple/Test-Simple-1.1.14.ebuild

index c156f9a09b70547297ad9b6173b274eeef4f0935..b841630f9b030da62e5d3767a0d08312e81f0824 100644 (file)
@@ -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"