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 D0C67158020 for ; Wed, 26 Oct 2022 19:56:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD2E3E09E2; Wed, 26 Oct 2022 19:56:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 96576E09E2 for ; Wed, 26 Oct 2022 19:56:55 +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 6ABD2340CD2 for ; Wed, 26 Oct 2022 19:56:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF2926DC for ; Wed, 26 Oct 2022 19:56:51 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1666813952.60d524f0dcdb5ffba5e2a8e5a27bdee3d1f0980b.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/igbinary/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/igbinary/igbinary-3.2.7.ebuild X-VCS-Directories: dev-php/igbinary/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 60d524f0dcdb5ffba5e2a8e5a27bdee3d1f0980b X-VCS-Branch: master Date: Wed, 26 Oct 2022 19:56:51 +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: 0ee05e75-40a4-412b-bee1-89409f974cdc X-Archives-Hash: 43ec0828b21b6af43e0104ede3ef7e2f commit: 60d524f0dcdb5ffba5e2a8e5a27bdee3d1f0980b Author: Conrad Kostecki gentoo org> AuthorDate: Sun Oct 23 21:05:52 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Oct 26 19:52:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d524f0 dev-php/igbinary: drop php7-3 support As php7-3 got dropped from tree, removing it. Signed-off-by: Conrad Kostecki gentoo.org> dev-php/igbinary/igbinary-3.2.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/igbinary/igbinary-3.2.7.ebuild b/dev-php/igbinary/igbinary-3.2.7.ebuild index 76c951c51966..e675bb47e592 100644 --- a/dev-php/igbinary/igbinary-3.2.7.ebuild +++ b/dev-php/igbinary/igbinary-3.2.7.ebuild @@ -8,7 +8,7 @@ PHP_EXT_ZENDEXT="no" DOCS=( CREDITS NEWS README.md ) PHP_EXT_ECONF_ARGS=( --enable-${PN} ) -USE_PHP="php7-3 php7-4 php8-0 php8-1" +USE_PHP="php7-4 php8-0 php8-1" inherit php-ext-source-r3