Skip to content

Commit

Permalink
app-crypt/tpm-tools: eapi bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.49, Repoman-2.3.10
  • Loading branch information
alonbl committed Sep 27, 2018
1 parent 554f6b5 commit 45cd1dd
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions app-crypt/tpm-tools/tpm-tools-1.3.9.1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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}"

Expand All @@ -47,5 +43,5 @@ src_configure() {

src_install() {
default
prune_libtool_files
find "${D}" -name '*.la' -delete || die
}

0 comments on commit 45cd1dd

Please sign in to comment.