diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-05-14 23:54:08 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-05-14 23:54:08 +0200 |
commit | ce030506862adaea477be85081e94c48dbce98f5 (patch) | |
tree | ee0ab0a94db32238d0e420e03aa6742f0e7cb6fe /gkbuilds | |
parent | kernel configs: add initial kernel config for ppc64le (diff) | |
download | genkernel-ce030506862adaea477be85081e94c48dbce98f5.tar.gz genkernel-ce030506862adaea477be85081e94c48dbce98f5.tar.bz2 genkernel-ce030506862adaea477be85081e94c48dbce98f5.zip |
gkbuilds/util-linux: don't even check for Python
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'gkbuilds')
-rw-r--r-- | gkbuilds/util-linux.gkbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gkbuilds/util-linux.gkbuild b/gkbuilds/util-linux.gkbuild index 0c4377e..feb862b 100644 --- a/gkbuilds/util-linux.gkbuild +++ b/gkbuilds/util-linux.gkbuild @@ -14,6 +14,7 @@ src_configure() { --without-ncursesw --without-ncurses --disable-widechar + --without-python --disable-pylibmount --enable-static-programs=blkid ) |