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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 80DFB158086 for ; Mon, 27 Dec 2021 01:23:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0EA02BC007; Mon, 27 Dec 2021 01:23:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E30532BC007 for ; Mon, 27 Dec 2021 01:23:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 534A4342DC5 for ; Mon, 27 Dec 2021 01:23:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA0BC1FB for ; Mon, 27 Dec 2021 01:23:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1640568219.76aee120086a40083c3e149deefc2c5c388a7020.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/kicad-doc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/kicad-doc/kicad-doc-6.0.0-r1.ebuild X-VCS-Directories: app-doc/kicad-doc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 76aee120086a40083c3e149deefc2c5c388a7020 X-VCS-Branch: master Date: Mon, 27 Dec 2021 01:23:47 +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: f3206d0a-0746-4836-82da-8be17d1df9a5 X-Archives-Hash: cc18076045b15565218da57e6bdd35ee commit: 76aee120086a40083c3e149deefc2c5c388a7020 Author: Sam James gentoo org> AuthorDate: Mon Dec 27 01:22:21 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 27 01:23:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76aee120 app-doc/kicad-doc: add note on EAPI 8 usev Need EAPI 8 here for the correct usev behaviour to avoid echoing "pdf" when we don't want it. Signed-off-by: Sam James gentoo.org> app-doc/kicad-doc/kicad-doc-6.0.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-doc/kicad-doc/kicad-doc-6.0.0-r1.ebuild b/app-doc/kicad-doc/kicad-doc-6.0.0-r1.ebuild index c77cb606301d..a3020d2a2df1 100644 --- a/app-doc/kicad-doc/kicad-doc-6.0.0-r1.ebuild +++ b/app-doc/kicad-doc/kicad-doc-6.0.0-r1.ebuild @@ -56,6 +56,7 @@ src_configure() { # May not always work? # https://gitlab.com/kicad/services/kicad-doc/-/issues/808 -DADOC_TOOLCHAIN="ASCIIDOC" + # Note: need EAPI 8 usev here, not pre-EAPI 8 behaviour -DBUILD_FORMATS="$(usev html);$(usev pdf)" -DSINGLE_LANGUAGE="${L10N}" -DKICAD_DOC_PATH="${EPREFIX}"/usr/share/doc/${PF}/help