Skip to content

Commit d17611c

Browse files
committed
app-crypt/argon2: Sync with Gentoo
It's from Gentoo commit 0799e46d245a76cf43dc36b3fa1dcb864519a37f.
1 parent 146a757 commit d17611c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

sdk_container/src/third_party/portage-stable/app-crypt/argon2/argon2-20190702.ebuild renamed to sdk_container/src/third_party/portage-stable/app-crypt/argon2/argon2-20190702-r1.ebuild

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2021 Gentoo Authors
1+
# Copyright 1999-2022 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/P-H-C/phc-winner-argon2/archive/${PV}.tar.gz -> ${P}
1111

1212
LICENSE="|| ( Apache-2.0 CC0-1.0 )"
1313
SLOT="0/1"
14-
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
14+
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
1515
IUSE="static-libs"
1616

1717
S="${WORKDIR}/phc-winner-${P}"
@@ -44,7 +44,7 @@ src_prepare() {
4444
}
4545

4646
src_compile() {
47-
emake OPTTEST="${OPTTEST}" LIBRARY_REL="$(get_libdir)" \
47+
emake OPTTEST="${OPTTEST}" LIBRARY_REL="$(get_libdir)" PREFIX="${EPREFIX}/usr" \
4848
ARGON2_VERSION="0~${PV}"
4949
}
5050

sdk_container/src/third_party/portage-stable/app-crypt/argon2/metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<subslots>Reflect ABI of libargon2.so.</subslots>
1818
</slots>
1919
<upstream>
20+
<remote-id type="cpe">cpe:/a:argon2_project:argon2</remote-id>
2021
<remote-id type="github">P-H-C/phc-winner-argon2</remote-id>
2122
</upstream>
2223
</pkgmetadata>

0 commit comments

Comments
 (0)