diff options
author | Sam James <sam@gentoo.org> | 2022-12-21 00:23:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-21 00:23:47 +0000 |
commit | 3de64b2d78772fe0865088e5b86aa70c54fe2689 (patch) | |
tree | 574b3eb639ae0ebbed7f087fa3ab42205eab3612 /dev-libs/uriparser | |
parent | media-libs/lensfun: Stabilize 0.3.3 arm64, #887563 (diff) | |
download | gentoo-3de64b2d78772fe0865088e5b86aa70c54fe2689.tar.gz gentoo-3de64b2d78772fe0865088e5b86aa70c54fe2689.tar.bz2 gentoo-3de64b2d78772fe0865088e5b86aa70c54fe2689.zip |
dev-libs/uriparser: Stabilize 0.9.7 arm64, #887501
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/uriparser')
-rw-r--r-- | dev-libs/uriparser/uriparser-0.9.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/uriparser/uriparser-0.9.7.ebuild b/dev-libs/uriparser/uriparser-0.9.7.ebuild index 1d5040cf9b47..ba6ad755b70d 100644 --- a/dev-libs/uriparser/uriparser-0.9.7.ebuild +++ b/dev-libs/uriparser/uriparser-0.9.7.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 ~x86-solaris" +KEYWORDS="amd64 arm arm64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="+doc qt5 test unicode" # +doc to address warning RequiredUseDefaults REQUIRED_USE="qt5? ( doc ) test? ( unicode )" |