diff options
author | 2001-06-21 20:15:00 +0000 | |
---|---|---|
committer | 2001-06-21 20:15:00 +0000 | |
commit | 3bc00f5a4f7696d290a75ecf2b68433c507006f2 (patch) | |
tree | 133fc7aaadaf39c63881f13cd8f8ea21d3e3da3b /app-admin/logrotate | |
parent | grrr (diff) | |
download | historical-3bc00f5a4f7696d290a75ecf2b68433c507006f2.tar.gz historical-3bc00f5a4f7696d290a75ecf2b68433c507006f2.tar.bz2 historical-3bc00f5a4f7696d290a75ecf2b68433c507006f2.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 'app-admin/logrotate')
-rw-r--r-- | app-admin/logrotate/logrotate-3.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/logrotate/logrotate-3.3-r2.ebuild b/app-admin/logrotate/logrotate-3.3-r2.ebuild index d7fb805f64bb..84e6f2947aaa 100644 --- a/app-admin/logrotate/logrotate-3.3-r2.ebuild +++ b/app-admin/logrotate/logrotate-3.3-r2.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/app-admin/logrotate/logrotate-3.3-r2.ebuild,v 1.1 2001/04/05 15:16:11 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.3-r2.ebuild,v 1.2 2001/06/21 20:15:00 lamer Exp $ P=logrotate-3.3 A=${P}.tar.gz @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.redhat.com/redhat/linux/code/logrotate/${A} ftp://ftp.valinux.com/pub/mirrors/redhat/redhat/linux/code/logrotate/${A}" DEPEND="virtual/glibc - >=app-arch/rpm-3.0.5" + >=dev-libs/popt-1.5" src_unpack() { unpack ${A} |