From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1103435-garchives=archives.gentoo.org@lists.gentoo.org> 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 6F19B138335 for <garchives@archives.gentoo.org>; Wed, 31 Jul 2019 21:11:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBC6DE0826; Wed, 31 Jul 2019 21:11:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CD4F1E0826 for <gentoo-commits@lists.gentoo.org>; Wed, 31 Jul 2019 21:11:15 +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 33BE3349097 for <gentoo-commits@lists.gentoo.org>; Wed, 31 Jul 2019 21:11:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A20F96FF for <gentoo-commits@lists.gentoo.org>; Wed, 31 Jul 2019 21:11:11 +0000 (UTC) From: "Aaron Bauman" <bman@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" <bman@gentoo.org> Message-ID: <1564607459.62ee7d5fc4beaae172d4cdc60ae1ff03b1314b6b.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tinyxml2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild X-VCS-Directories: dev-libs/tinyxml2/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 62ee7d5fc4beaae172d4cdc60ae1ff03b1314b6b X-VCS-Branch: master Date: Wed, 31 Jul 2019 21:11:11 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 37b46cf0-6785-4618-b72c-c6430e4205ea X-Archives-Hash: 30d3326c12fc93aa3e16613f4f198f6d commit: 62ee7d5fc4beaae172d4cdc60ae1ff03b1314b6b Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Wed Jul 31 20:48:32 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Jul 31 21:10:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ee7d5f dev-libs/tinyxml2: arm64 stable Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64" dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild b/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild index a80b6b7e203..8e411cbc267 100644 --- a/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild +++ b/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="ZLIB" SLOT="0/6" -KEYWORDS="amd64 arm ~arm64 hppa ~ppc64 sparc x86" +KEYWORDS="amd64 arm arm64 hppa ~ppc64 sparc x86" IUSE="static-libs test" multilib_src_configure() {