From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B79EF138334 for ; Thu, 2 Jan 2020 09:58:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70316E0C2A; Thu, 2 Jan 2020 09:58:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 572E9E0BB3 for ; Thu, 2 Jan 2020 09:58:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54E1834DE6D for ; Thu, 2 Jan 2020 09:58:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19F30A8 for ; Thu, 2 Jan 2020 09:58:38 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1577959042.6e793bfaf71bc9d01d3f850feb76c12bb1921b26.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tinyxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild X-VCS-Directories: dev-libs/tinyxml/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 6e793bfaf71bc9d01d3f850feb76c12bb1921b26 X-VCS-Branch: master Date: Thu, 2 Jan 2020 09:58:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a7c0b6d4-146d-4054-b2f3-5d81cdb757f8 X-Archives-Hash: ec15aabf28a5f48afad0df6ca262b4d4 commit: 6e793bfaf71bc9d01d3f850feb76c12bb1921b26 Author: Rolf Eike Beer sf-mail de> AuthorDate: Thu Jan 2 09:44:59 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Jan 2 09:57:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e793bfa dev-libs/tinyxml: stable 2.6.2-r3 for sparc, bug #704452 Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild b/dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild index 41f16d2f8a0..e98adcf9f7b 100644 --- a/dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild +++ b/dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV//./_}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86 ~x64-macos ~x86-macos" IUSE="debug doc static-libs +stl" RDEPEND=""