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 /app-office/dia | |
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-office/dia')
-rw-r--r-- | app-office/dia/dia-0.88.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/dia/dia-0.88.1.ebuild b/app-office/dia/dia-0.88.1.ebuild index 1b1d64bd8dfa..e313c282faf3 100644 --- a/app-office/dia/dia-0.88.1.ebuild +++ b/app-office/dia/dia-0.88.1.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-office/dia/dia-0.88.1.ebuild,v 1.3 2001/06/11 08:11:28 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.88.1.ebuild,v 1.4 2001/06/21 20:15:00 lamer Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,12 +11,12 @@ HOMEPAGE="http://www.gnome.org/gnome-office/dia.shtml" DEPEND=">=gnome-base/libxml-1.8.13 nls? ( sys-devel/gettext ) >=gnome-base/gdk-pixbuf-0.11.0 - >=app-arch/rpm-3.0.6 + >=dev-libs/popt-1.5 bonobo? ( >=gnome-base/bonobo-1.0.4 ) python? ( dev-lang/python-2.0 )" RDEPEND=">=gnome-base/libxml-1.8.13 >=gnome-base/gdk-pixbuf-0.11.0 - >=app-arch/rpm-3.0.6 + >=dev-libs/popt-1.5 bonobo? ( >=gnome-base/bonobo-1.0.4 )" src_compile() { |