diff options
author | Ben Lutgens <lamer@gentoo.org> | 2001-06-21 20:15:00 +0000 |
---|---|---|
committer | Ben Lutgens <lamer@gentoo.org> | 2001-06-21 20:15:00 +0000 |
commit | 2f657799424cd4e93688821e8d14259eca7855a5 (patch) | |
tree | 30c3a669370e6f69b3b275dddaec57d4f3c7c9f8 /gnome-base/oaf | |
parent | grrr (diff) | |
download | gentoo-2-2f657799424cd4e93688821e8d14259eca7855a5.tar.gz gentoo-2-2f657799424cd4e93688821e8d14259eca7855a5.tar.bz2 gentoo-2-2f657799424cd4e93688821e8d14259eca7855a5.zip |
Remove the RPM dependancies. Only things that still have them are
kdeadmin/kdeadmin-2.1.1 and gnome-apps/gnorpm. I imaging they both need rpm
and not just popt. :-)
Diffstat (limited to 'gnome-base/oaf')
-rw-r--r-- | gnome-base/oaf/oaf-0.6.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-base/oaf/oaf-0.6.5.ebuild b/gnome-base/oaf/oaf-0.6.5.ebuild index baea35a19061..b6ca0d18ecd9 100644 --- a/gnome-base/oaf/oaf-0.6.5.ebuild +++ b/gnome-base/oaf/oaf-0.6.5.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/gnome-base/oaf/oaf-0.6.5.ebuild,v 1.4 2001/06/11 08:11:28 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.6.5.ebuild,v 1.5 2001/06/21 20:15:00 lamer Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,14 +10,14 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A} ftp://gnome.eazel.com/pub/gnome/unstable/sources/${PN}/${A}" DEPEND="virtual/glibc >=sys-devel/perl-5 - >=app-arch/rpm-3.0.6 + >=dev-libs/popt-1.5 >=gnome-base/gnome-env-1.0 >=gnome-base/ORBit-0.5.7 >=gnome-base/libxml-1.8.11 nls? ( sys-devel/gettext )" RDEPEND="virtual/glibc - >=app-arch/rpm-3.0.6 + >=dev-libs/popt-1.5 >=gnome-base/gnome-env-1.0 >=gnome-base/ORBit-0.5.7 >=gnome-base/libxml-1.8.11" |