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 A6C5A138334 for ; Sun, 1 Sep 2019 20:35:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBCF2E086E; Sun, 1 Sep 2019 20:35:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BE403E086E for ; Sun, 1 Sep 2019 20:35:03 +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 787BC34A88B for ; Sun, 1 Sep 2019 20:35:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D79976E for ; Sun, 1 Sep 2019 20:35:00 +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: <1567369872.6aa3d60b7896bab5572e66e3415f808bc73d7038.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: gkbuilds/ X-VCS-Repository: proj/genkernel X-VCS-Files: gkbuilds/expat.gkbuild X-VCS-Directories: gkbuilds/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 6aa3d60b7896bab5572e66e3415f808bc73d7038 X-VCS-Branch: master Date: Sun, 1 Sep 2019 20:35:00 +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: 5bb71b18-6c57-426a-837b-e195588028c4 X-Archives-Hash: d49da6ac164420fee01292bf3da11c72 commit: 6aa3d60b7896bab5572e66e3415f808bc73d7038 Author: Stefan Strogin gentoo org> AuthorDate: Sun Sep 1 19:20:44 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 1 20:31:12 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=6aa3d60b gkbuilds/expat: add --without-docbook to src_configure Signed-off-by: Stefan Strogin gentoo.org> gkbuilds/expat.gkbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/gkbuilds/expat.gkbuild b/gkbuilds/expat.gkbuild index e280846..22dbb29 100644 --- a/gkbuilds/expat.gkbuild +++ b/gkbuilds/expat.gkbuild @@ -4,6 +4,7 @@ src_configure() { local myconf=( --enable-static + --without-docbook ) gkconf "${myconf[@]}"