diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-03 09:11:34 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-03 09:11:34 +0000 |
commit | 5e312297733e9c90a6ce9282d54c1dcec4549f11 (patch) | |
tree | ed42de57dd69da0e5508c133f04922664368b020 /gnome-base/oaf | |
parent | Added dependencies (diff) | |
download | historical-5e312297733e9c90a6ce9282d54c1dcec4549f11.tar.gz historical-5e312297733e9c90a6ce9282d54c1dcec4549f11.tar.bz2 historical-5e312297733e9c90a6ce9282d54c1dcec4549f11.zip |
Added dependencies
Diffstat (limited to 'gnome-base/oaf')
-rw-r--r-- | gnome-base/oaf/oaf-0.5.1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnome-base/oaf/oaf-0.5.1.ebuild b/gnome-base/oaf/oaf-0.5.1.ebuild index ab3bd532a676..338d6f4c54ca 100644 --- a/gnome-base/oaf/oaf-0.5.1.ebuild +++ b/gnome-base/oaf/oaf-0.5.1.ebuild @@ -1,17 +1,14 @@ # 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.5.1.ebuild,v 1.2 2000/11/03 02:47:13 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.5.1.ebuild,v 1.3 2000/11/03 09:11:34 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Object Activation Framework for GNOME" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/"${A} -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-libs/gpm-1.19.3 - >=sys-libs/ncurses-5.1 - >=app-arch/rpm-3.0.5 +DEPEND=">=app-arch/rpm-3.0.5 >=gnome-base/ORBit-0.5.3 >=gnome-base/libxml-1.8.10" |