diff options
author | Sam James <sam@gentoo.org> | 2022-01-07 00:30:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-07 00:30:26 +0000 |
commit | be5d139db04feea7e3ecdfd6340b1f2b8708d934 (patch) | |
tree | 5a35d1115fae007e2181d8e48c035f1ecc75336d /dev-libs | |
parent | dev-libs/uriparser: Stabilize 0.9.6 amd64, #830711 (diff) | |
download | gentoo-be5d139db04feea7e3ecdfd6340b1f2b8708d934.tar.gz gentoo-be5d139db04feea7e3ecdfd6340b1f2b8708d934.tar.bz2 gentoo-be5d139db04feea7e3ecdfd6340b1f2b8708d934.zip |
dev-libs/uriparser: Stabilize 0.9.6 arm, #830711
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/uriparser/uriparser-0.9.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/uriparser/uriparser-0.9.6.ebuild b/dev-libs/uriparser/uriparser-0.9.6.ebuild index d51a2395e256..fe67d35746c4 100644 --- a/dev-libs/uriparser/uriparser-0.9.6.ebuild +++ b/dev-libs/uriparser/uriparser-0.9.6.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 )" |