summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-12-14 18:28:02 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-12-14 18:28:02 +0000
commit972440ae187cdc841913890ad537859eee71e465 (patch)
tree2adb1eee2f2d1749d2fa698e26565c489cea7a84 /net-libs
parentEnable python extension, bug #249555 (diff)
downloadgentoo-2-972440ae187cdc841913890ad537859eee71e465.tar.gz
gentoo-2-972440ae187cdc841913890ad537859eee71e465.tar.bz2
gentoo-2-972440ae187cdc841913890ad537859eee71e465.zip
Remove useless spaces
(Portage version: 2.1.4.5)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/xulrunner/xulrunner-1.9.0.4-r1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-libs/xulrunner/xulrunner-1.9.0.4-r1.ebuild b/net-libs/xulrunner/xulrunner-1.9.0.4-r1.ebuild
index 66600cf2ab1a..ee0e8fcf2280 100644
--- a/net-libs/xulrunner/xulrunner-1.9.0.4-r1.ebuild
+++ b/net-libs/xulrunner/xulrunner-1.9.0.4-r1.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/net-libs/xulrunner/xulrunner-1.9.0.4-r1.ebuild,v 1.2 2008/12/14 18:24:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.4-r1.ebuild,v 1.3 2008/12/14 18:28:02 armin76 Exp $
WANT_AUTOCONF="2.1"
@@ -168,17 +168,16 @@ src_install() {
}
pkg_postinst() {
- if use python ; then
+ if use python; then
python_version
python_mod_optimize ${ROOT}/usr/$(get_libdir)/${PN}-1.9/python/xpcom
fi
}
pkg_postrm() {
- if use python ; then
+ if use python; then
python_version
python_mod_cleanup
fi
}
-