diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-07-12 08:07:03 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-07-12 08:07:03 +0000 |
commit | 805adb48e7c8d124bc6b5866577ee2f9c51f6d01 (patch) | |
tree | e155d615adbb992cd0670c4074f87572d6ef57fd /net-misc/vtun | |
parent | marked x86 per bug 425858 (diff) | |
download | gentoo-2-805adb48e7c8d124bc6b5866577ee2f9c51f6d01.tar.gz gentoo-2-805adb48e7c8d124bc6b5866577ee2f9c51f6d01.tar.bz2 gentoo-2-805adb48e7c8d124bc6b5866577ee2f9c51f6d01.zip |
marked x86 per bug 425814
(Portage version: 2.2.0_alpha116/cvs/Linux i686)
Diffstat (limited to 'net-misc/vtun')
-rw-r--r-- | net-misc/vtun/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/vtun/vtun-3.0.2-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/vtun/ChangeLog b/net-misc/vtun/ChangeLog index 5b924faf7d4d..92a175562454 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.48 2012/07/11 15:19:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.49 2012/07/12 08:07:03 jdhore Exp $ + + 12 Jul 2012; Jeff Horelick <jdhore@gentoo.org> vtun-3.0.2-r2.ebuild: + marked x86 per bug 425814 11 Jul 2012; Agostino Sarubbo <ago@gentoo.org> vtun-3.0.2-r2.ebuild: Stable for amd64, wrt bug #425814 diff --git a/net-misc/vtun/vtun-3.0.2-r2.ebuild b/net-misc/vtun/vtun-3.0.2-r2.ebuild index 6b458f5b2dcd..74a3bc3ac29a 100644 --- a/net-misc/vtun/vtun-3.0.2-r2.ebuild +++ b/net-misc/vtun/vtun-3.0.2-r2.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-r2.ebuild,v 1.2 2012/07/11 15:19:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-3.0.2-r2.ebuild,v 1.3 2012/07/12 08:07:03 jdhore 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 ) |