diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-23 16:47:33 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 02:51:39 +0300 |
commit | 45cd1dd9d55b18ddfe2109e86b9fe382900eed06 (patch) | |
tree | 9ca51881c2457857464032e136166813e12b9bf9 /app-crypt/tpm-tools | |
parent | app-crypt/tinyca: eapi bump (diff) | |
download | gentoo-45cd1dd9d55b18ddfe2109e86b9fe382900eed06.tar.gz gentoo-45cd1dd9d55b18ddfe2109e86b9fe382900eed06.tar.bz2 gentoo-45cd1dd9d55b18ddfe2109e86b9fe382900eed06.zip |
app-crypt/tpm-tools: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt/tpm-tools')
-rw-r--r-- | app-crypt/tpm-tools/tpm-tools-1.3.9.1.ebuild | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/app-crypt/tpm-tools/tpm-tools-1.3.9.1.ebuild b/app-crypt/tpm-tools/tpm-tools-1.3.9.1.ebuild index eac3a3944abd..3be16cf93ed1 100644 --- a/app-crypt/tpm-tools/tpm-tools-1.3.9.1.ebuild +++ b/app-crypt/tpm-tools/tpm-tools-1.3.9.1.ebuild @@ -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 autotools flag-o-matic ltprune +inherit autotools flag-o-matic DESCRIPTION="TrouSerS' support tools for the Trusted Platform Modules" HOMEPAGE="http://trousers.sourceforge.net" @@ -14,16 +14,12 @@ SLOT="0" KEYWORDS="amd64 ~arm arm64 ~m68k ~s390 ~sh x86" IUSE="libressl nls pkcs11 debug" -COMMON_DEPEND=" - >=app-crypt/trousers-0.3.0 +DEPEND=">=app-crypt/trousers-0.3.0 !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) - pkcs11? ( dev-libs/opencryptoki ) - " -RDEPEND="${COMMON_DEPEND} - nls? ( virtual/libintl )" -DEPEND="${COMMON_DEPEND} - nls? ( sys-devel/gettext )" + pkcs11? ( dev-libs/opencryptoki )" +RDEPEND="${DEPEND}" +BDEPEND="nls? ( sys-devel/gettext )" S="${WORKDIR}" @@ -47,5 +43,5 @@ src_configure() { src_install() { default - prune_libtool_files + find "${D}" -name '*.la' -delete || die } |