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 21F1E15806E for ; Fri, 26 May 2023 08:36:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1412CE083E; Fri, 26 May 2023 08:36:29 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EEB8CE0821 for ; Fri, 26 May 2023 08:36:28 +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 30D1633BE6B for ; Fri, 26 May 2023 08:36:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58F4CA79 for ; Fri, 26 May 2023 08:36:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1685089719.e29fbf4185a75112be51b4e8989b2d85aa0dd2bc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/gdal/gdal-3.7.0.ebuild X-VCS-Directories: sci-libs/gdal/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e29fbf4185a75112be51b4e8989b2d85aa0dd2bc X-VCS-Branch: master Date: Fri, 26 May 2023 08:36:26 +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: 5f031ee0-5b62-4097-9430-59ff85e3ab14 X-Archives-Hash: 6e2bc7b55bc3fec97b628d15a46cce4b commit: e29fbf4185a75112be51b4e8989b2d85aa0dd2bc Author: Sam James gentoo org> AuthorDate: Fri May 26 08:28:39 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 26 08:28:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e29fbf41 sci-libs/gdal: simplify with usev Signed-off-by: Sam James gentoo.org> sci-libs/gdal/gdal-3.7.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/gdal/gdal-3.7.0.ebuild b/sci-libs/gdal/gdal-3.7.0.ebuild index 81842eb4e7bf..8e85dac1b17e 100644 --- a/sci-libs/gdal/gdal-3.7.0.ebuild +++ b/sci-libs/gdal/gdal-3.7.0.ebuild @@ -212,9 +212,9 @@ src_configure() { # Bindings -DBUILD_PYTHON_BINDINGS=$(usex python) -DBUILD_JAVA_BINDINGS=$(usex java) - $(usex java -DJAVA_AWT_LIBRARY=/etc/java-config-2/current-system-vm/lib '') - $(usex java -DJAVA_JVM_LIBRARY=/etc/java-config-2/current-system-vm/lib '') - $(usex java -DJAVA_INCLUDE_PATH=/etc/java-config-2/current-system-vm/include '') + $(usev java -DJAVA_AWT_LIBRARY=/etc/java-config-2/current-system-vm/lib) + $(usev java -DJAVA_JVM_LIBRARY=/etc/java-config-2/current-system-vm/lib) + $(usev java -DJAVA_INCLUDE_PATH=/etc/java-config-2/current-system-vm/include) # bug #845369 -DBUILD_CSHARP_BINDINGS=OFF