diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-11-23 23:22:52 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-11-23 23:25:15 +0300 |
commit | ef5b8a1079ea030204fd0807cf7b41a1696ffd21 (patch) | |
tree | ca523bb816290bed31d05a3243f5cbb636c252fe /app-crypt | |
parent | app-crypt/gnupg: Version bump (v2.2.25) (diff) | |
download | gentoo-ef5b8a1079ea030204fd0807cf7b41a1696ffd21.tar.gz gentoo-ef5b8a1079ea030204fd0807cf7b41a1696ffd21.tar.bz2 gentoo-ef5b8a1079ea030204fd0807cf7b41a1696ffd21.zip |
app-crypt/gnupg: fix wrong EROOT calls
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gnupg/gnupg-2.2.20-r2.ebuild (renamed from app-crypt/gnupg/gnupg-2.2.20-r1.ebuild) | 10 | ||||
-rw-r--r-- | app-crypt/gnupg/gnupg-2.2.23.ebuild | 10 | ||||
-rw-r--r-- | app-crypt/gnupg/gnupg-2.2.24.ebuild | 10 |
3 files changed, 15 insertions, 15 deletions
diff --git a/app-crypt/gnupg/gnupg-2.2.20-r1.ebuild b/app-crypt/gnupg/gnupg-2.2.20-r2.ebuild index a043aa8cc780..8fdea955e0be 100644 --- a/app-crypt/gnupg/gnupg-2.2.20-r1.ebuild +++ b/app-crypt/gnupg/gnupg-2.2.20-r2.ebuild @@ -116,11 +116,11 @@ src_configure() { --enable-gpgsm \ --enable-large-secmem \ CC_FOR_BUILD="$(tc-getBUILD_CC)" \ - GPG_ERROR_CONFIG="${EROOT}/usr/bin/${CHOST}-gpg-error-config" \ - KSBA_CONFIG="${EROOT}/usr/bin/ksba-config" \ - LIBASSUAN_CONFIG="${EROOT}/usr/bin/libassuan-config" \ - LIBGCRYPT_CONFIG="${EROOT}/usr/bin/${CHOST}-libgcrypt-config" \ - NPTH_CONFIG="${EROOT}/usr/bin/npth-config" \ + GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config" \ + KSBA_CONFIG="${ESYSROOT}/usr/bin/ksba-config" \ + LIBASSUAN_CONFIG="${ESYSROOT}/usr/bin/libassuan-config" \ + LIBGCRYPT_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-libgcrypt-config" \ + NPTH_CONFIG="${ESYSROOT}/usr/bin/npth-config" \ $("${S}/configure" --help | grep -- '--without-.*-prefix' | sed -e 's/^ *\([^ ]*\) .*/\1/g') } diff --git a/app-crypt/gnupg/gnupg-2.2.23.ebuild b/app-crypt/gnupg/gnupg-2.2.23.ebuild index f92302d2fa9f..a0f7ae9276b1 100644 --- a/app-crypt/gnupg/gnupg-2.2.23.ebuild +++ b/app-crypt/gnupg/gnupg-2.2.23.ebuild @@ -83,11 +83,11 @@ src_configure() { --enable-gpgsm --enable-large-secmem CC_FOR_BUILD="$(tc-getBUILD_CC)" - GPG_ERROR_CONFIG="${EROOT}/usr/bin/${CHOST}-gpg-error-config" - KSBA_CONFIG="${EROOT}/usr/bin/ksba-config" - LIBASSUAN_CONFIG="${EROOT}/usr/bin/libassuan-config" - LIBGCRYPT_CONFIG="${EROOT}/usr/bin/${CHOST}-libgcrypt-config" - NPTH_CONFIG="${EROOT}/usr/bin/npth-config" + GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config" + KSBA_CONFIG="${ESYSROOT}/usr/bin/ksba-config" + LIBASSUAN_CONFIG="${ESYSROOT}/usr/bin/libassuan-config" + LIBGCRYPT_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-libgcrypt-config" + NPTH_CONFIG="${ESYSROOT}/usr/bin/npth-config" $("${S}/configure" --help | grep -o -- '--without-.*-prefix') ) diff --git a/app-crypt/gnupg/gnupg-2.2.24.ebuild b/app-crypt/gnupg/gnupg-2.2.24.ebuild index 850a13276638..919565475201 100644 --- a/app-crypt/gnupg/gnupg-2.2.24.ebuild +++ b/app-crypt/gnupg/gnupg-2.2.24.ebuild @@ -91,11 +91,11 @@ src_configure() { --enable-gpgsm --enable-large-secmem CC_FOR_BUILD="$(tc-getBUILD_CC)" - GPG_ERROR_CONFIG="${EROOT}/usr/bin/${CHOST}-gpg-error-config" - KSBA_CONFIG="${EROOT}/usr/bin/ksba-config" - LIBASSUAN_CONFIG="${EROOT}/usr/bin/libassuan-config" - LIBGCRYPT_CONFIG="${EROOT}/usr/bin/${CHOST}-libgcrypt-config" - NPTH_CONFIG="${EROOT}/usr/bin/npth-config" + GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config" + KSBA_CONFIG="${ESYSROOT}/usr/bin/ksba-config" + LIBASSUAN_CONFIG="${ESYSROOT}/usr/bin/libassuan-config" + LIBGCRYPT_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-libgcrypt-config" + NPTH_CONFIG="${ESYSROOT}/usr/bin/npth-config" $("${S}/configure" --help | grep -o -- '--without-.*-prefix') ) |