summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-10-10 18:27:23 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-10-10 18:27:23 +0000
commit2570397914c59da370e380c9282a7ea0a7af9492 (patch)
treeaa69102b93da0a7bb5a81ca1f354d3414500c416 /dev-util/gprof2dot
parentalpha/sparc stable wrt #335186 (diff)
downloadgentoo-2-2570397914c59da370e380c9282a7ea0a7af9492.tar.gz
gentoo-2-2570397914c59da370e380c9282a7ea0a7af9492.tar.bz2
gentoo-2-2570397914c59da370e380c9282a7ea0a7af9492.zip
Update EAPI. Delete needless call to die().
(Portage version: 2.2_rc91_p7/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/gprof2dot')
-rw-r--r--dev-util/gprof2dot/ChangeLog6
-rw-r--r--dev-util/gprof2dot/gprof2dot-0_p20100216.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-util/gprof2dot/ChangeLog b/dev-util/gprof2dot/ChangeLog
index 9eeb66c2a30c..665ce1d39214 100644
--- a/dev-util/gprof2dot/ChangeLog
+++ b/dev-util/gprof2dot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/gprof2dot
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.1 2010/03/17 00:40:16 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.2 2010/10/10 18:27:23 arfrever Exp $
+
+ 10 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ gprof2dot-0_p20100216.ebuild:
+ Update EAPI. Delete needless call to die().
*gprof2dot-0_p20100216 (17 Mar 2010)
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() {