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 082F913835A for ; Thu, 8 Oct 2020 06:57:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E9CAE08CD; Thu, 8 Oct 2020 06:57:53 +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 40CBFE08CD for ; Thu, 8 Oct 2020 06:57:53 +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 8E66C340E94 for ; Thu, 8 Oct 2020 06:57:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B66E39F for ; Thu, 8 Oct 2020 06:57:48 +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: <1602139761.048b5cdd26f003cf563938035eb0c054513d2108.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtpms/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libtpms/libtpms-0.7.3.ebuild X-VCS-Directories: dev-libs/libtpms/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 048b5cdd26f003cf563938035eb0c054513d2108 X-VCS-Branch: master Date: Thu, 8 Oct 2020 06:57:48 +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: 607db85a-d5c2-46ac-8cd8-5031f04d23b2 X-Archives-Hash: e1ed03273070ec60e228d71e47a39a33 commit: 048b5cdd26f003cf563938035eb0c054513d2108 Author: Joonas Niilola gentoo org> AuthorDate: Thu Oct 8 06:49:21 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Oct 8 06:49:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=048b5cdd dev-libs/libtpms: fix indentation, swap spaces to tabs Signed-off-by: Joonas Niilola gentoo.org> dev-libs/libtpms/libtpms-0.7.3.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/libtpms/libtpms-0.7.3.ebuild b/dev-libs/libtpms/libtpms-0.7.3.ebuild index ad9f41f5b8a..e11a466ade7 100644 --- a/dev-libs/libtpms/libtpms-0.7.3.ebuild +++ b/dev-libs/libtpms/libtpms-0.7.3.ebuild @@ -19,7 +19,7 @@ RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${PN}-0.7.3-Remove-WError.patch" - ) +) src_prepare() { default @@ -28,9 +28,9 @@ src_prepare() { src_configure() { econf \ - --disable-static \ - --with-openssl \ - --with-tpm2 + --disable-static \ + --with-openssl \ + --with-tpm2 } src_install() {