diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-10 18:27:23 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-10 18:27:23 +0000 |
commit | 0bd22e44ba69fe9f19d7a97827b966f51bf75258 (patch) | |
tree | 0daf245cb3e406b51cc68e247777fbb877e0605a /dev-util/gprof2dot/gprof2dot-0_p20100216.ebuild | |
parent | Update EAPI. (diff) | |
download | historical-0bd22e44ba69fe9f19d7a97827b966f51bf75258.tar.gz historical-0bd22e44ba69fe9f19d7a97827b966f51bf75258.tar.bz2 historical-0bd22e44ba69fe9f19d7a97827b966f51bf75258.zip |
Update EAPI. Delete needless call to die().
Package-Manager: portage-2.2_rc91_p7/cvs/Linux x86_64
Diffstat (limited to 'dev-util/gprof2dot/gprof2dot-0_p20100216.ebuild')
-rw-r--r-- | dev-util/gprof2dot/gprof2dot-0_p20100216.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/gprof2dot/gprof2dot-0_p20100216.ebuild b/dev-util/gprof2dot/gprof2dot-0_p20100216.ebuild index 086754d84f31..c70da75ce727 100644 --- a/dev-util/gprof2dot/gprof2dot-0_p20100216.ebuild +++ b/dev-util/gprof2dot/gprof2dot-0_p20100216.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20100216.ebuild,v 1.1 2010/03/17 00:40:16 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20100216.ebuild,v 1.2 2010/10/10 18:27:23 arfrever Exp $ +EAPI="3" SUPPORT_PYTHON_ABIS="1" PYTHON_DEPEND="*" PYTHON_USE_WITH="xml" @@ -40,8 +41,7 @@ src_install() { } python_execute_function abi_specific_install - python_generate_wrapper_scripts "${D}"/usr/bin/${PN} \ - || die 'python_generate_wrapper_scripts failed' + python_generate_wrapper_scripts "${ED}usr/bin/${PN}" } pkg_postinst() { |