diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-23 11:36:42 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-23 11:36:42 +0000 |
commit | 751e868eb3d91a9f8089cf182f381f3fe41bbd85 (patch) | |
tree | f8b50b60ff79ff32727f6d02bc2326d47fb74ae2 /net-misc/socat | |
parent | Stable for ia64, wrt bug #534608 (diff) | |
download | gentoo-2-751e868eb3d91a9f8089cf182f381f3fe41bbd85.tar.gz gentoo-2-751e868eb3d91a9f8089cf182f381f3fe41bbd85.tar.bz2 gentoo-2-751e868eb3d91a9f8089cf182f381f3fe41bbd85.zip |
Stable for ia64, wrt bug #537592
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-misc/socat')
-rw-r--r-- | net-misc/socat/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/socat/socat-1.7.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/socat/ChangeLog b/net-misc/socat/ChangeLog index 3fb32aee6c63..b08d0c7ce227 100644 --- a/net-misc/socat/ChangeLog +++ b/net-misc/socat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/socat # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.151 2015/02/16 10:21:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.152 2015/02/23 11:36:42 ago Exp $ + + 23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> socat-1.7.3.0.ebuild: + Stable for ia64, wrt bug #537592 16 Feb 2015; Agostino Sarubbo <ago@gentoo.org> socat-1.7.3.0.ebuild: Stable for sparc, wrt bug #537592 diff --git a/net-misc/socat/socat-1.7.3.0.ebuild b/net-misc/socat/socat-1.7.3.0.ebuild index 17c7eadad79b..1e8d9c5a2b44 100644 --- a/net-misc/socat/socat-1.7.3.0.ebuild +++ b/net-misc/socat/socat-1.7.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.3.0.ebuild,v 1.7 2015/02/16 10:21:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.3.0.ebuild,v 1.8 2015/02/23 11:36:42 ago Exp $ EAPI=5 inherit eutils flag-o-matic toolchain-funcs @@ -13,7 +13,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=" |