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 9FFA5138334 for ; Fri, 13 Sep 2019 06:37:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2C79E0CB1; Fri, 13 Sep 2019 06:36:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6995AE0CB1 for ; Fri, 13 Sep 2019 06:36:59 +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 1EB3D34B0FA for ; Fri, 13 Sep 2019 06:36:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAB5E7EF for ; Fri, 13 Sep 2019 06:36:55 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1568356567.095b0cebe38c26a7c4088fd081d7fdd99780c36c.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/fast_xml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/fast_xml/fast_xml-1.1.34.ebuild X-VCS-Directories: dev-erlang/fast_xml/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 095b0cebe38c26a7c4088fd081d7fdd99780c36c X-VCS-Branch: master Date: Fri, 13 Sep 2019 06:36:55 +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: b6929662-c312-4993-ac6b-fd691333700d X-Archives-Hash: 5c5c830b6710439ad9d101c5505aabe7 commit: 095b0cebe38c26a7c4088fd081d7fdd99780c36c Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Sep 13 06:36:07 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Sep 13 06:36:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=095b0ceb dev-erlang/fast_xml: amd64 stable wrt bug #694160 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-erlang/fast_xml/fast_xml-1.1.34.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-erlang/fast_xml/fast_xml-1.1.34.ebuild b/dev-erlang/fast_xml/fast_xml-1.1.34.ebuild index 4165cbbc37b..e87fbdeac4e 100644 --- a/dev-erlang/fast_xml/fast_xml-1.1.34.ebuild +++ b/dev-erlang/fast_xml/fast_xml-1.1.34.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 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" IUSE="test" RDEPEND=">=dev-erlang/p1_utils-1.0.13