Skip to content

Commit

Permalink
dev-embedded/srecord: bump 1.64 to EAPI 6
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Dec 9, 2016
1 parent aeddeae commit 9e71599
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions dev-embedded/srecord/srecord-1.64.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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() {
Expand Down

0 comments on commit 9e71599

Please sign in to comment.