summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-05-05 23:14:01 +0100
committerSam James <sam@gentoo.org>2024-05-05 23:14:01 +0100
commit900546f8c2e59790c918f50c331a4a39ed976ab9 (patch)
treeb76b21deffb055e2a6bb28e6ab5d416fc9eeb2ef
parentdev-libs/uriparser: Stabilize 0.9.8 amd64, #931260 (diff)
downloadgentoo-900546f8c2e59790c918f50c331a4a39ed976ab9.tar.gz
gentoo-900546f8c2e59790c918f50c331a4a39ed976ab9.tar.bz2
gentoo-900546f8c2e59790c918f50c331a4a39ed976ab9.zip
dev-libs/uriparser: Stabilize 0.9.8 arm64, #931260
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-libs/uriparser/uriparser-0.9.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/uriparser/uriparser-0.9.8.ebuild b/dev-libs/uriparser/uriparser-0.9.8.ebuild
index e883e7d4121e..70cd7772c491 100644
--- a/dev-libs/uriparser/uriparser-0.9.8.ebuild
+++ b/dev-libs/uriparser/uriparser-0.9.8.ebuild
@@ -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 )"