diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-11-17 21:13:48 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-11-17 21:13:48 +0000 |
commit | c9d5261ae179c5b5d8ed097ff81be0664e7c74aa (patch) | |
tree | c3a8ecbbd803a014f43a5694f8bb88345ccb0a30 | |
parent | Fix patch with absolute paths. (diff) | |
download | gentoo-2-c9d5261ae179c5b5d8ed097ff81be0664e7c74aa.tar.gz gentoo-2-c9d5261ae179c5b5d8ed097ff81be0664e7c74aa.tar.bz2 gentoo-2-c9d5261ae179c5b5d8ed097ff81be0664e7c74aa.zip |
Sparc stable, Bug #247089 and its Comment about tests.
(Portage version: 2.2_rc14/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors x86_64)
-rw-r--r-- | net-misc/socat/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/socat/socat-1.6.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/socat/ChangeLog b/net-misc/socat/ChangeLog index e13b631b867b..04400c688c9d 100644 --- a/net-misc/socat/ChangeLog +++ b/net-misc/socat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/socat # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.39 2008/11/17 06:48:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.40 2008/11/17 21:13:48 fmccor Exp $ + + 17 Nov 2008; Ferris McCormick <fmccor@gentoo.org> socat-1.6.0.1.ebuild: + Sparc stable, Bug #247089 and its Comment about tests. 17 Nov 2008; Jeroen Roovers <jer@gentoo.org> socat-1.6.0.1.ebuild: Stable for HPPA (bug #247089). diff --git a/net-misc/socat/socat-1.6.0.1.ebuild b/net-misc/socat/socat-1.6.0.1.ebuild index 270f29fe9d60..dfb1a87e5dad 100644 --- a/net-misc/socat/socat-1.6.0.1.ebuild +++ b/net-misc/socat/socat-1.6.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.6.0.1.ebuild,v 1.3 2008/11/17 06:48:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.6.0.1.ebuild,v 1.4 2008/11/17 21:13:48 fmccor Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.dest-unreach.org/socat/download/${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 ) |