commit: 048b5cdd26f003cf563938035eb0c054513d2108
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 8 06:49:21 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> 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 <juippis <AT> 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() {