diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-10-08 11:51:08 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-10-08 11:52:47 +1300 |
commit | 366705970a7887e22b257e7ed185c62ff8e5e165 (patch) | |
tree | b3ede472cde2993dc8c5984b7a67635e6ac74298 /dev-perl/Devel-SmallProf/Devel-SmallProf-2.20.0-r3.ebuild | |
parent | sys-libs/glibc: Replace the last absolute symlink with a relative one (diff) | |
download | gentoo-366705970a7887e22b257e7ed185c62ff8e5e165.tar.gz gentoo-366705970a7887e22b257e7ed185c62ff8e5e165.tar.bz2 gentoo-366705970a7887e22b257e7ed185c62ff8e5e165.zip |
dev-perl/Devel-SmallProf: Fix perl 5.26 support re bug #615590
- Runtime code for .smallprof file loading changed needing rbump
- Tests patched for loading with new "do" syntax.
Bug: https://bugs.gentoo.org/615590
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/Devel-SmallProf/Devel-SmallProf-2.20.0-r3.ebuild')
-rw-r--r-- | dev-perl/Devel-SmallProf/Devel-SmallProf-2.20.0-r3.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Devel-SmallProf/Devel-SmallProf-2.20.0-r3.ebuild b/dev-perl/Devel-SmallProf/Devel-SmallProf-2.20.0-r3.ebuild new file mode 100644 index 000000000000..4dd621fc738a --- /dev/null +++ b/dev-perl/Devel-SmallProf/Devel-SmallProf-2.20.0-r3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=SALVA +DIST_VERSION=2.02 +inherit perl-module + +DESCRIPTION="Per-line Perl profiler" + +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +PATCHES=( + "${FILESDIR}/${P}-defined.patch" + "${FILESDIR}/${P}-perl526.patch" +) +# note: dont use parallel here +# tests need each others exit state +DIST_TEST="do" |