diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-06-11 17:31:49 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-06-11 17:31:49 +0000 |
commit | c4e2285b8147b36adcbaab8b8d66d7d8d2196e62 (patch) | |
tree | b88e25f1e797af29f34817013487f7a4baf0d8e0 /net-misc/socat | |
parent | Stable for HPPA (bug #273419). (diff) | |
download | gentoo-2-c4e2285b8147b36adcbaab8b8d66d7d8d2196e62.tar.gz gentoo-2-c4e2285b8147b36adcbaab8b8d66d7d8d2196e62.tar.bz2 gentoo-2-c4e2285b8147b36adcbaab8b8d66d7d8d2196e62.zip |
Stable on alpha, bug #270855
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/socat')
-rw-r--r-- | net-misc/socat/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/socat/socat-1.7.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/socat/ChangeLog b/net-misc/socat/ChangeLog index cc60dc1468fb..c4f52375aaeb 100644 --- a/net-misc/socat/ChangeLog +++ b/net-misc/socat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/socat # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.59 2009/06/11 17:04:43 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.60 2009/06/11 17:31:49 klausman Exp $ + + 11 Jun 2009; Tobias Klausmann <klausman@gentoo.org> socat-1.7.1.0.ebuild: + Stable on alpha, bug #270855 11 Jun 2009; Christian Faulhammer <fauli@gentoo.org> socat-1.7.1.1.ebuild: stable x86, bug 270855 diff --git a/net-misc/socat/socat-1.7.1.0.ebuild b/net-misc/socat/socat-1.7.1.0.ebuild index 74b120b5becb..9a911ae7c7db 100644 --- a/net-misc/socat/socat-1.7.1.0.ebuild +++ b/net-misc/socat/socat-1.7.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.1.0.ebuild,v 1.5 2009/06/11 16:50:26 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.1.0.ebuild,v 1.6 2009/06/11 17:31:49 klausman Exp $ EAPI="2" @@ -14,7 +14,7 @@ SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 hppa ia64 ~mips ~ppc sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc sparc x86" IUSE="ssl readline ipv6 tcpd" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6 ) |