public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/gin/
Date: Thu, 10 Jun 2021 22:21:23 +0000 (UTC)	[thread overview]
Message-ID: <1623363584.7cbe08aef2d85431478647ac5cfd8c729fb12e52.sam@gentoo> (raw)

commit:     7cbe08aef2d85431478647ac5cfd8c729fb12e52
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 22:19:44 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 22:19:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cbe08ae

dev-java/gin: fix VariableScope (EROOT)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-java/gin/gin-2.1.2.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-java/gin/gin-2.1.2.ebuild b/dev-java/gin/gin-2.1.2.ebuild
index ef0a80cfdee..d85c09d43cd 100644
--- a/dev-java/gin/gin-2.1.2.ebuild
+++ b/dev-java/gin/gin-2.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -55,15 +55,15 @@ JAVA_RM_FILES=(
 
 src_compile() {
 	local EANT_BUILD_TARGET="compile"
-	GWT_HOME="${EROOT}/usr/share/gwt-2.8/lib" \
+	GWT_HOME="${ESYSROOT}/usr/share/gwt-2.8/lib" \
 		java-pkg-2_src_compile
 	EANT_BUILD_TARGET="jars"
-	GWT_HOME="${EROOT}/usr/share/gwt-2.8/lib" \
+	GWT_HOME="${ESYSROOT}/usr/share/gwt-2.8/lib" \
 		java-pkg-2_src_compile
 }
 
 src_test() {
-	GWT_HOME="${EROOT}/usr/share/gwt-2.8/lib" \
+	GWT_HOME="${ESYSROOT}/usr/share/gwt-2.8/lib" \
 		ant test || die
 }
 


             reply	other threads:[~2021-06-10 22:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-10 22:21 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-20  2:53 [gentoo-commits] repo/gentoo:master commit in: dev-java/gin/ Sam James
2022-06-20  2:53 Sam James
2021-06-10 22:21 Sam James
2020-01-10  8:45 Mark Wright

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1623363584.7cbe08aef2d85431478647ac5cfd8c729fb12e52.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox