diff options
-rw-r--r-- | net-misc/httptunnel/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/httptunnel/httptunnel-3.3-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/httptunnel/ChangeLog b/net-misc/httptunnel/ChangeLog index 164658ba69bb..38d91e1751c9 100644 --- a/net-misc/httptunnel/ChangeLog +++ b/net-misc/httptunnel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/httptunnel # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/ChangeLog,v 1.23 2012/06/28 10:04:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/ChangeLog,v 1.24 2012/06/29 05:50:04 jdhore Exp $ + + 29 Jun 2012; Jeff Horelick <jdhore@gentoo.org> httptunnel-3.3-r2.ebuild: + marked x86 per bug 397169 28 Jun 2012; Agostino Sarubbo <ago@gentoo.org> httptunnel-3.3-r2.ebuild: Stable for amd64, wrt bug #397169 diff --git a/net-misc/httptunnel/httptunnel-3.3-r2.ebuild b/net-misc/httptunnel/httptunnel-3.3-r2.ebuild index fc6641677711..04fe142c4e06 100644 --- a/net-misc/httptunnel/httptunnel-3.3-r2.ebuild +++ b/net-misc/httptunnel/httptunnel-3.3-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/httptunnel/httptunnel-3.3-r2.ebuild,v 1.2 2012/06/28 10:04:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r2.ebuild,v 1.3 2012/06/29 05:50:04 jdhore Exp $ EAPI=4 @@ -10,7 +10,7 @@ DESCRIPTION="httptunnel can create IP tunnels through firewalls/proxies using HT HOMEPAGE="http://www.nocrew.org/software/httptunnel.html" SRC_URI="http://www.nocrew.org/software/${PN}/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" IUSE="" SLOT="0" |