summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-01-12 00:48:07 +0000
committerSam James <sam@gentoo.org>2025-01-12 00:48:07 +0000
commit79f631f826ad2f18d891ee9aa25d3afa400d27d8 (patch)
tree5f17e12df88f134b2c2a616bbbb040cdbbdad613 /dev-libs/uriparser
parentdev-db/rqlite: add 8.36.5 (diff)
downloadgentoo-79f631f826ad2f18d891ee9aa25d3afa400d27d8.tar.gz
gentoo-79f631f826ad2f18d891ee9aa25d3afa400d27d8.tar.bz2
gentoo-79f631f826ad2f18d891ee9aa25d3afa400d27d8.zip
dev-libs/uriparser: Stabilize 0.9.8-r1 arm64, #947907
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/uriparser')
-rw-r--r--dev-libs/uriparser/uriparser-0.9.8-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/uriparser/uriparser-0.9.8-r1.ebuild b/dev-libs/uriparser/uriparser-0.9.8-r1.ebuild
index 984256a19ba3..293ddfe76bb8 100644
--- a/dev-libs/uriparser/uriparser-0.9.8-r1.ebuild
+++ b/dev-libs/uriparser/uriparser-0.9.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="+doc qt5 test unicode" # +doc to address warning RequiredUseDefaults
REQUIRED_USE="qt5? ( doc ) test? ( unicode )"