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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 18CDA15813A for ; Wed, 15 Jan 2025 15:22:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8285E07EF; Wed, 15 Jan 2025 15:22:41 +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 A2843E07EF for ; Wed, 15 Jan 2025 15:22:41 +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 BAEA9343074 for ; Wed, 15 Jan 2025 15:22:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D513A213D for ; Wed, 15 Jan 2025 15:22:37 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1736954537.49164592090b0751085d0fd37278f417d30001e6.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gnote/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/gnote/gnote-47.2.ebuild X-VCS-Directories: app-misc/gnote/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 49164592090b0751085d0fd37278f417d30001e6 X-VCS-Branch: master Date: Wed, 15 Jan 2025 15:22:37 +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: b1b73463-6b37-41a0-87ad-6e3994253fe4 X-Archives-Hash: 7e093417c2734faec4583978246241fa commit: 49164592090b0751085d0fd37278f417d30001e6 Author: Pacho Ramos gentoo org> AuthorDate: Wed Jan 15 15:13:09 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jan 15 15:22:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49164592 app-misc/gnote: Add upstream bug reference for the bogus UnitTest++ check Signed-off-by: Pacho Ramos gentoo.org> app-misc/gnote/gnote-47.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-misc/gnote/gnote-47.2.ebuild b/app-misc/gnote/gnote-47.2.ebuild index fa7e8844155c..9cc62c5c94ba 100644 --- a/app-misc/gnote/gnote-47.2.ebuild +++ b/app-misc/gnote/gnote-47.2.ebuild @@ -38,7 +38,9 @@ src_prepare() { # Build system requires UnitTest++ >=1.5.1, but the .pc file doesn't # specify a version + # https://gitlab.gnome.org/GNOME/gnote/-/issues/199 sed -i -e "/UnitTest++/ s/version: [^,]*,//" meson.build || die + if ! use test; then sed -i -e "/unit_test_pp/ s/ = .*/ = disabler()/" meson.build || die fi