diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-01-30 11:31:24 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-01-30 11:31:24 +0000 |
commit | 6731656153037bff6af9a99d842c7d322fda2469 (patch) | |
tree | 189bdec1cc8ad216a1f0e1b443d3fb85cc5a27ee /app-crypt/argon2 | |
parent | media-sound/streamtranscoder: update EAPI 6 -> 8 (diff) | |
download | gentoo-6731656153037bff6af9a99d842c7d322fda2469.tar.gz gentoo-6731656153037bff6af9a99d842c7d322fda2469.tar.bz2 gentoo-6731656153037bff6af9a99d842c7d322fda2469.zip |
app-crypt/argon2: Keyword 20190702-r1 for ~m68k
The tests pass.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-crypt/argon2')
-rw-r--r-- | app-crypt/argon2/argon2-20190702-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/argon2/argon2-20190702-r1.ebuild b/app-crypt/argon2/argon2-20190702-r1.ebuild index b8456fce50bf..1c8889d043d4 100644 --- a/app-crypt/argon2/argon2-20190702-r1.ebuild +++ b/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 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="static-libs" S="${WORKDIR}/phc-winner-${P}" |