diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:48:27 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:48:27 +0000 |
commit | 94e44a3ede6175d3c554b95ba7693730fe3d159d (patch) | |
tree | cba1ea03e31e1c28f23730fe27fb546ab134b95a /net-misc/vtun | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-94e44a3ede6175d3c554b95ba7693730fe3d159d.tar.gz gentoo-2-94e44a3ede6175d3c554b95ba7693730fe3d159d.tar.bz2 gentoo-2-94e44a3ede6175d3c554b95ba7693730fe3d159d.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/vtun')
-rw-r--r-- | net-misc/vtun/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/vtun/vtun-2.6-r1.ebuild | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/net-misc/vtun/ChangeLog b/net-misc/vtun/ChangeLog index 89bba0643ece..8361494dd332 100644 --- a/net-misc/vtun/ChangeLog +++ b/net-misc/vtun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/vtun -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.36 2009/04/19 17:23:02 rbu Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.37 2009/09/23 19:48:27 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> vtun-2.6-r1.ebuild: + Remove virtual/libc *vtun-3.0.2 (19 Apr 2009) diff --git a/net-misc/vtun/vtun-2.6-r1.ebuild b/net-misc/vtun/vtun-2.6-r1.ebuild index 1acd72edcc7b..9c19eee5635a 100644 --- a/net-misc/vtun/vtun-2.6-r1.ebuild +++ b/net-misc/vtun/vtun-2.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.6-r1.ebuild,v 1.6 2007/07/05 17:22:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.6-r1.ebuild,v 1.7 2009/09/23 19:48:27 patrick Exp $ inherit eutils @@ -16,14 +16,12 @@ SLOT="0" # NOTE: you also need the tun/tap driver compiled into your kernel # to do tun/tap tunneling -DEPEND="virtual/libc - >=sys-libs/zlib-1.1.3 +DEPEND=">=sys-libs/zlib-1.1.3 >=dev-libs/lzo-2 sys-devel/bison ssl? ( >=dev-libs/openssl-0.9.6c )" -RDEPEND="virtual/libc - >=sys-libs/zlib-1.1.3 +RDEPEND=">=sys-libs/zlib-1.1.3 ssl? ( >=dev-libs/openssl-0.9.6c )" src_unpack() { |