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 D97961582ED for ; Thu, 20 Jun 2024 17:53:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F3E1E2AA2; Thu, 20 Jun 2024 17:53:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 14724E2AA2 for ; Thu, 20 Jun 2024 17:53:37 +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 2697333BF29 for ; Thu, 20 Jun 2024 17:53:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B12081D47 for ; Thu, 20 Jun 2024 17:53:34 +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: <1718905995.dde74f2ba824cd1ab8aaccfcaaa7ea6310431c80.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Structures_Graph/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild X-VCS-Directories: dev-php/PEAR-Structures_Graph/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dde74f2ba824cd1ab8aaccfcaaa7ea6310431c80 X-VCS-Branch: master Date: Thu, 20 Jun 2024 17:53:34 +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: 700e83ff-ec3a-4c98-9cdf-3c2d3adc8327 X-Archives-Hash: 92025a74b3c177ad907f57537ea73e44 commit: dde74f2ba824cd1ab8aaccfcaaa7ea6310431c80 Author: Sam James gentoo org> AuthorDate: Thu Jun 20 17:53:15 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 20 17:53:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde74f2b dev-php/PEAR-Structures_Graph: Stabilize 1.2.0 x86, #934617 Signed-off-by: Sam James gentoo.org> dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild index 61e763f84c3c..d7d7e9534f49 100644 --- a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild +++ b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://pear.php.net/get/${MY_P}.tgz" S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~hppa ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm ~hppa ~ppc64 ~s390 ~sparc x86" RDEPEND="dev-lang/php:*" PDEPEND="dev-php/PEAR-PEAR"