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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EBF021582EF for ; Thu, 20 Feb 2025 17:21:24 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D3DE034300B for ; Thu, 20 Feb 2025 17:21:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CCB751102A2; Thu, 20 Feb 2025 17:21:23 +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 bobolink.gentoo.org (Postfix) with ESMTPS id C2D4C1102A2 for ; Thu, 20 Feb 2025 17:21:23 +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 7EC1734300B for ; Thu, 20 Feb 2025 17:21:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E03142654 for ; Thu, 20 Feb 2025 17:21:21 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1740072080.f593d00cf9e69e052d281a16a74c9b067c69880d.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pocl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/pocl/pocl-6.0.ebuild X-VCS-Directories: dev-libs/pocl/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: f593d00cf9e69e052d281a16a74c9b067c69880d X-VCS-Branch: master Date: Thu, 20 Feb 2025 17:21:21 +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: dd2496cd-d716-4050-9258-a261297c89bb X-Archives-Hash: b4d827bff6875f6d4f9e1d8173a549bb commit: f593d00cf9e69e052d281a16a74c9b067c69880d Author: Patrick Lauer gentoo org> AuthorDate: Thu Feb 20 17:19:48 2025 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Thu Feb 20 17:21:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f593d00c dev-libs/pocl: Only build examples when they are installed Signed-off-by: Patrick Lauer gentoo.org> dev-libs/pocl/pocl-6.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/pocl/pocl-6.0.ebuild b/dev-libs/pocl/pocl-6.0.ebuild index f2d1f5c8bc9f..585163c3296b 100644 --- a/dev-libs/pocl/pocl-6.0.ebuild +++ b/dev-libs/pocl/pocl-6.0.ebuild @@ -92,6 +92,7 @@ src_configure() { -DHARDENING_ENABLE=$(usex hardening) -DPOCL_DEBUG_MESSAGES=$(usex debug) -DUSE_POCL_MEMMANAGER=$(usex memmanager) + -DENABLE_EXAMPLES=$(usex examples) -DENABLE_TESTS=$(usex test) )