summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatoro Mahri <matoro_gentoo@matoro.tk>2024-01-05 13:44:03 -0500
committerViorel Munteanu <ceamac@gentoo.org>2024-01-06 21:29:02 +0200
commit3e8fb7986ef3ab9ccc49c6450f0b9d398f50b7bf (patch)
tree924b3d212020469b0461c85d8686ca2d35c9219f
parentdev-python/cython: Stabilize 3.0.6 hppa, #919986 (diff)
downloadgentoo-3e8fb7986ef3ab9ccc49c6450f0b9d398f50b7bf.tar.gz
gentoo-3e8fb7986ef3ab9ccc49c6450f0b9d398f50b7bf.tar.bz2
gentoo-3e8fb7986ef3ab9ccc49c6450f0b9d398f50b7bf.zip
dev-libs/miniz: Keyword 3.0.1 arm, #891201
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
-rw-r--r--dev-libs/miniz/miniz-3.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/miniz/miniz-3.0.1.ebuild b/dev-libs/miniz/miniz-3.0.1.ebuild
index 7ec00b35b06c..32d829ee6e85 100644
--- a/dev-libs/miniz/miniz-3.0.1.ebuild
+++ b/dev-libs/miniz/miniz-3.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,6 +11,6 @@ SRC_URI="https://github.com/richgel999/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="MIT"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
DOCS=( ChangeLog.md readme.md )