commit:     1ae6a3472a6d90d7763555a04f39e62fcb55c952
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 23:16:42 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 01:30:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae6a347

app-crypt/hmaccalc: eapi bump

Package-Manager: portage-2.3.3

 app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild 
b/app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild
index eafb33c..235709a 100644
--- a/app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild
+++ b/app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit eutils multilib
+EAPI=6
+inherit multilib-minimal
 
 DESCRIPTION="Tools for computing and checking HMAC values for files"
 HOMEPAGE="https://fedorahosted.org/hmaccalc/";
@@ -18,14 +18,8 @@ DEPEND="dev-libs/nss
                sys-devel/prelink"
 RDEPEND="${DEPEND}"
 
-src_configure() {
-       econf \
+multilib_src_configure() {
+       ECONF_SOURCE="${S}" econf \
                --enable-sum-directory=/usr/$(get_libdir)/${PN}/ \
-               $(use_enable !fips non-fips) \
-       || die "econf failed"
-}
-
-src_install() {
-       emake install DESTDIR="${D}" || die "emake install failed"
-       dodoc README
+               $(use_enable !fips non-fips)
 }

Reply via email to