Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea-sound/
Date: Thu, 10 Jun 2021 22:21:28
Message-Id: 1623363632.13ec58d817c0175d90953bd22fa27adc8cf9afd1.sam@gentoo
1 commit: 13ec58d817c0175d90953bd22fa27adc8cf9afd1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 22:20:32 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 22:20:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13ec58d8
7
8 dev-java/icedtea-sound: fix VariableScope (EROOT)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild
16 index a891e3577f3..c480a1189a7 100644
17 --- a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild
18 +++ b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild
19 @@ -35,7 +35,7 @@ pkg_setup() {
20 src_configure() {
21 econf --with-jdk-home="${JAVA_HOME}" \
22 $(use_enable doc docs) \
23 - --htmldir="${EROOT}usr/share/doc/${PF}/html"
24 + --htmldir="${EPREFIX%/}/usr/share/doc/${PF}/html"
25 }
26
27 src_compile() {