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: Thu, 27 May 2021 19:14:58
Message-Id: 1622142829.887eff2b3f3a913e02a0ab2816905f2ce1011646.sam@gentoo
1 commit: 887eff2b3f3a913e02a0ab2816905f2ce1011646
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 27 19:13:49 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 27 19:13:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=887eff2b
7
8 dev-libs/uriparser: Stabilize 0.9.5 x86, #792513
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/uriparser/uriparser-0.9.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/uriparser/uriparser-0.9.5.ebuild b/dev-libs/uriparser/uriparser-0.9.5.ebuild
16 index 559813f6f52..2b04211277b 100644
17 --- a/dev-libs/uriparser/uriparser-0.9.5.ebuild
18 +++ b/dev-libs/uriparser/uriparser-0.9.5.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 )"