diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-01-29 11:06:11 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-01-29 11:06:11 +0000 |
commit | bfd814b85a698e1969758aef9ca02d3d9586a7a4 (patch) | |
tree | 7413ff6f8c5d23a65aad99f488e6cc0f11e95192 /net-misc/socat | |
parent | sci-libs/coinor-utils: Don't rely on previous installation, #499656 (diff) | |
download | gentoo-2-bfd814b85a698e1969758aef9ca02d3d9586a7a4.tar.gz gentoo-2-bfd814b85a698e1969758aef9ca02d3d9586a7a4.tar.bz2 gentoo-2-bfd814b85a698e1969758aef9ca02d3d9586a7a4.zip |
Stable for HPPA (bug #499668).
(Portage version: 2.2.8-r1/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.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/socat/ChangeLog b/net-misc/socat/ChangeLog index 174f2f7bc92a..13d6ca4fea7e 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.121 2014/01/29 10:45:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.122 2014/01/29 11:06:11 jer Exp $ + + 29 Jan 2014; Jeroen Roovers <jer@gentoo.org> socat-1.7.2.3.ebuild: + Stable for HPPA (bug #499668). 29 Jan 2014; Jeroen Roovers <jer@gentoo.org> socat-1.7.2.3.ebuild: No need for eautoreconf. diff --git a/net-misc/socat/socat-1.7.2.3.ebuild b/net-misc/socat/socat-1.7.2.3.ebuild index 0219858e848f..4fab8ad50f0d 100644 --- a/net-misc/socat/socat-1.7.2.3.ebuild +++ b/net-misc/socat/socat-1.7.2.3.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.3.ebuild,v 1.2 2014/01/29 10:45:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.3.ebuild,v 1.3 2014/01/29 11:06:11 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 ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos" IUSE="ssl readline ipv6 tcpd" DEPEND=" |