summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-12 15:57:29 +0000
committerSam James <sam@gentoo.org>2021-06-12 15:57:56 +0000
commit581ebf851b28b21b8a41f1558b377f7dfbea2522 (patch)
tree1c3289ecc511554cc4614b9b150b9d6be55223eb /dev-libs/libassuan/libassuan-2.5.4.ebuild
parentapp-metrics/pushgateway: Remove old versions (diff)
downloadgentoo-581ebf851b28b21b8a41f1558b377f7dfbea2522.tar.gz
gentoo-581ebf851b28b21b8a41f1558b377f7dfbea2522.tar.bz2
gentoo-581ebf851b28b21b8a41f1558b377f7dfbea2522.zip
dev-libs/libassuan: fix VariableScope (EROOT)
See: f28ff846687fee233d604a3a8a1d0c67bb7c2925 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libassuan/libassuan-2.5.4.ebuild')
-rw-r--r--dev-libs/libassuan/libassuan-2.5.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libassuan/libassuan-2.5.4.ebuild b/dev-libs/libassuan/libassuan-2.5.4.ebuild
index 869dbf172ae6..f570bbe99707 100644
--- a/dev-libs/libassuan/libassuan-2.5.4.ebuild
+++ b/dev-libs/libassuan/libassuan-2.5.4.ebuild
@@ -34,7 +34,7 @@ src_prepare() {
src_configure() {
local myeconfargs=(
--disable-static
- GPG_ERROR_CONFIG="${EROOT}/usr/bin/${CHOST}-gpg-error-config"
+ GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config"
$("${S}/configure" --help | grep -o -- '--without-.*-prefix')
)
econf "${myeconfargs[@]}"