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 420DB13835C for ; Mon, 12 Oct 2020 09:06:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EF7BE0909; Mon, 12 Oct 2020 09:06:18 +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 25365E0908 for ; Mon, 12 Oct 2020 09:06:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 712F533BF21 for ; Mon, 12 Oct 2020 09:06:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95C013A8 for ; Mon, 12 Oct 2020 09:06:13 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1602493557.2782b47283f7d27e4e487854c589ca3096d7622d.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/swtpm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/swtpm/swtpm-0.5.0.ebuild X-VCS-Directories: app-crypt/swtpm/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 2782b47283f7d27e4e487854c589ca3096d7622d X-VCS-Branch: master Date: Mon, 12 Oct 2020 09:06:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc89a18f-7414-4f8f-b364-f5be082502d5 X-Archives-Hash: ea7fd02eaa2afd89085aaadb9d81e748 commit: 2782b47283f7d27e4e487854c589ca3096d7622d Author: Joonas Niilola gentoo org> AuthorDate: Mon Oct 12 08:29:13 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Oct 12 09:05:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2782b472 app-crypt/swtpm: fix indentation throughout ebuild Signed-off-by: Joonas Niilola gentoo.org> app-crypt/swtpm/swtpm-0.5.0.ebuild | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/app-crypt/swtpm/swtpm-0.5.0.ebuild b/app-crypt/swtpm/swtpm-0.5.0.ebuild index c3d81294665..eb05b36e0f1 100644 --- a/app-crypt/swtpm/swtpm-0.5.0.ebuild +++ b/app-crypt/swtpm/swtpm-0.5.0.ebuild @@ -4,7 +4,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8} ) -DISTUTILS_USE_SETUPTOOLS=bdepend inherit autotools distutils-r1 @@ -23,19 +22,19 @@ COMMON_DEPEND=" fuse? ( dev-libs/glib:2 sys-fs/fuse:0 - ) + ) gnutls? ( - dev-libs/libtasn1:= - >=net-libs/gnutls-3.1.0[tools] + dev-libs/libtasn1:= + >=net-libs/gnutls-3.1.0[tools] ) !libressl? ( - dev-libs/openssl:0= - dev-libs/libtpms[-libressl] - ) + dev-libs/openssl:0= + dev-libs/libtpms[-libressl] + ) libressl? ( - dev-libs/libressl:0= - dev-libs/libtpms[libressl] - ) + dev-libs/libressl:0= + dev-libs/libtpms[libressl] + ) seccomp? ( sys-libs/libseccomp ) " @@ -44,7 +43,7 @@ DEPEND="${COMMON_DEPEND} net-misc/socat dev-tcltk/expect ${PYTHON_DEPS} - ) + ) " RDEPEND="${COMMON_DEPEND} @@ -56,7 +55,7 @@ RDEPEND="${COMMON_DEPEND} PATCHES=( "${FILESDIR}/${PN}-0.5.0-fix-localca-path.patch" "${FILESDIR}/${PN}-0.5.0-build-sys-Remove-WError.patch" - ) +) src_prepare() { use test || eapply "${FILESDIR}/${PN}-0.5.0-disable-test-dependencies.patch" @@ -67,12 +66,12 @@ src_prepare() { src_configure() { econf \ - --disable-static \ - --with-openssl \ - --without-selinux \ - $(use_with fuse cuse) \ - $(use_with gnutls) \ - $(use_with seccomp) + --disable-static \ + --with-openssl \ + --without-selinux \ + $(use_with fuse cuse) \ + $(use_with gnutls) \ + $(use_with seccomp) } src_compile() {