summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-03 17:38:56 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-03 17:38:56 +0000
commit6bf64f3ad873f8b5e2e4c0cb531b27fa5029a8d4 (patch)
tree697fda10745a37106d74b02e3d98f90eed965e5c /dev-python/twisted/twisted-1.2.0.ebuild
parentFix use invocation (Manifest recommit) (diff)
downloadgentoo-2-6bf64f3ad873f8b5e2e4c0cb531b27fa5029a8d4.tar.gz
gentoo-2-6bf64f3ad873f8b5e2e4c0cb531b27fa5029a8d4.tar.bz2
gentoo-2-6bf64f3ad873f8b5e2e4c0cb531b27fa5029a8d4.zip
Fix use invocation
Diffstat (limited to 'dev-python/twisted/twisted-1.2.0.ebuild')
-rw-r--r--dev-python/twisted/twisted-1.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/twisted/twisted-1.2.0.ebuild b/dev-python/twisted/twisted-1.2.0.ebuild
index 12349a9a490c..1c2600dd4348 100644
--- a/dev-python/twisted/twisted-1.2.0.ebuild
+++ b/dev-python/twisted/twisted-1.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.2.0.ebuild,v 1.5 2004/05/06 17:50:37 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.2.0.ebuild,v 1.6 2004/06/03 17:35:31 agriffis Exp $
inherit distutils
@@ -26,7 +26,7 @@ src_install() {
distutils_src_install
# use gtk2 if they so wish
- if [ -n "`use gtk2`" ]; then
+ if use gtk2; then
sed -e 's/import manhole/import manhole2/' \
-e 's/manhole\.run()/manhole2.run()/' \
-i ${D}/usr/bin/manhole