sys-auth/pam_p11: eapi bump
authorAlon Bar-Lev <alonbl@gentoo.org>
Sun, 23 Sep 2018 20:35:25 +0000 (23:35 +0300)
committerAlon Bar-Lev <alonbl@gentoo.org>
Thu, 27 Sep 2018 23:51:47 +0000 (02:51 +0300)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

sys-auth/pam_p11/pam_p11-0.2.0.ebuild

index 012b53a32b659c97321cd31ce9b4e13461405814..cc81b3a08cbf24485b0dac5b38271834a133f31f 100644 (file)
@@ -1,9 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit ltprune pam
+inherit pam
 
 DESCRIPTION="PAM module for authenticating against PKCS#11 tokens"
 HOMEPAGE="https://github.com/opensc/pam_p11/wiki"
@@ -17,8 +17,8 @@ IUSE=""
 RDEPEND="virtual/pam
                dev-libs/libp11
                dev-libs/openssl:0="
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
        "${FILESDIR}/${P}-build.patch"
@@ -30,5 +30,5 @@ src_configure() {
 
 src_install() {
        default
-       prune_libtool_files --all
+       find "${D}" -name '*.la' -delete || die
 }