diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-04 21:58:46 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-04 21:58:46 +0000 |
commit | 41e72649c19b51794a78eadb189c36362ac19aea (patch) | |
tree | 9fac736a5a8b99294dc8656fefa2a73393481f4a /dev-python/gnome-python | |
parent | README contains basic installation instructions (diff) | |
download | gentoo-2-41e72649c19b51794a78eadb189c36362ac19aea.tar.gz gentoo-2-41e72649c19b51794a78eadb189c36362ac19aea.tar.bz2 gentoo-2-41e72649c19b51794a78eadb189c36362ac19aea.zip |
*** empty log message ***
Diffstat (limited to 'dev-python/gnome-python')
-rw-r--r-- | dev-python/gnome-python/gnome-python-1.4.1.ebuild | 6 |
1 files changed, 3 insertions, 3 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 7bf43ed26f8a..6d9700e40c5b 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.3 2001/06/04 06:41:14 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.4.1.ebuild,v 1.4 2001/06/04 21:57:52 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,8 +9,8 @@ DESCRIPTION="gnome-python" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/latest/sources/"${A} HOMEPAGE="http://www.gnome.org" -DEPEND=">=gnome-base/libglade-0.16 - >=gnome-base/gnome-core-1.4.0 +DEPEND=">=gnome-base/gnome-core-1.4.0 + opengl? ( >=x11-libs/gtkglarea-1.2.2 ) virtual/python" src_compile() { |