Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/seamonkey/
Date: Sat, 14 May 2022 00:47:33
Message-Id: 1652489215.1d6962448cb1c30db052d497ce68e07bcc0cc0f6.sam@gentoo
1 commit: 1d6962448cb1c30db052d497ce68e07bcc0cc0f6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 19 15:31:22 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 14 00:46:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d696244
7
8 www-client/seamonkey: [QA] inline ESYSROOT
9
10 ESYSROOT is SYSROOT/EPREFIX in >= EAPI 7
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 www-client/seamonkey/seamonkey-2.53.10.2.ebuild | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/www-client/seamonkey/seamonkey-2.53.10.2.ebuild b/www-client/seamonkey/seamonkey-2.53.10.2.ebuild
18 index 673e5cd126b2..c1939cdc34af 100644
19 --- a/www-client/seamonkey/seamonkey-2.53.10.2.ebuild
20 +++ b/www-client/seamonkey/seamonkey-2.53.10.2.ebuild
21 @@ -296,11 +296,11 @@ src_configure() {
22 fi
23
24 # These are enabled by default in all mozilla applications
25 - mozconfig_annotate '' --with-system-nspr --with-nspr-prefix="${SYSROOT}${EPREFIX}"/usr
26 - mozconfig_annotate '' --with-system-nss --with-nss-prefix="${SYSROOT}${EPREFIX}"/usr
27 - mozconfig_annotate '' --x-includes="${SYSROOT}${EPREFIX}"/usr/include --x-libraries="${SYSROOT}${EPREFIX}"/usr/$(get_libdir)
28 + mozconfig_annotate '' --with-system-nspr --with-nspr-prefix="${ESYSROOT}"/usr
29 + mozconfig_annotate '' --with-system-nss --with-nss-prefix="${ESYSROOT}"/usr
30 + mozconfig_annotate '' --x-includes="${ESYSROOT}"/usr/include --x-libraries="${ESYSROOT}"/usr/$(get_libdir)
31 if use system-libevent ; then
32 - mozconfig_annotate '' --with-system-libevent="${SYSROOT}${EPREFIX}"/usr
33 + mozconfig_annotate '' --with-system-libevent="${ESYSROOT}"/usr
34 fi
35 mozconfig_annotate '' --prefix="${EPREFIX}"/usr
36 mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir)