diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-01-01 11:52:35 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-01-01 11:52:35 +0000 |
commit | 01a294a7c02b60ca3147f05d74bfdfef762d498e (patch) | |
tree | 36c6030f35e380c7786ad8cbcd08a5feec7e2422 /dev-libs/libzip | |
parent | sci-libs/fftw: Keyword 3.3.10 for ~m68k (diff) | |
download | gentoo-01a294a7c02b60ca3147f05d74bfdfef762d498e.tar.gz gentoo-01a294a7c02b60ca3147f05d74bfdfef762d498e.tar.bz2 gentoo-01a294a7c02b60ca3147f05d74bfdfef762d498e.zip |
dev-libs/libzip: Keyword 1.8.0 for ~m68k
The tests pass.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-libs/libzip')
-rw-r--r-- | dev-libs/libzip/libzip-1.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libzip/libzip-1.8.0.ebuild b/dev-libs/libzip/libzip-1.8.0.ebuild index 1e84155026e6..75dc43584331 100644 --- a/dev-libs/libzip/libzip-1.8.0.ebuild +++ b/dev-libs/libzip/libzip-1.8.0.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://www.nih.at/libzip/${P}.tar.xz" LICENSE="BSD" SLOT="0/5" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" IUSE="bzip2 gnutls lzma mbedtls ssl static-libs test tools" REQUIRED_USE="test? ( tools )" |