From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8370C1382C5 for ; Thu, 14 May 2020 21:56:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F44BE0973; Thu, 14 May 2020 21:56:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56A83E0973 for ; Thu, 14 May 2020 21:56:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10A0A350E03 for ; Thu, 14 May 2020 21:56:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACD69219 for ; Thu, 14 May 2020 21:56:08 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1589493248.ce030506862adaea477be85081e94c48dbce98f5.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: gkbuilds/ X-VCS-Repository: proj/genkernel X-VCS-Files: gkbuilds/util-linux.gkbuild X-VCS-Directories: gkbuilds/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: ce030506862adaea477be85081e94c48dbce98f5 X-VCS-Branch: master Date: Thu, 14 May 2020 21:56:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 33d88dba-680a-4948-8b0c-68bad36f438e X-Archives-Hash: c077be470335074f3024a180d309db1b commit: ce030506862adaea477be85081e94c48dbce98f5 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu May 14 21:54:08 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu May 14 21:54:08 2020 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=ce030506 gkbuilds/util-linux: don't even check for Python Signed-off-by: Thomas Deutschmann gentoo.org> gkbuilds/util-linux.gkbuild | 1 + 1 file changed, 1 insertion(+) 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 )