diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2001-06-21 20:15:00 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2001-06-21 20:15:00 +0000 |
commit | 3bc00f5a4f7696d290a75ecf2b68433c507006f2 (patch) | |
tree | 133fc7aaadaf39c63881f13cd8f8ea21d3e3da3b /media-video/xmps | |
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 'media-video/xmps')
-rw-r--r-- | media-video/xmps/xmps-0.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/xmps/xmps-0.2.0.ebuild b/media-video/xmps/xmps-0.2.0.ebuild index 5cde43c5f28c..ecf8bd2b8bb4 100644 --- a/media-video/xmps/xmps-0.2.0.ebuild +++ b/media-video/xmps/xmps-0.2.0.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/media-video/xmps/xmps-0.2.0.ebuild,v 1.2 2001/06/05 19:43:20 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xmps/xmps-0.2.0.ebuild,v 1.3 2001/06/21 20:15:00 lamer Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,13 +11,13 @@ HOMEPAGE="http://xmps.sourceforge.net" DEPEND=">=media-libs/smpeg-0.4.1 nls? ( sys-devel/gettext ) >=dev-lang/nasm-0.98 - >=app-arch/rpm-3.0.6 + >=dev-libs/popt-1.5 >=x11-libs/gtk+-1.2.10 gnome? ( >=gnome-base/gnome-libs-1.2.4 )" RDEPEND=">=media-libs/smpeg-0.4.1 >=x11-libs/gtk+-1.2.10 - >=app-arch/rpm-3.0.6 + >=dev-libs/popt-1.5 gnome? ( >=gnome-base/gnome-libs-1.2.4 )" src_compile() { |