From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B4E4138334 for ; Thu, 27 Sep 2018 23:55:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4069E093D; Thu, 27 Sep 2018 23:55:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC670E093D for ; Thu, 27 Sep 2018 23:55:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C255335C2B for ; Thu, 27 Sep 2018 23:55:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B86163C6 for ; Thu, 27 Sep 2018 23:55:19 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1538092299.45cd1dd9d55b18ddfe2109e86b9fe382900eed06.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/tpm-tools/tpm-tools-1.3.9.1.ebuild X-VCS-Directories: app-crypt/tpm-tools/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 45cd1dd9d55b18ddfe2109e86b9fe382900eed06 X-VCS-Branch: master Date: Thu, 27 Sep 2018 23:55:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 068be672-8fa8-4691-82cb-f1bdd84bf49a X-Archives-Hash: 13c7f81e82cd0f9332165b7f9b913a68 commit: 45cd1dd9d55b18ddfe2109e86b9fe382900eed06 Author: Alon Bar-Lev gentoo org> AuthorDate: Sun Sep 23 13:47:33 2018 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Thu Sep 27 23:51:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45cd1dd9 app-crypt/tpm-tools: eapi bump Package-Manager: Portage-2.3.49, Repoman-2.3.10 app-crypt/tpm-tools/tpm-tools-1.3.9.1.ebuild | 18 +++++++----------- 1 file 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 eac3a3944ab..3be16cf93ed 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 }