diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-11 20:01:19 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-11 20:01:36 +0100 |
commit | 174d4253d7d151f1a2dbe1e63f16013a3baf7a34 (patch) | |
tree | 7650f96f206119b7cf5ac0fa8c1c4fb95343f1c2 /app-crypt/argon2 | |
parent | meson.eclass: fix machine files (diff) | |
download | gentoo-174d4253d7d151f1a2dbe1e63f16013a3baf7a34.tar.gz gentoo-174d4253d7d151f1a2dbe1e63f16013a3baf7a34.tar.bz2 gentoo-174d4253d7d151f1a2dbe1e63f16013a3baf7a34.zip |
app-crypt/argon2: add missing Prefix keywords
Closes: https://bugs.gentoo.org/666641
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-crypt/argon2')
-rw-r--r-- | app-crypt/argon2/argon2-20190702.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/argon2/argon2-20190702.ebuild b/app-crypt/argon2/argon2-20190702.ebuild index 772e2743d6b9..6d8513674c0c 100644 --- a/app-crypt/argon2/argon2-20190702.ebuild +++ b/app-crypt/argon2/argon2-20190702.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 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 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="static-libs" S="${WORKDIR}/phc-winner-${P}" |