summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-15 15:41:32 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-15 15:41:32 +0000
commit03cd4226e4f0f2ac384a469afbafd3f8f3b900e4 (patch)
tree3e811f7f698cf6ba9106612d97ad90de3419caab /dev-python/gnome-python
parentFix for nas (diff)
downloadgentoo-2-03cd4226e4f0f2ac384a469afbafd3f8f3b900e4.tar.gz
gentoo-2-03cd4226e4f0f2ac384a469afbafd3f8f3b900e4.tar.bz2
gentoo-2-03cd4226e4f0f2ac384a469afbafd3f8f3b900e4.zip
*** empty log message ***
Diffstat (limited to 'dev-python/gnome-python')
-rw-r--r--dev-python/gnome-python/gnome-python-1.4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/gnome-python/gnome-python-1.4.1.ebuild b/dev-python/gnome-python/gnome-python-1.4.1.ebuild
index 8fb4c43ba7de..18bd6da77488 100644
--- a/dev-python/gnome-python/gnome-python-1.4.1.ebuild
+++ b/dev-python/gnome-python/gnome-python-1.4.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.4.1.ebuild,v 1.1 2001/04/28 23:00:39 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.4.1.ebuild,v 1.2 2001/05/15 15:41:32 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -16,7 +16,7 @@ DEPEND=">=gnome-base/libglade-0.16
src_compile() {
cd ${S}
PYTHON="/usr/bin/python" try ./configure --host=${CHOST} --prefix=/usr \
- --with-gnome --with-gtkhtml
+ --with-gnome
try make
}