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 B8B3D1381F1 for ; Mon, 23 Apr 2018 13:59:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D37BFE0876; Mon, 23 Apr 2018 13:59:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 ACA08E0876 for ; Mon, 23 Apr 2018 13:59:45 +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 05E88335C59 for ; Mon, 23 Apr 2018 13:59:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ABF1297 for ; Mon, 23 Apr 2018 13:59:42 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1524491950.0f4a8a0a95fd08ef49d9f63c81a6dfb123d25204.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-DB/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-DB/PEAR-DB-1.9.2-r1.ebuild X-VCS-Directories: dev-php/PEAR-DB/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 0f4a8a0a95fd08ef49d9f63c81a6dfb123d25204 X-VCS-Branch: master Date: Mon, 23 Apr 2018 13:59:42 +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: cb920a3a-f1de-4a18-b63e-7dd70de5886b X-Archives-Hash: 9c7a4e4740f03fee8e3a9f86f5c0899a commit: 0f4a8a0a95fd08ef49d9f63c81a6dfb123d25204 Author: Brian Evans gentoo org> AuthorDate: Mon Apr 23 13:44:40 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Apr 23 13:59:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f4a8a0a dev-php/PEAR-DB: Mark 1.9.2-r1 stable for ALLARCHES Script only package, all tests pass Package-Manager: Portage-2.3.31, Repoman-2.3.9 dev-php/PEAR-DB/PEAR-DB-1.9.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/PEAR-DB/PEAR-DB-1.9.2-r1.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.9.2-r1.ebuild index ef5e7305e35..662cd70f798 100644 --- a/dev-php/PEAR-DB/PEAR-DB-1.9.2-r1.ebuild +++ b/dev-php/PEAR-DB/PEAR-DB-1.9.2-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit php-pear-r2 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" DESCRIPTION="Database abstraction layer for PHP" LICENSE="PHP-3"