diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-09 23:24:39 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-09 23:24:39 +0000 |
commit | 97580f0de282fd074832413c36c3cbd4c9bf644d (patch) | |
tree | b09f4af633362cf7181e68d62916cc56a1558f04 /dev-python | |
parent | Stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-97580f0de282fd074832413c36c3cbd4c9bf644d.tar.gz gentoo-2-97580f0de282fd074832413c36c3cbd4c9bf644d.tar.bz2 gentoo-2-97580f0de282fd074832413c36c3cbd4c9bf644d.zip |
Remove default RDEPEND.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/rtgraph/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/rtgraph/rtgraph-0.70.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/rtgraph/ChangeLog b/dev-python/rtgraph/ChangeLog index a07ca144057e..58cc90fbe49e 100644 --- a/dev-python/rtgraph/ChangeLog +++ b/dev-python/rtgraph/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/rtgraph # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rtgraph/ChangeLog,v 1.2 2004/04/04 09:33:23 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rtgraph/ChangeLog,v 1.3 2004/05/09 23:24:39 kloeri Exp $ + + 10 May 2004; Bryan Østergaard <kloeri@gentoo.org> rtgraph-0.70.ebuild: + Remove default RDEPEND. 04 Apr 2004; David Holm <dholm@gentoo.org> rtgraph-0.70.ebuild: Added to ~ppc. diff --git a/dev-python/rtgraph/rtgraph-0.70.ebuild b/dev-python/rtgraph/rtgraph-0.70.ebuild index 07ebf14462ba..5951420218fb 100644 --- a/dev-python/rtgraph/rtgraph-0.70.ebuild +++ b/dev-python/rtgraph/rtgraph-0.70.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/rtgraph/rtgraph-0.70.ebuild,v 1.2 2004/04/04 09:33:23 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rtgraph/rtgraph-0.70.ebuild,v 1.3 2004/05/09 23:24:39 kloeri Exp $ inherit distutils @@ -13,7 +13,6 @@ IUSE="" KEYWORDS="~x86 ~ppc" DEPEND="virtual/python >=dev-python/pygtk-2" -RDEPEND=${DEPEND} src_install() { distutils_src_install |