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/tinyxml/
Date: Wed, 06 Jan 2021 19:34:34
Message-Id: 1609961625.bcea3bea3d899ef902788451bf22d2bb09a21000.grobian@gentoo
1 commit: bcea3bea3d899ef902788451bf22d2bb09a21000
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 19:31:43 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=bcea3bea
7
8 dev-libs/tinyxml: 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/tinyxml/tinyxml-2.6.2-r3.ebuild | 4 ++--
14 dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild b/dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild
18 index 6d275fc384c..b516cd4de3b 100644
19 --- a/dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild
20 +++ b/dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV//./_}.tar.gz"
28
29 LICENSE="ZLIB"
30 SLOT="0"
31 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~x64-macos ~x86-macos"
32 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~x64-macos"
33 IUSE="debug doc static-libs +stl"
34
35 RDEPEND=""
36
37 diff --git a/dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild b/dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild
38 index 90847922daa..a926096910f 100644
39 --- a/dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild
40 +++ b/dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2020 Gentoo Authors
43 +# Copyright 1999-2021 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV//./_}.tar.gz"
48
49 LICENSE="ZLIB"
50 SLOT="0"
51 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos ~x86-macos"
52 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos"
53 IUSE="debug doc static-libs +stl"
54
55 RDEPEND=""