summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-11-13 06:21:54 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-11-13 06:21:54 +0000
commitec1c5317664151e426a6abea65502a42822d6952 (patch)
tree7dfe83980d487d924df43da1f66cc6d4c2dbc1f4 /net-misc/vtun/vtun-2.6.ebuild
parentMarked x86 stable added amd64 back (diff)
downloadhistorical-ec1c5317664151e426a6abea65502a42822d6952.tar.gz
historical-ec1c5317664151e426a6abea65502a42822d6952.tar.bz2
historical-ec1c5317664151e426a6abea65502a42822d6952.zip
revision bump. vtun did not compile against lzo2 so dependencies altered. vtun-2.6-r1 added that does work with lzo2. bug #112367
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'net-misc/vtun/vtun-2.6.ebuild')
-rw-r--r--net-misc/vtun/vtun-2.6.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/vtun/vtun-2.6.ebuild b/net-misc/vtun/vtun-2.6.ebuild
index 4042a2e99641..2f99354a2858 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
+# 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.6.ebuild,v 1.11 2004/11/14 21:21:21 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.6.ebuild,v 1.12 2005/11/13 06:21:54 dragonheart Exp $
inherit eutils
@@ -18,7 +18,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 )"