diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-03-23 09:54:20 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-03-23 09:54:20 +0000 |
commit | 4689f8825df878806f35935467c2dda3525122af (patch) | |
tree | 0908a5e2951cc1ca8b9b72259fd4cbccf9bea05d /dev-python/gnome-python/gnome-python-1.4.4.ebuild | |
parent | Marked stable on mips. (Manifest recommit) (diff) | |
download | gentoo-2-4689f8825df878806f35935467c2dda3525122af.tar.gz gentoo-2-4689f8825df878806f35935467c2dda3525122af.tar.bz2 gentoo-2-4689f8825df878806f35935467c2dda3525122af.zip |
fix RDEPEND
Diffstat (limited to 'dev-python/gnome-python/gnome-python-1.4.4.ebuild')
-rw-r--r-- | dev-python/gnome-python/gnome-python-1.4.4.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/gnome-python/gnome-python-1.4.4.ebuild b/dev-python/gnome-python/gnome-python-1.4.4.ebuild index ad7531c365f9..856ca60ab60e 100644 --- a/dev-python/gnome-python/gnome-python-1.4.4.ebuild +++ b/dev-python/gnome-python/gnome-python-1.4.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.4.4.ebuild,v 1.7 2003/09/06 23:32:28 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.4.4.ebuild,v 1.8 2004/03/23 09:54:20 liquidx Exp $ inherit gnome.org @@ -21,7 +21,6 @@ DEPEND="virtual/python <gnome-base/libglade-1.90.0 <gnome-base/control-center-1.90.0 ) opengl? ( <x11-libs/gtkglarea-1.99.0 )" -RDEPEND="${RDEPEND}" src_compile() { if [ -n "`use gnome`" ] |