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 9D4CC1382C5 for ; Thu, 21 Jan 2021 22:32:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB0F1E08E5; Thu, 21 Jan 2021 22:32:52 +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 D0B6EE08EC for ; Thu, 21 Jan 2021 22:32:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BA28533BECB for ; Thu, 21 Jan 2021 22:32:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 548D7CC for ; Thu, 21 Jan 2021 22:32:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1611268365.a6b3927bf6d7bd989da79a5cb620b07de25589ca.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-XML_Util/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.5.ebuild X-VCS-Directories: dev-php/PEAR-XML_Util/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a6b3927bf6d7bd989da79a5cb620b07de25589ca X-VCS-Branch: master Date: Thu, 21 Jan 2021 22:32:50 +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: 83072169-cb3d-4c4e-92d7-612b37a81198 X-Archives-Hash: 5e3447c5e200a705a14805df3de4c4f2 commit: a6b3927bf6d7bd989da79a5cb620b07de25589ca Author: Sam James gentoo org> AuthorDate: Thu Jan 21 22:32:29 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 21 22:32:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b3927b dev-php/PEAR-XML_Util: Stabilize 1.4.5 ALLARCHES, #766396 Signed-off-by: Sam James gentoo.org> dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.5.ebuild b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.5.ebuild index 90d887a6d2d..ebef85243b8 100644 --- a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.5.ebuild +++ b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -11,7 +11,7 @@ HOMEPAGE="https://pear.php.net/package/XML_Util" SRC_URI="https://pear.php.net/get/${MY_P}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" IUSE="examples" # PCRE is needed for a few calls to preg_replace and preg_match.