diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-05-10 18:48:42 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-05-10 18:48:42 +0000 |
commit | 27d6e53fdca9ce904b1359fa99a0096ecafcfc3a (patch) | |
tree | da55f3480e7d882cad9cec6ba4229bca687619e4 /net-misc | |
parent | ppc stable #318111 (diff) | |
download | gentoo-2-27d6e53fdca9ce904b1359fa99a0096ecafcfc3a.tar.gz gentoo-2-27d6e53fdca9ce904b1359fa99a0096ecafcfc3a.tar.bz2 gentoo-2-27d6e53fdca9ce904b1359fa99a0096ecafcfc3a.zip |
ppc stable #317961
(Portage version: 2.1.7.17/cvs/Linux ppc)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/vtun/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/vtun/vtun-3.0.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/vtun/ChangeLog b/net-misc/vtun/ChangeLog index 8361494dd332..2c1b339967b9 100644 --- a/net-misc/vtun/ChangeLog +++ b/net-misc/vtun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/vtun -# 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 $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.38 2010/05/10 18:48:42 nixnut Exp $ + + 10 May 2010; nixnut <nixnut@gentoo.org> vtun-3.0.2.ebuild: + ppc stable #317961 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> vtun-2.6-r1.ebuild: Remove virtual/libc diff --git a/net-misc/vtun/vtun-3.0.2.ebuild b/net-misc/vtun/vtun-3.0.2.ebuild index 130aaa4efe78..bea2b856a43c 100644 --- a/net-misc/vtun/vtun-3.0.2.ebuild +++ b/net-misc/vtun/vtun-3.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-3.0.2.ebuild,v 1.1 2009/04/19 17:23:02 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-3.0.2.ebuild,v 1.2 2010/05/10 18:48:42 nixnut Exp $ EAPI=2 DESCRIPTION="Create virtual tunnels over TCP/IP networks with traffic shaping, encryption, and compression." @@ -9,7 +9,7 @@ HOMEPAGE="http://vtun.sourceforge.net/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ppc ~sparc ~x86" IUSE="lzo socks5 ssl zlib" RDEPEND="ssl? ( dev-libs/openssl ) |