diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-05-12 13:09:51 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-05-15 01:33:59 +0200 |
commit | d25c3ac92e21f11b1bc607fcc4346fbb53852d2f (patch) | |
tree | 38119920fd5d80aed34e55a70f4c2a3a7e32dd34 /dev-lang/perl/perl-5.24.0.ebuild | |
parent | 5a888e7ec8698957d8a2189e80c1fd361d62a168 (diff) | |
download | gentoo-d25c3ac92e21f11b1bc607fcc4346fbb53852d2f.tar.gz gentoo-d25c3ac92e21f11b1bc607fcc4346fbb53852d2f.tar.xz |
dev-lang/perl: Clean up eblits a bit and remove obsolete .ph generation
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-lang/perl/perl-5.24.0.ebuild')
-rw-r--r-- | dev-lang/perl/perl-5.24.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/perl/perl-5.24.0.ebuild b/dev-lang/perl/perl-5.24.0.ebuild index bb88aec47c4..fc3da548383 100644 --- a/dev-lang/perl/perl-5.24.0.ebuild +++ b/dev-lang/perl/perl-5.24.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -118,9 +118,9 @@ src_install() { eblit-run src_install v50200001 ; } # FILESDIR might not be available during binpkg install # FIXME: version passing for x in setup {pre,post}{inst,rm} ; do - e="${FILESDIR}/eblits/pkg_${x}-v50220001.eblit" + e="${FILESDIR}/eblits/pkg_${x}-v50240001.eblit" if [[ -e ${e} ]] ; then . "${e}" - eval "pkg_${x}() { eblit-run pkg_${x} v50160001 ; }" + eval "pkg_${x}() { eblit-run pkg_${x} v50240001 ; }" fi done |