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 658C5158013 for ; Wed, 13 Dec 2023 02:11:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E1B22BC02A; Wed, 13 Dec 2023 02:11:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 6C25D2BC02A for ; Wed, 13 Dec 2023 02:11:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 55B5D335D72 for ; Wed, 13 Dec 2023 02:11:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0F16929 for ; Wed, 13 Dec 2023 02:11: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: <1702433496.7081c15e2807254afc94e74b596c54ebf2fde45c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/fvwm3/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/fvwm3/fvwm3-1.0.9.ebuild x11-wm/fvwm3/fvwm3-9999.ebuild X-VCS-Directories: x11-wm/fvwm3/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7081c15e2807254afc94e74b596c54ebf2fde45c X-VCS-Branch: master Date: Wed, 13 Dec 2023 02:11: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: 513d3436-8651-40e6-bc8c-9d60016d3ba5 X-Archives-Hash: 787a6aed19c31c89c7f8587adf2e3128 commit: 7081c15e2807254afc94e74b596c54ebf2fde45c Author: Sam James gentoo org> AuthorDate: Wed Dec 13 02:11:36 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 13 02:11:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7081c15e x11-wm/fvwm3: fix logic error Signed-off-by: Sam James gentoo.org> x11-wm/fvwm3/fvwm3-1.0.9.ebuild | 2 +- x11-wm/fvwm3/fvwm3-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/fvwm3/fvwm3-1.0.9.ebuild b/x11-wm/fvwm3/fvwm3-1.0.9.ebuild index 343a8c61635c..e6dec376c0e9 100644 --- a/x11-wm/fvwm3/fvwm3-1.0.9.ebuild +++ b/x11-wm/fvwm3/fvwm3-1.0.9.ebuild @@ -138,7 +138,7 @@ src_configure() { --enable-png ) - if [[ ${FVWM3_DOCS_PREBUILT} == 1 ]]; then + if [[ ${FVWM3_DOCS_PREBUILT} == 0 ]]; then myconf+=( --enable-mandoc --enable-htmldoc diff --git a/x11-wm/fvwm3/fvwm3-9999.ebuild b/x11-wm/fvwm3/fvwm3-9999.ebuild index 343a8c61635c..e6dec376c0e9 100644 --- a/x11-wm/fvwm3/fvwm3-9999.ebuild +++ b/x11-wm/fvwm3/fvwm3-9999.ebuild @@ -138,7 +138,7 @@ src_configure() { --enable-png ) - if [[ ${FVWM3_DOCS_PREBUILT} == 1 ]]; then + if [[ ${FVWM3_DOCS_PREBUILT} == 0 ]]; then myconf+=( --enable-mandoc --enable-htmldoc