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 | |
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')
-rw-r--r-- | dev-python/gnome-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/gnome-python/gnome-python-1.4.2.ebuild | 5 | ||||
-rw-r--r-- | dev-python/gnome-python/gnome-python-1.4.4.ebuild | 5 |
3 files changed, 9 insertions, 7 deletions
diff --git a/dev-python/gnome-python/ChangeLog b/dev-python/gnome-python/ChangeLog index 051cd8829a57..cce02af778c0 100644 --- a/dev-python/gnome-python/ChangeLog +++ b/dev-python/gnome-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gnome-python # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v 1.24 2004/03/18 22:02:16 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v 1.25 2004/03/23 09:54:20 liquidx Exp $ + + 23 Mar 2004; Alastair Tse <liquidx@gentoo.org> gnome-python-1.4.2.ebuild, + gnome-python-1.4.4.ebuild: + fix RDEPEND *gnome-python-2.0.0-r1 (24 Jan 2004) *gnome-python-1.4.4-r1 (24 Jan 2004) diff --git a/dev-python/gnome-python/gnome-python-1.4.2.ebuild b/dev-python/gnome-python/gnome-python-1.4.2.ebuild index 73a1efe857ab..c68058ced452 100644 --- a/dev-python/gnome-python/gnome-python-1.4.2.ebuild +++ b/dev-python/gnome-python/gnome-python-1.4.2.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.2.ebuild,v 1.13 2003/09/06 23:32:28 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.4.2.ebuild,v 1.14 2004/03/23 09:54:20 liquidx Exp $ IUSE="gnome opengl" @@ -16,7 +16,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}" SLOT="1" KEYWORDS="x86 ppc sparc alpha" 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`" ] |