diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-07-12 12:02:47 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-07-12 12:02:47 +0000 |
commit | 90ada3bc58ee6288029b8f04a1b760aa934ae21b (patch) | |
tree | eb36ec9c8295ba6f01bc2a50bcaba712dcf61fbf /net-misc/socat | |
parent | Fix Prefix install, bug #516932. Thanks to Steven Trogdon for the fix. (diff) | |
download | gentoo-2-90ada3bc58ee6288029b8f04a1b760aa934ae21b.tar.gz gentoo-2-90ada3bc58ee6288029b8f04a1b760aa934ae21b.tar.bz2 gentoo-2-90ada3bc58ee6288029b8f04a1b760aa934ae21b.zip |
Stable for SPARC (bug #508092).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-misc/socat')
-rw-r--r-- | net-misc/socat/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/socat/socat-1.7.2.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/socat/ChangeLog b/net-misc/socat/ChangeLog index 05ebe46b0bb0..fcbc5d121393 100644 --- a/net-misc/socat/ChangeLog +++ b/net-misc/socat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/socat # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.140 2014/06/22 14:22:32 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.141 2014/07/12 12:02:47 jer Exp $ + + 12 Jul 2014; Jeroen Roovers <jer@gentoo.org> socat-1.7.2.4-r1.ebuild: + Stable for SPARC (bug #508092). 22 Jun 2014; Akinori Hattori <hattya@gentoo.org> socat-1.7.2.4-r1.ebuild: ia64 stable wrt bug #508092 diff --git a/net-misc/socat/socat-1.7.2.4-r1.ebuild b/net-misc/socat/socat-1.7.2.4-r1.ebuild index 7e09e7efacd8..c9c6e4b742c0 100644 --- a/net-misc/socat/socat-1.7.2.4-r1.ebuild +++ b/net-misc/socat/socat-1.7.2.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v 1.7 2014/06/22 14:22:32 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v 1.8 2014/07/12 12:02:47 jer Exp $ EAPI=5 @@ -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 arm hppa ia64 ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="ssl readline ipv6 tcpd" DEPEND=" |