diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-03 18:32:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-03 18:32:11 +0000 |
commit | 33a1cfc717cb2fa88f52ca1caab2368511511a0c (patch) | |
tree | 80415e58aceeb819ea8ccd5078eb2caa100c25d4 /net-misc/vtun | |
parent | Stable for amd64, wrt bug #419219 (diff) | |
download | historical-33a1cfc717cb2fa88f52ca1caab2368511511a0c.tar.gz historical-33a1cfc717cb2fa88f52ca1caab2368511511a0c.tar.bz2 historical-33a1cfc717cb2fa88f52ca1caab2368511511a0c.zip |
Stable for amd64, wrt bug #419323
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'net-misc/vtun')
-rw-r--r-- | net-misc/vtun/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/vtun/vtun-3.0.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/vtun/ChangeLog b/net-misc/vtun/ChangeLog index 262e0b86d5a8..7d804b8a5e06 100644 --- a/net-misc/vtun/ChangeLog +++ b/net-misc/vtun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/vtun # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.42 2012/03/03 19:29:39 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.43 2012/06/03 18:32:11 ago Exp $ + + 03 Jun 2012; Agostino Sarubbo <ago@gentoo.org> vtun-3.0.2-r1.ebuild: + Stable for amd64, wrt bug #419323 03 Mar 2012; Pacho Ramos <pacho@gentoo.org> -vtun-3.0.1.ebuild, vtun-3.0.2-r1.ebuild: diff --git a/net-misc/vtun/vtun-3.0.2-r1.ebuild b/net-misc/vtun/vtun-3.0.2-r1.ebuild index b9c059f87724..544a23224ded 100644 --- a/net-misc/vtun/vtun-3.0.2-r1.ebuild +++ b/net-misc/vtun/vtun-3.0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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-r1.ebuild,v 1.2 2012/03/03 19:29:39 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-3.0.2-r1.ebuild,v 1.3 2012/06/03 18:32:11 ago Exp $ EAPI=4 @@ -12,7 +12,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 ) |