diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-06 17:06:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-06 17:06:08 +0000 |
commit | 3b49a93d8f36574ff223cf6c587fdecc455d91ad (patch) | |
tree | 362a8e877e33b99ea3cadf39513b520d07586cf8 /net-misc/vtun | |
parent | Stable for amd64, wrt bug #441196 (diff) | |
download | gentoo-2-3b49a93d8f36574ff223cf6c587fdecc455d91ad.tar.gz gentoo-2-3b49a93d8f36574ff223cf6c587fdecc455d91ad.tar.bz2 gentoo-2-3b49a93d8f36574ff223cf6c587fdecc455d91ad.zip |
Stable for amd64, wrt bug #441488
(Portage version: 2.1.11.9/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.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/vtun/ChangeLog b/net-misc/vtun/ChangeLog index 1507d0a3ae28..5587264c0fae 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.55 2012/11/03 20:32:14 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.56 2012/11/06 17:06:08 ago Exp $ + + 06 Nov 2012; <ago@gentoo.org> vtun-3.0.3.ebuild: + Stable for amd64, wrt bug #441488 03 Nov 2012; Anthony G. Basile <blueness@gentoo.org> vtun-3.0.3.ebuild: stable ppc, bug #441488 diff --git a/net-misc/vtun/vtun-3.0.3.ebuild b/net-misc/vtun/vtun-3.0.3.ebuild index a987a73090e1..d254e12c5243 100644 --- a/net-misc/vtun/vtun-3.0.3.ebuild +++ b/net-misc/vtun/vtun-3.0.3.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.3.ebuild,v 1.2 2012/11/03 20:32:14 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-3.0.3.ebuild,v 1.3 2012/11/06 17:06:08 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 ) |