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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4632215817D for ; Tue, 11 Jun 2024 11:36:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1ADE5E2ACC; Tue, 11 Jun 2024 11:36:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0124BE2ACC for ; Tue, 11 Jun 2024 11:36:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F232633BF41 for ; Tue, 11 Jun 2024 11:36:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF6701CA3 for ; Tue, 11 Jun 2024 11:36:38 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1718105792.98640b468098ca44d4f4ef247a22bcdfcf506679.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/adodb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/adodb/adodb-5.22.2.ebuild dev-php/adodb/adodb-5.22.7.ebuild X-VCS-Directories: dev-php/adodb/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 98640b468098ca44d4f4ef247a22bcdfcf506679 X-VCS-Branch: master Date: Tue, 11 Jun 2024 11:36:38 +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: c2d3cc27-fe67-4847-9be0-4a0adc3d35be X-Archives-Hash: 23f644c718a4c7e74d31bb353ceb8506 commit: 98640b468098ca44d4f4ef247a22bcdfcf506679 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Jun 11 11:35:38 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Jun 11 11:36:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98640b46 dev-php/adodb: dekeyword ppc Signed-off-by: Arthur Zamarin gentoo.org> dev-php/adodb/adodb-5.22.2.ebuild | 2 +- dev-php/adodb/adodb-5.22.7.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/adodb/adodb-5.22.2.ebuild b/dev-php/adodb/adodb-5.22.2.ebuild index c97bda0f4f5d..03da43f67f75 100644 --- a/dev-php/adodb/adodb-5.22.2.ebuild +++ b/dev-php/adodb/adodb-5.22.2.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="BSD LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm ~hppa ppc64 sparc x86" # If you want to be picky, we should require that PHP be built with at # least one database driver enabled; otherwise adodb isn't going to be diff --git a/dev-php/adodb/adodb-5.22.7.ebuild b/dev-php/adodb/adodb-5.22.7.ebuild index 4fc23d6e1658..ac9e9d3ab242 100644 --- a/dev-php/adodb/adodb-5.22.7.ebuild +++ b/dev-php/adodb/adodb-5.22.7.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="BSD LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86" # If you want to be picky, we should require that PHP be built with at # least one database driver enabled; otherwise adodb isn't going to be