app-crypt/openssl-tpm-engine: eapi bump
authorAlon Bar-Lev <alonbl@gentoo.org>
Sun, 23 Sep 2018 12:33:04 +0000 (15:33 +0300)
committerAlon Bar-Lev <alonbl@gentoo.org>
Thu, 27 Sep 2018 23:51:34 +0000 (02:51 +0300)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

app-crypt/openssl-tpm-engine/openssl-tpm-engine-0.4.2.ebuild

index 964c21f365bfba9e6e53343ab5b20bb4a89c3a22..b82881e034e423169f9b7d32839ee8d85ba9a899 100644 (file)
@@ -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
 }