diff options
author | Sam James <sam@gentoo.org> | 2021-05-27 19:13:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-27 19:13:49 +0000 |
commit | 887eff2b3f3a913e02a0ab2816905f2ce1011646 (patch) | |
tree | 94e0da8bdf5c7b4ce7e391796295436453e52592 /dev-libs/uriparser | |
parent | net-misc/netopeer2: Stabilize 1.1.70 x86, #792510 (diff) | |
download | gentoo-887eff2b3f3a913e02a0ab2816905f2ce1011646.tar.gz gentoo-887eff2b3f3a913e02a0ab2816905f2ce1011646.tar.bz2 gentoo-887eff2b3f3a913e02a0ab2816905f2ce1011646.zip |
dev-libs/uriparser: Stabilize 0.9.5 x86, #792513
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/uriparser')
-rw-r--r-- | dev-libs/uriparser/uriparser-0.9.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/uriparser/uriparser-0.9.5.ebuild b/dev-libs/uriparser/uriparser-0.9.5.ebuild index 559813f6f523..2b04211277bd 100644 --- a/dev-libs/uriparser/uriparser-0.9.5.ebuild +++ b/dev-libs/uriparser/uriparser-0.9.5.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 )" |