commit: 1a75bf6a75fcb86182df94d902e181193252d16c Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Tue Feb 25 14:02:28 2025 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> 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 <chiitoo <AT> 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