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: Thu, 14 May 2020 21:56:13
Message-Id: 1589493248.ce030506862adaea477be85081e94c48dbce98f5.whissi@gentoo
1 commit: ce030506862adaea477be85081e94c48dbce98f5
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 14 21:54:08 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu May 14 21:54:08 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=ce030506
7
8 gkbuilds/util-linux: don't even check for Python
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 gkbuilds/util-linux.gkbuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/gkbuilds/util-linux.gkbuild b/gkbuilds/util-linux.gkbuild
16 index 0c4377e..feb862b 100644
17 --- a/gkbuilds/util-linux.gkbuild
18 +++ b/gkbuilds/util-linux.gkbuild
19 @@ -14,6 +14,7 @@ src_configure() {
20 --without-ncursesw
21 --without-ncurses
22 --disable-widechar
23 + --without-python
24 --disable-pylibmount
25 --enable-static-programs=blkid
26 )