Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/uriparser/
Date: Fri, 07 Jan 2022 15:30:04
Message-Id: 1641569279.c1e3399371a33bcdf2f2e595a18085ee46f3948e.sam@gentoo
1 commit: c1e3399371a33bcdf2f2e595a18085ee46f3948e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 7 15:27:59 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 7 15:27:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e33993
7
8 dev-libs/uriparser: Stabilize 0.9.6 x86, #830711
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/uriparser/uriparser-0.9.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/uriparser/uriparser-0.9.6.ebuild b/dev-libs/uriparser/uriparser-0.9.6.ebuild
16 index fe67d35746c4..ffb78f910c9a 100644
17 --- a/dev-libs/uriparser/uriparser-0.9.6.ebuild
18 +++ b/dev-libs/uriparser/uriparser-0.9.6.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
24 +KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
25 IUSE="+doc qt5 test unicode" # +doc to address warning RequiredUseDefaults
26
27 REQUIRED_USE="qt5? ( doc ) test? ( unicode )"