Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tinyxml/
Date: Sun, 02 Oct 2016 08:08:05
Message-Id: 1475395605.f7a5c9451aadcd670a0acd500c807157fc449fcd.jer@gentoo
1 commit: f7a5c9451aadcd670a0acd500c807157fc449fcd
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 2 08:06:45 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 2 08:06:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a5c945
7
8 dev-libs/tinyxml: Mark ~hppa (bug #595732).
9
10 Package-Manager: portage-2.3.1
11 RepoMan-Options: --ignore-arches
12
13 dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild b/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild
17 index 9a0d90c..125366c 100644
18 --- a/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild
19 +++ b/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV//./_}.tar.gz"
27
28 LICENSE="ZLIB"
29 SLOT="0"
30 -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 sparc x86 ~x64-macos ~x86-macos"
31 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~x64-macos ~x86-macos"
32 IUSE="debug doc static-libs +stl"
33
34 RDEPEND=""