commit: 3a00032ea2e76be79faaef5e3b222aa6e37119db Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Sun Mar 20 04:48:20 2016 +0000 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Tue Mar 22 22:36:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a00032e
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(+) 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 c156f9a..b841630 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"
