commit: 9e71599e66eabf3b1a1563bd8a19ad2f3933fbd2
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 9 08:49:26 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Dec 9 08:49:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e71599e
dev-embedded/srecord: bump 1.64 to EAPI 6
dev-embedded/srecord/srecord-1.64.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/dev-embedded/srecord/srecord-1.64.ebuild
b/dev-embedded/srecord/srecord-1.64.ebuild
index 0e0c776..d93b649 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() {