From 3a00032ea2e76be79faaef5e3b222aa6e37119db Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Sun, 20 Mar 2016 17:48:20 +1300 Subject: 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 --- perl-core/Test-Simple/Test-Simple-1.1.14.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'perl-core') 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=" + !