Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: gkbuilds/
Date: Fri, 28 Aug 2020 20:18:57
Message-Id: 1598632559.6ba53084e045073489c1c773df052e5c7fc0d78f.whissi@gentoo
1 commit: 6ba53084e045073489c1c773df052e5c7fc0d78f
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 16:01:11 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 16:35:59 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=6ba53084
7
8 gkbuilds/e2fsprogs: Use libblkid/libuuid from util-linux
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 gkbuilds/e2fsprogs.gkbuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/gkbuilds/e2fsprogs.gkbuild b/gkbuilds/e2fsprogs.gkbuild
16 index 7cebcca..5ba2cd6 100644
17 --- a/gkbuilds/e2fsprogs.gkbuild
18 +++ b/gkbuilds/e2fsprogs.gkbuild
19 @@ -14,8 +14,8 @@ src_configure() {
20 --bindir=/bin
21 --with-root-prefix=""
22 --disable-nls
23 - --disable-libblkid
24 - --disable-libuuid
25 + --enable-libblkid
26 + --enable-libuuid
27 --disable-fsck
28 --disable-uuidd
29 --disable-debugfs