Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtpms/
Date: Thu, 08 Oct 2020 06:57:54
Message-Id: 1602139761.048b5cdd26f003cf563938035eb0c054513d2108.juippis@gentoo
1 commit: 048b5cdd26f003cf563938035eb0c054513d2108
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 8 06:49:21 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 06:49:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=048b5cdd
7
8 dev-libs/libtpms: fix indentation, swap spaces to tabs
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-libs/libtpms/libtpms-0.7.3.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-libs/libtpms/libtpms-0.7.3.ebuild b/dev-libs/libtpms/libtpms-0.7.3.ebuild
16 index ad9f41f5b8a..e11a466ade7 100644
17 --- a/dev-libs/libtpms/libtpms-0.7.3.ebuild
18 +++ b/dev-libs/libtpms/libtpms-0.7.3.ebuild
19 @@ -19,7 +19,7 @@ RDEPEND="${DEPEND}"
20
21 PATCHES=(
22 "${FILESDIR}/${PN}-0.7.3-Remove-WError.patch"
23 - )
24 +)
25
26 src_prepare() {
27 default
28 @@ -28,9 +28,9 @@ src_prepare() {
29
30 src_configure() {
31 econf \
32 - --disable-static \
33 - --with-openssl \
34 - --with-tpm2
35 + --disable-static \
36 + --with-openssl \
37 + --with-tpm2
38 }
39
40 src_install() {