diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-06 21:28:29 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-06 21:28:29 +0000 |
commit | 8792334e66715b7ea90841cc8071002a5e29ae2d (patch) | |
tree | 5d9efa71adb7360b1c4cade661d9e67e833f46cd /net-p2p/gift-openft | |
parent | version bump. ARCHES: please test and let me know if it is ok to bump. (diff) | |
download | historical-8792334e66715b7ea90841cc8071002a5e29ae2d.tar.gz historical-8792334e66715b7ea90841cc8071002a5e29ae2d.tar.bz2 historical-8792334e66715b7ea90841cc8071002a5e29ae2d.zip |
fix R/DEPEND irt #34161
Diffstat (limited to 'net-p2p/gift-openft')
-rw-r--r-- | net-p2p/gift-openft/gift-openft-0.2.1.3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-p2p/gift-openft/gift-openft-0.2.1.3.ebuild b/net-p2p/gift-openft/gift-openft-0.2.1.3.ebuild index e36544191bde..6c49dfd2ec1e 100644 --- a/net-p2p/gift-openft/gift-openft-0.2.1.3.ebuild +++ b/net-p2p/gift-openft/gift-openft-0.2.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/gift-openft-0.2.1.3.ebuild,v 1.4 2004/07/04 16:55:06 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/gift-openft-0.2.1.3.ebuild,v 1.5 2004/07/06 21:25:48 squinky86 Exp $ IUSE="" @@ -13,8 +13,9 @@ LICENSE="GPL-2" KEYWORDS="x86 ~sparc ~ppc ~amd64" DEPEND="virtual/libc - >=net-p2p/gift-0.11.5 - >=sys-apps/sed-4 + dev-util/pkgconfig" + +RDEPEND=">=net-p2p/gift-0.11.5 >=sys-libs/zlib-1.1.4" src_compile() { |