From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 876C41582EF for ; Tue, 25 Feb 2025 14:09:04 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6F53234326A for ; Tue, 25 Feb 2025 14:09:04 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2A50F110260; Tue, 25 Feb 2025 14:08:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1EB4C110260 for ; Tue, 25 Feb 2025 14:08:45 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CDA1D3431A1 for ; Tue, 25 Feb 2025 14:08:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67057236B for ; Tue, 25 Feb 2025 14:08:43 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1740492497.1a75bf6a75fcb86182df94d902e181193252d16c.chiitoo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/qtox/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/qtox/qtox-9999.ebuild X-VCS-Directories: net-im/qtox/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 1a75bf6a75fcb86182df94d902e181193252d16c X-VCS-Branch: master Date: Tue, 25 Feb 2025 14:08:43 +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: 472c2daf-788a-407f-9d46-d74b7fe254d1 X-Archives-Hash: c331e42c09f88ecfdfd65f66804d83b9 commit: 1a75bf6a75fcb86182df94d902e181193252d16c Author: Jimi Huotari gentoo org> AuthorDate: Tue Feb 25 14:02:28 2025 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Tue Feb 25 14:08:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a75bf6a net-im/qtox: update work path and CMake switches Add version to the work path for releases for the live ebuild as well, and remove the 'SVGZ_ICON' option which no longer exists. Signed-off-by: Jimi Huotari gentoo.org> net-im/qtox/qtox-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-im/qtox/qtox-9999.ebuild b/net-im/qtox/qtox-9999.ebuild index a1ddf6c7e693..84d82fa29ba4 100644 --- a/net-im/qtox/qtox-9999.ebuild +++ b/net-im/qtox/qtox-9999.ebuild @@ -12,7 +12,7 @@ else MY_P="qTox-${PV}" SRC_URI="https://github.com/TokTok/qTox/archive/v${PV}/v${PV}.tar.gz -> ${MY_P}.tar.gz" KEYWORDS="~amd64" - S="${WORKDIR}/qTox" + S="${WORKDIR}/qTox-${PV}" fi DESCRIPTION="Instant messaging client using the encrypted p2p Tox protocol" @@ -60,7 +60,6 @@ src_configure() { -DPLATFORM_EXTENSIONS=$(usex X) -DSPELL_CHECK=$(usex spellcheck) -DSTRICT_OPTIONS=OFF - -DSVGZ_ICON=ON -DTSAN=OFF -DUBSAN=ON -DUPDATE_CHECK=OFF