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 D58C61382C5 for ; Wed, 14 Feb 2018 16:45:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 824D8E0BC5; Wed, 14 Feb 2018 16:45:05 +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 62F29E0BC5 for ; Wed, 14 Feb 2018 16:45:05 +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 3B826335CB3 for ; Wed, 14 Feb 2018 13:50:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDE7121C for ; Wed, 14 Feb 2018 13:50:08 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1518616194.fdb9404f75f5d82a004cb5f3645720c058f46960.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_Table/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.0-r1.ebuild X-VCS-Directories: dev-php/PEAR-Console_Table/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: fdb9404f75f5d82a004cb5f3645720c058f46960 X-VCS-Branch: master Date: Wed, 14 Feb 2018 13:50:08 +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-Archives-Salt: 9f1e494c-2517-436f-9afb-4a8ad049d6b3 X-Archives-Hash: a0ebe9c2636f8bad4239708055ff398a commit: fdb9404f75f5d82a004cb5f3645720c058f46960 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Feb 14 13:43:02 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Feb 14 13:49:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb9404f dev-php/PEAR-Console_Table: x86 stable. mark stable for the remaining arches using the ALLARCHES policy (bug Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.0-r1.ebuild b/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.0-r1.ebuild index e3fb66073a4..6d2238c9255 100644 --- a/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.0-r1.ebuild +++ b/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit php-pear-r2 DESCRIPTION="Class that makes it easy to build console style tables" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sparc x86" IUSE="" src_install() {