diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-07-22 13:26:02 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-07-22 13:26:45 -0400 |
commit | aee0945bfd6bfe847efa1a38bbefeb9bacc5c271 (patch) | |
tree | 7dd9a9fe4d2ccd126512d92e7ce06624f861b6bf /app-crypt | |
parent | x11-libs/libva-vdpau-driver: Drop old versions (diff) | |
download | gentoo-aee0945bfd6bfe847efa1a38bbefeb9bacc5c271.tar.gz gentoo-aee0945bfd6bfe847efa1a38bbefeb9bacc5c271.tar.bz2 gentoo-aee0945bfd6bfe847efa1a38bbefeb9bacc5c271.zip |
app-crypt/libb2: arm64 keyworded (bug #687510)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/libb2/libb2-0.98.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/libb2/libb2-0.98.1-r1.ebuild b/app-crypt/libb2/libb2-0.98.1-r1.ebuild index a67c7e32b461..bcf20ed71c69 100644 --- a/app-crypt/libb2/libb2-0.98.1-r1.ebuild +++ b/app-crypt/libb2/libb2-0.98.1-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/BLAKE2/libb2/archive/${GITHASH}.tar.gz -> ${P}.tar.g LICENSE="CC0-1.0" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs native-cflags openmp" DEPEND=" |