diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-05-29 16:43:27 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-05-29 16:43:27 +0000 |
commit | f856aa5a109568ff86133d8bf429b447160acb14 (patch) | |
tree | 5c648122843dc52b39df3eaf319cb51dbc6bcfdd /dev-util/devhelp/devhelp-0.19.1.ebuild | |
parent | python_mod_optimize is ROOT aware. Fixed python_mod_cleanup. (diff) | |
download | gentoo-2-f856aa5a109568ff86133d8bf429b447160acb14.tar.gz gentoo-2-f856aa5a109568ff86133d8bf429b447160acb14.tar.bz2 gentoo-2-f856aa5a109568ff86133d8bf429b447160acb14.zip |
Drop redundant python_version in pkg_postrm.
(Portage version: 2.1.5.2)
Diffstat (limited to 'dev-util/devhelp/devhelp-0.19.1.ebuild')
-rw-r--r-- | dev-util/devhelp/devhelp-0.19.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/devhelp/devhelp-0.19.1.ebuild b/dev-util/devhelp/devhelp-0.19.1.ebuild index a2c8363f83ab..289e510b9e64 100644 --- a/dev-util/devhelp/devhelp-0.19.1.ebuild +++ b/dev-util/devhelp/devhelp-0.19.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.19.1.ebuild,v 1.1 2008/05/25 20:24:14 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.19.1.ebuild,v 1.2 2008/05/29 16:43:27 hawking Exp $ inherit toolchain-funcs gnome2 python @@ -56,6 +56,5 @@ pkg_postinst() { } pkg_postrm() { - python_version python_mod_cleanup } |