diff options
author | 2004-10-17 02:09:15 +0000 | |
---|---|---|
committer | 2004-10-17 02:09:15 +0000 | |
commit | 2a2aed4f8768fb0a4d072e0c0df38110283afe85 (patch) | |
tree | 89d9d6a9f72b7625651a654270cc0e473b4cb503 /net-misc/vtun/vtun-2.6.ebuild | |
parent | Add ~alpha keyword, bug 66571. (Manifest recommit) (diff) | |
download | gentoo-2-2a2aed4f8768fb0a4d072e0c0df38110283afe85.tar.gz gentoo-2-2a2aed4f8768fb0a4d072e0c0df38110283afe85.tar.bz2 gentoo-2-2a2aed4f8768fb0a4d072e0c0df38110283afe85.zip |
added missing RDEPEND
Diffstat (limited to 'net-misc/vtun/vtun-2.6.ebuild')
-rw-r--r-- | net-misc/vtun/vtun-2.6.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-misc/vtun/vtun-2.6.ebuild b/net-misc/vtun/vtun-2.6.ebuild index 595e5404ac59..5bb65baf96bf 100644 --- a/net-misc/vtun/vtun-2.6.ebuild +++ b/net-misc/vtun/vtun-2.6.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-misc/vtun/vtun-2.6.ebuild,v 1.7 2004/07/31 07:29:29 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.6.ebuild,v 1.8 2004/10/17 02:09:15 solar Exp $ inherit eutils @@ -22,6 +22,10 @@ DEPEND="virtual/libc sys-devel/bison ssl? ( >=dev-libs/openssl-0.9.6c )" +RDEPEND="virtual/libc + >=sys-libs/zlib-1.1.3 + ssl? ( >=dev-libs/openssl-0.9.6c )" + src_unpack() { unpack ${A} && cd ${S} || die epatch ${FILESDIR}/${PN}-${PV}-makefile.patch |