diff options
Diffstat (limited to 'dev-embedded/srecord/srecord-1.64.ebuild')
-rw-r--r-- | dev-embedded/srecord/srecord-1.64.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-embedded/srecord/srecord-1.64.ebuild b/dev-embedded/srecord/srecord-1.64.ebuild index 0e0c7769702a..d93b64995eb2 100644 --- a/dev-embedded/srecord/srecord-1.64.ebuild +++ b/dev-embedded/srecord/srecord-1.64.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit eutils autotools @@ -21,16 +21,17 @@ DEPEND="${RDEPEND} sys-apps/groff test? ( app-arch/sharutils )" +PATCHES=( "${FILESDIR}"/${PN}-1.57-libtool.patch ) + src_prepare() { - epatch "${FILESDIR}"/${PN}-1.57-libtool.patch + default cp etc/configure.ac "${S}" eautoreconf } src_configure() { - econf \ - $(use_enable static-libs static) + econf $(use_enable static-libs static) } src_install() { |