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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08A451382C5 for ; Sun, 16 May 2021 14:42:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A3F1E0841; Sun, 16 May 2021 14:42:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DE09E0841 for ; Sun, 16 May 2021 14:42:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A766340F41 for ; Sun, 16 May 2021 14:42:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28025729 for ; Sun, 16 May 2021 14:42:43 +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: <1621174519.612e406a7f2d4ac789958dd27fa3b62d682861dc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jaxen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jaxen/jaxen-1.2.0-r1.ebuild X-VCS-Directories: dev-java/jaxen/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 612e406a7f2d4ac789958dd27fa3b62d682861dc X-VCS-Branch: master Date: Sun, 16 May 2021 14:42:43 +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: 326e81a5-d213-49a5-a550-846277f691c9 X-Archives-Hash: 40d993f139903c2e2985cd3c985acf32 commit: 612e406a7f2d4ac789958dd27fa3b62d682861dc Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Fri Apr 30 08:47:58 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 16 14:15:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612e406a dev-java/jaxen: adjust path for ${S} Closes: https://bugs.gentoo.org/786975 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/20611 Signed-off-by: Sam James gentoo.org> dev-java/jaxen/jaxen-1.2.0-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-java/jaxen/jaxen-1.2.0-r1.ebuild b/dev-java/jaxen/jaxen-1.2.0-r1.ebuild index 3722e883f75..4cc392e08f2 100644 --- a/dev-java/jaxen/jaxen-1.2.0-r1.ebuild +++ b/dev-java/jaxen/jaxen-1.2.0-r1.ebuild @@ -47,13 +47,13 @@ RDEPEND=" >=virtual/jre-1.8:* " -S="${WORKDIR}" +S="${WORKDIR}/${P}" -DOCS=( "${P}"/{LICENSE.txt,README.md} ) +DOCS=( "${S}"/{LICENSE.txt,README.md} ) -JAVA_SRC_DIR="${P}/src/java/main" +JAVA_SRC_DIR="src/java/main" -JAVA_TEST_SRC_DIR="${P}/src/java/test" +JAVA_TEST_SRC_DIR="src/java/test" JAVA_TEST_GENTOO_CLASSPATH="junit" src_prepare() {