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 E8831158090 for ; Thu, 5 May 2022 23:37:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C2F8E0837; Thu, 5 May 2022 23:37:58 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20FADE0894 for ; Thu, 5 May 2022 23:37:58 +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 B7832341A39 for ; Thu, 5 May 2022 23:37:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D737C449 for ; Thu, 5 May 2022 23:37:54 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1651793872.e4b6ba24f5accb6b5ca28af13aa5e6069c69be83.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/clasp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-mathematics/clasp/clasp-3.3.8.ebuild X-VCS-Directories: sci-mathematics/clasp/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: e4b6ba24f5accb6b5ca28af13aa5e6069c69be83 X-VCS-Branch: dev Date: Thu, 5 May 2022 23:37:54 +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: 51d800ab-3912-42e7-b867-6cca9eee8c7c X-Archives-Hash: 6a6f9607fb1c6189d9f15c21e100eb81 commit: e4b6ba24f5accb6b5ca28af13aa5e6069c69be83 Author: Alessandro Barbieri gmail com> AuthorDate: Thu May 5 15:25:14 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Thu May 5 23:37:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4b6ba24 sci-mathematics/clasp: includedir for catch2 Closes: https://bugs.gentoo.org/842759 Signed-off-by: Alessandro Barbieri gmail.com> sci-mathematics/clasp/clasp-3.3.8.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/clasp/clasp-3.3.8.ebuild b/sci-mathematics/clasp/clasp-3.3.8.ebuild index a9aa8e7e4..9627e4dab 100644 --- a/sci-mathematics/clasp/clasp-3.3.8.ebuild +++ b/sci-mathematics/clasp/clasp-3.3.8.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake +inherit cmake flag-o-matic DESCRIPTION="A conflict-driven nogood learning answer set solver" HOMEPAGE=" @@ -26,6 +26,7 @@ DEPEND=" RESTRICT="!test? ( test )" src_prepare() { + append-cxxflags "-I/usr/include/catch2" rm tests/catch.hpp || die cmake_src_prepare }