diff options
-rw-r--r-- | net-proxy/sshuttle/ChangeLog | 5 | ||||
-rw-r--r-- | net-proxy/sshuttle/sshuttle-0.61.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-proxy/sshuttle/ChangeLog b/net-proxy/sshuttle/ChangeLog index ba67f12290b0..58404843616f 100644 --- a/net-proxy/sshuttle/ChangeLog +++ b/net-proxy/sshuttle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-proxy/sshuttle # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/sshuttle/ChangeLog,v 1.11 2012/07/19 07:01:52 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/sshuttle/ChangeLog,v 1.12 2012/09/22 21:24:42 ago Exp $ + + 22 Sep 2012; Agostino Sarubbo <ago@gentoo.org> sshuttle-0.61.ebuild: + Stable for amd64, wrt bug #433347 *sshuttle-0.61 (19 Jul 2012) diff --git a/net-proxy/sshuttle/sshuttle-0.61.ebuild b/net-proxy/sshuttle/sshuttle-0.61.ebuild index 8b7d1c66766b..bd8e8e3c86c8 100644 --- a/net-proxy/sshuttle/sshuttle-0.61.ebuild +++ b/net-proxy/sshuttle/sshuttle-0.61.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-proxy/sshuttle/sshuttle-0.61.ebuild,v 1.1 2012/07/19 07:01:52 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/sshuttle/sshuttle-0.61.ebuild,v 1.2 2012/09/22 21:24:42 ago Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -13,7 +13,7 @@ SRC_URI="http://dev.gentoo.org/~radhermit/dist/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="app-arch/xz-utils" |