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 1F5AA158094 for ; Wed, 10 Aug 2022 04:28:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62F9BE0A7C; Wed, 10 Aug 2022 04:28:32 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EB43E0A7C for ; Wed, 10 Aug 2022 04:28:32 +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 16ED134107E for ; Wed, 10 Aug 2022 04:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61D968C for ; Wed, 10 Aug 2022 04:28:29 +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: <1660105574.964d233a12d97d0ea591e3c8c583c6a6b8129405.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/qbittorrent/qbittorrent-4.4.3.1-r1.ebuild net-p2p/qbittorrent/qbittorrent-9999.ebuild X-VCS-Directories: net-p2p/qbittorrent/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 964d233a12d97d0ea591e3c8c583c6a6b8129405 X-VCS-Branch: master Date: Wed, 10 Aug 2022 04:28:29 +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: 1eb926dc-e56a-48c0-956c-2b541e7064d7 X-Archives-Hash: aa3e8b843b4eb18525dae621a791fed6 commit: 964d233a12d97d0ea591e3c8c583c6a6b8129405 Author: Sam James gentoo org> AuthorDate: Wed Aug 10 04:23:32 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 10 04:26:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964d233a net-p2p/qbittorrent: build GUI component too for webui multibuild This allows the webui settings to show up in the GUI. Bug: https://bugs.gentoo.org/839531 Closes: https://bugs.gentoo.org/864731 Signed-off-by: Sam James gentoo.org> .../{qbittorrent-9999.ebuild => qbittorrent-4.4.3.1-r1.ebuild} | 4 +++- net-p2p/qbittorrent/qbittorrent-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-4.4.3.1-r1.ebuild similarity index 95% copy from net-p2p/qbittorrent/qbittorrent-9999.ebuild copy to net-p2p/qbittorrent/qbittorrent-4.4.3.1-r1.ebuild index e66a7bbca615..09d844dc745b 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.4.3.1-r1.ebuild @@ -78,7 +78,9 @@ src_configure() { if [[ ${MULTIBUILD_VARIANT} == webui ]] ; then mycmakeargs+=( - -DGUI=OFF + # Need to specify GUI here to allow webui settings + # to appear in the GUI. bug #864731. + -DGUI=$(usex gui) -DWEBUI=ON ) else diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index e66a7bbca615..2fb87e1afc1c 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild @@ -78,7 +78,7 @@ src_configure() { if [[ ${MULTIBUILD_VARIANT} == webui ]] ; then mycmakeargs+=( - -DGUI=OFF + -DGUI=$(usex gui) -DWEBUI=ON ) else