commit:     0e54f13a5e92a83f1528a25a6577fb80f7eded22
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 26 15:51:37 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 26 15:54:17 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e54f13a

app-crypt/argon2: fix prefix install in obscure case

A user reported installing to /data with proot/termux. This change
makes it more semantically correct anyway even if I don't think it
should've been strictly needed.

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

 app-crypt/argon2/argon2-20190702-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-crypt/argon2/argon2-20190702-r1.ebuild 
b/app-crypt/argon2/argon2-20190702-r1.ebuild
index 7ac7b4606494..27986eefb01d 100644
--- a/app-crypt/argon2/argon2-20190702-r1.ebuild
+++ b/app-crypt/argon2/argon2-20190702-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -63,8 +63,9 @@ src_test() {
 src_install() {
        emake \
                OPTTEST="${OPTTEST}" \
-               DESTDIR="${ED}" \
+               DESTDIR="${D}" \
                LIBRARY_REL="$(get_libdir)" \
+               PREFIX="${EPREFIX}/usr" \
                install
 
        einstalldocs

Reply via email to