diff --git a/sdk_container/src/third_party/portage-stable/app-crypt/argon2/argon2-20190702.ebuild b/sdk_container/src/third_party/portage-stable/app-crypt/argon2/argon2-20190702-r1.ebuild
similarity index 81%
rename from sdk_container/src/third_party/portage-stable/app-crypt/argon2/argon2-20190702.ebuild
rename to sdk_container/src/third_party/portage-stable/app-crypt/argon2/argon2-20190702-r1.ebuild
index b8456fce50..c36974b6a5 100644
--- a/sdk_container/src/third_party/portage-stable/app-crypt/argon2/argon2-20190702.ebuild
+++ b/sdk_container/src/third_party/portage-stable/app-crypt/argon2/argon2-20190702-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/P-H-C/phc-winner-argon2/archive/${PV}.tar.gz -> ${P}
LICENSE="|| ( Apache-2.0 CC0-1.0 )"
SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="static-libs"
S="${WORKDIR}/phc-winner-${P}"
@@ -44,7 +44,7 @@ src_prepare() {
}
src_compile() {
- emake OPTTEST="${OPTTEST}" LIBRARY_REL="$(get_libdir)" \
+ emake OPTTEST="${OPTTEST}" LIBRARY_REL="$(get_libdir)" PREFIX="${EPREFIX}/usr" \
ARGON2_VERSION="0~${PV}"
}
diff --git a/sdk_container/src/third_party/portage-stable/app-crypt/argon2/metadata.xml b/sdk_container/src/third_party/portage-stable/app-crypt/argon2/metadata.xml
index 950b7c84ae..e1a7b6edc5 100644
--- a/sdk_container/src/third_party/portage-stable/app-crypt/argon2/metadata.xml
+++ b/sdk_container/src/third_party/portage-stable/app-crypt/argon2/metadata.xml
@@ -17,6 +17,7 @@
Reflect ABI of libargon2.so.
+ cpe:/a:argon2_project:argon2
P-H-C/phc-winner-argon2