Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/uriparser/
Date: Wed, 06 Jan 2021 19:34:35
Message-Id: 1609961625.97533fd27078e334538633b7345372e6c097b5cd.grobian@gentoo
1 commit: 97533fd27078e334538633b7345372e6c097b5cd
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 19:31:56 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 19:33:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97533fd2
7
8 dev-libs/uriparser: drop x86-macos
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 dev-libs/uriparser/uriparser-0.9.1.ebuild | 4 ++--
14 dev-libs/uriparser/uriparser-0.9.3.ebuild | 4 ++--
15 dev-libs/uriparser/uriparser-0.9.4.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/dev-libs/uriparser/uriparser-0.9.1.ebuild b/dev-libs/uriparser/uriparser-0.9.1.ebuild
19 index e5976afb480..8af0a3c0d76 100644
20 --- a/dev-libs/uriparser/uriparser-0.9.1.ebuild
21 +++ b/dev-libs/uriparser/uriparser-0.9.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2"
29
30 LICENSE="BSD"
31 SLOT="0"
32 -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
33 +KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
34 IUSE="doc qt5 test unicode"
35
36 RDEPEND=""
37
38 diff --git a/dev-libs/uriparser/uriparser-0.9.3.ebuild b/dev-libs/uriparser/uriparser-0.9.3.ebuild
39 index 48cecff8844..54a967442dc 100644
40 --- a/dev-libs/uriparser/uriparser-0.9.3.ebuild
41 +++ b/dev-libs/uriparser/uriparser-0.9.3.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2019 Gentoo Authors
44 +# Copyright 1999-2021 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2"
49
50 LICENSE="BSD"
51 SLOT="0"
52 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
53 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
54 IUSE="doc qt5 test unicode"
55
56 RDEPEND=""
57
58 diff --git a/dev-libs/uriparser/uriparser-0.9.4.ebuild b/dev-libs/uriparser/uriparser-0.9.4.ebuild
59 index 46b87a6f909..eacccdce4b4 100644
60 --- a/dev-libs/uriparser/uriparser-0.9.4.ebuild
61 +++ b/dev-libs/uriparser/uriparser-0.9.4.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2020 Gentoo Authors
64 +# Copyright 1999-2021 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=7
68 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2"
69
70 LICENSE="BSD"
71 SLOT="0"
72 -KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
73 +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
74 IUSE="doc qt5 test unicode"
75
76 RDEPEND=""