summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-05-29 18:17:03 +0000
committerAli Polatel <hawking@gentoo.org>2008-05-29 18:17:03 +0000
commit437d0af0218e2d2c0206dbf97c2584a6cd303b55 (patch)
tree9efc8cf58f653663bb7f32e7b0e24097ee986e54 /www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild
parentMarked ~hppa (bug #223973). (diff)
downloadgentoo-2-437d0af0218e2d2c0206dbf97c2584a6cd303b55.tar.gz
gentoo-2-437d0af0218e2d2c0206dbf97c2584a6cd303b55.tar.bz2
gentoo-2-437d0af0218e2d2c0206dbf97c2584a6cd303b55.zip
python_mod_optimize is ROOT aware. Removed redundant python_version from pkg_*.
(Portage version: 2.1.5.2)
Diffstat (limited to 'www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild')
-rw-r--r--www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild b/www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild
index 9f10c4fc1373..b2bdf0b90b88 100644
--- a/www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild
+++ b/www-client/epiphany-extensions/epiphany-extensions-2.20.3.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/www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild,v 1.12 2008/05/08 22:24:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild,v 1.13 2008/05/29 18:17:03 hawking Exp $
WANT_AUTOMAKE="1.10"
inherit eutils gnome2 autotools python versionator
@@ -81,7 +81,6 @@ pkg_setup() {
pkg_postinst() {
gnome2_pkg_postinst
if use python; then
- python_version
python_mod_optimize /usr/$(get_libdir)/epiphany/${MY_MAJORV}/extensions
fi
}
@@ -89,7 +88,6 @@ pkg_postinst() {
pkg_postrm() {
gnome2_pkg_postrm
if use python; then
- python_version
python_mod_cleanup /usr/$(get_libdir)/epiphany/${MY_MAJORV}/extensions
fi
}