diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-11-13 06:21:54 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-11-13 06:21:54 +0000 |
commit | c15a6e9be17c72be0dbe88a3902cec847ecb8c27 (patch) | |
tree | 486b50b463ab4f25ba24f1f0ff859811a5d19588 /net-misc/vtun/vtun-2.5.ebuild | |
parent | Marked x86 stable added amd64 back (diff) | |
download | gentoo-2-c15a6e9be17c72be0dbe88a3902cec847ecb8c27.tar.gz gentoo-2-c15a6e9be17c72be0dbe88a3902cec847ecb8c27.tar.bz2 gentoo-2-c15a6e9be17c72be0dbe88a3902cec847ecb8c27.zip |
revision bump. vtun did not compile against lzo2 so dependencies altered. vtun-2.6-r1 added that does work with lzo2. bug #112367
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'net-misc/vtun/vtun-2.5.ebuild')
-rw-r--r-- | net-misc/vtun/vtun-2.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/vtun/vtun-2.5.ebuild b/net-misc/vtun/vtun-2.5.ebuild index 41af055f8f17..322e7e825661 100644 --- a/net-misc/vtun/vtun-2.5.ebuild +++ b/net-misc/vtun/vtun-2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.5.ebuild,v 1.15 2004/07/01 22:09:48 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.5.ebuild,v 1.16 2005/11/13 06:21:54 dragonheart Exp $ IUSE="ssl" @@ -16,7 +16,7 @@ SLOT="0" # to do tun/tap tunneling DEPEND="virtual/libc >=sys-libs/zlib-1.1.3 - >=dev-libs/lzo-1.07 + =dev-libs/lzo-1* sys-devel/bison ssl? ( >=dev-libs/openssl-0.9.6c )" |