dev-perl/Dist-Zilla: Fix bungling of previous commit
authorKent Fredric <kentnl@gentoo.org>
Fri, 6 Oct 2017 09:55:03 +0000 (22:55 +1300)
committerKent Fredric <kentnl@gentoo.org>
Fri, 6 Oct 2017 09:55:03 +0000 (22:55 +1300)
I edited the wrong file and didn't realise till too late.
Programming with a headache is bad.

6.10.0 is returned to how it was, and 6.10.0-r2 is what 6.10.0-r1
should have been.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r2.ebuild [moved from dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r1.ebuild with 99% similarity]
dev-perl/Dist-Zilla/Dist-Zilla-6.10.0.ebuild

similarity index 99%
rename from dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r1.ebuild
rename to dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r2.ebuild
index 8654659cc4e5d07b933c4ae6dce0044fd1905a12..606e84c34a7ae09f23be0d9897b015a04f274307 100644 (file)
@@ -13,6 +13,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="minimal test"
 
+PATCHES=(
+       "${FILESDIR}/${P}-perl526.patch"
+)
 ## CPAN->Gentoo resolution map for grepping in case upstream split a dep
 # breaks: Dist::Zilla::App::Command::stale -> Dist-Zilla-Plugin-PromptIfStale
 # DZA:Command::xtest -> DZP:CheckExtraTests
index 606e84c34a7ae09f23be0d9897b015a04f274307..8654659cc4e5d07b933c4ae6dce0044fd1905a12 100644 (file)
@@ -13,9 +13,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="minimal test"
 
-PATCHES=(
-       "${FILESDIR}/${P}-perl526.patch"
-)
 ## CPAN->Gentoo resolution map for grepping in case upstream split a dep
 # breaks: Dist::Zilla::App::Command::stale -> Dist-Zilla-Plugin-PromptIfStale
 # DZA:Command::xtest -> DZP:CheckExtraTests