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 6E7A915808D for ; Tue, 19 Apr 2022 07:43:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 978C3E087E; Tue, 19 Apr 2022 07:43: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 64C3BE087E for ; Tue, 19 Apr 2022 07:43:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 44A4134118E for ; Tue, 19 Apr 2022 07:43:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAACF287 for ; Tue, 19 Apr 2022 07:43:55 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1650354218.2b21ace2dc5cb1d59973d54190517aa27c4c704f.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jna/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jna/jna-5.10.0.ebuild X-VCS-Directories: dev-java/jna/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 2b21ace2dc5cb1d59973d54190517aa27c4c704f X-VCS-Branch: master Date: Tue, 19 Apr 2022 07:43:55 +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: 5176f72c-8b10-4cfe-b9c3-5c54da7da59c X-Archives-Hash: 97aef4e8c67c0814aad510eb18479856 commit: 2b21ace2dc5cb1d59973d54190517aa27c4c704f Author: Florian Schmaus gentoo org> AuthorDate: Tue Apr 19 07:43:38 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Apr 19 07:43:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b21ace2 dev-java/jna: properly quote $T Signed-off-by: Florian Schmaus gentoo.org> dev-java/jna/jna-5.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/jna/jna-5.10.0.ebuild b/dev-java/jna/jna-5.10.0.ebuild index 3f90c302433e..80d0409f955c 100644 --- a/dev-java/jna/jna-5.10.0.ebuild +++ b/dev-java/jna/jna-5.10.0.ebuild @@ -54,7 +54,7 @@ JAVA_ANT_REWRITE_CLASSPATH="true" JAVA_PKG_BSFIX_NAME="build.xml build-ant-tools.xml" EANT_BUILD_TARGET="jar contrib-jars" EANT_EXTRA_ARGS="-Dbuild-native=true -Dcompatibility=1.8 -Ddynlink.native=true" -EANT_TEST_EXTRA_ARGS="-Djava.io.tmpdir=${T}" +EANT_TEST_EXTRA_ARGS="-Djava.io.tmpdir=\"${T}\"" EANT_TEST_GENTOO_CLASSPATH="animal-sniffer-annotations,reflections" pkg_setup() {