From 9e71599e66eabf3b1a1563bd8a19ad2f3933fbd2 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Fri, 9 Dec 2016 03:49:26 -0500 Subject: dev-embedded/srecord: bump 1.64 to EAPI 6 --- dev-embedded/srecord/srecord-1.64.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'dev-embedded/srecord/srecord-1.64.ebuild') 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() { -- cgit v1.2.3-65-gdbad