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 39DAF15801B for ; Sat, 22 Jul 2023 23:06:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5983E07E1; Sat, 22 Jul 2023 23:06:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB7A4E07E2 for ; Sat, 22 Jul 2023 23:06:06 +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 911A0335D3B for ; Sat, 22 Jul 2023 23:06:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1F5DB8C for ; Sat, 22 Jul 2023 23:06:03 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1690032514.c8fb50fc53191e429828159595e50cfec7f81e9a.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/coeurl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/coeurl/coeurl-0.3.0.ebuild X-VCS-Directories: dev-cpp/coeurl/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: c8fb50fc53191e429828159595e50cfec7f81e9a X-VCS-Branch: master Date: Sat, 22 Jul 2023 23:06:03 +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: e68af994-f45a-471c-ad2c-88347413e67f X-Archives-Hash: a1ecfe13b377e586c10e5c739b606019 commit: c8fb50fc53191e429828159595e50cfec7f81e9a Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Jul 22 13:28:34 2023 +0000 Commit: David Roman gmail com> CommitDate: Sat Jul 22 13:28:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8fb50fc dev-cpp/coeurl: fix build with recent meson Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-cpp/coeurl/coeurl-0.3.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-cpp/coeurl/coeurl-0.3.0.ebuild b/dev-cpp/coeurl/coeurl-0.3.0.ebuild index c80a52c33..b5c1bbe2e 100644 --- a/dev-cpp/coeurl/coeurl-0.3.0.ebuild +++ b/dev-cpp/coeurl/coeurl-0.3.0.ebuild @@ -27,6 +27,11 @@ DEPEND=" test? ( dev-cpp/doctest ) " +src_prepare() { + default + rm -r subprojects || die +} + src_configure() { local -a emesonargs=( $(meson_use test tests)