From 437d0af0218e2d2c0206dbf97c2584a6cd303b55 Mon Sep 17 00:00:00 2001 From: Ali Polatel Date: Thu, 29 May 2008 18:17:03 +0000 Subject: python_mod_optimize is ROOT aware. Removed redundant python_version from pkg_*. (Portage version: 2.1.5.2) --- www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild') 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 } -- cgit v1.2.3-65-gdbad