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 | 85926ad27cc6c41abed2fc12a25c1a4140f69f07 (patch) | |
tree | d86ca8ae49d1dd7b9fe04b267db95f4cfe6f5bc3 /gnome-base/oaf | |
parent | Added dependencies (diff) | |
download | gentoo-2-85926ad27cc6c41abed2fc12a25c1a4140f69f07.tar.gz gentoo-2-85926ad27cc6c41abed2fc12a25c1a4140f69f07.tar.bz2 gentoo-2-85926ad27cc6c41abed2fc12a25c1a4140f69f07.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" |