commit:     3b6798340022761b6bea47eb155fd5a29d4c00fe
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 21:13:00 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 21:40:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b679834

app-crypt/openssl-tpm-engine: eapi bump

Package-Manager: portage-2.3.3

 .../openssl-tpm-engine/openssl-tpm-engine-0.4.2.ebuild   | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/app-crypt/openssl-tpm-engine/openssl-tpm-engine-0.4.2.ebuild 
b/app-crypt/openssl-tpm-engine/openssl-tpm-engine-0.4.2.ebuild
index 9539e90..377fb2d 100644
--- a/app-crypt/openssl-tpm-engine/openssl-tpm-engine-0.4.2.ebuild
+++ b/app-crypt/openssl-tpm-engine/openssl-tpm-engine-0.4.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit autotools eutils
 
@@ -21,15 +21,23 @@ RDEPEND="
        >=app-crypt/trousers-0.2.8"
 DEPEND="${RDEPEND}"
 
+DOCS=(
+       openssl.cnf.sample
+)
+
+PATCHES=(
+       "${FILESDIR}/${P}-build.patch"
+)
+
 S="${WORKDIR}/${MY_P}"
 
 src_prepare() {
+       default
        mv configure.in configure.ac || die
-       epatch "${FILESDIR}/${P}-build.patch"
        eautoreconf
 }
 
 src_install() {
        default
-       dodoc openssl.cnf.sample
+       prune_libtool_files --modules
 }

Reply via email to