From e3dbc0945f6c546df6c383aeb87873d286322d62 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Sun, 23 Sep 2018 15:33:04 +0300 Subject: app-crypt/openssl-tpm-engine: eapi bump Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- app-crypt/openssl-tpm-engine/openssl-tpm-engine-0.4.2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app-crypt/openssl-tpm-engine') 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 964c21f365bf..b82881e034e4 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,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit autotools ltprune +inherit autotools MY_P="${P/-tpm-/_tpm_}" @@ -38,5 +38,5 @@ src_prepare() { src_install() { default - prune_libtool_files --modules + find "${D}" -name '*.la' -delete || die } -- cgit v1.2.3-65-gdbad