diff options
author | Sam James <sam@gentoo.org> | 2022-12-20 23:56:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-20 23:56:48 +0000 |
commit | 9cedcda713cf2c2f61c5cd2a0a7feccd68727a73 (patch) | |
tree | 4d5f9200c329a1b3a63fbffb1fad8c57a4821c99 /dev-libs/uriparser | |
parent | dev-libs/uriparser: Stabilize 0.9.7 arm, #887501 (diff) | |
download | gentoo-9cedcda713cf2c2f61c5cd2a0a7feccd68727a73.tar.gz gentoo-9cedcda713cf2c2f61c5cd2a0a7feccd68727a73.tar.bz2 gentoo-9cedcda713cf2c2f61c5cd2a0a7feccd68727a73.zip |
dev-libs/uriparser: Stabilize 0.9.7 sparc, #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 b32dd648a102..1d5040cf9b47 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 )" |