diff options
author | 2014-01-29 10:45:46 +0000 | |
---|---|---|
committer | 2014-01-29 10:45:46 +0000 | |
commit | bba35d099ca366b478ef963e3ea4e48f015d900a (patch) | |
tree | cef25ade568ff26b758ce3beae5bddc29c2cf40e /net-misc/socat | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-bba35d099ca366b478ef963e3ea4e48f015d900a.tar.gz gentoo-2-bba35d099ca366b478ef963e3ea4e48f015d900a.tar.bz2 gentoo-2-bba35d099ca366b478ef963e3ea4e48f015d900a.zip |
No need for eautoreconf.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, 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 | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-misc/socat/ChangeLog b/net-misc/socat/ChangeLog index 8cbbb08b5a15..174f2f7bc92a 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.120 2014/01/29 10:25:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.121 2014/01/29 10:45:46 jer Exp $ + + 29 Jan 2014; Jeroen Roovers <jer@gentoo.org> socat-1.7.2.3.ebuild: + No need for eautoreconf. *socat-2.0.0_beta7 (29 Jan 2014) *socat-1.7.2.3 (29 Jan 2014) diff --git a/net-misc/socat/socat-1.7.2.3.ebuild b/net-misc/socat/socat-1.7.2.3.ebuild index 9bcc233d633a..0219858e848f 100644 --- a/net-misc/socat/socat-1.7.2.3.ebuild +++ b/net-misc/socat/socat-1.7.2.3.ebuild @@ -1,10 +1,10 @@ # 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.1 2014/01/29 10:25:32 jer Exp $ +# $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 $ EAPI=5 -inherit eutils flag-o-matic autotools toolchain-funcs +inherit eutils flag-o-matic toolchain-funcs DESCRIPTION="Multipurpose relay (SOcket CAT)" HOMEPAGE="http://www.dest-unreach.org/socat/" @@ -27,7 +27,6 @@ RDEPEND="${DEPEND}" src_prepare() { epatch "${FILESDIR}"/${PN}-1.7.2.1-long-long.patch #436164 sed -i test.sh -e "s|/sbin/ifconfig|$(type -P ifconfig)|g" || die - eautoreconf } src_configure() { |