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 478B1158094 for ; Fri, 22 Jul 2022 13:07:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51DB9E0AFC; Fri, 22 Jul 2022 13:07:21 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44ADDE0AFC for ; Fri, 22 Jul 2022 13:07:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EEE3340D06 for ; Fri, 22 Jul 2022 13:07:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5DC052B for ; Fri, 22 Jul 2022 13:07:15 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1658495223.a3be1b97452b7020668bbdfc49f4bc870f274fa2.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xapian-bindings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xapian-bindings/xapian-bindings-1.4.18-r1.ebuild dev-libs/xapian-bindings/xapian-bindings-1.4.19.ebuild X-VCS-Directories: dev-libs/xapian-bindings/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: a3be1b97452b7020668bbdfc49f4bc870f274fa2 X-VCS-Branch: master Date: Fri, 22 Jul 2022 13:07:15 +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: bd480e95-8514-4679-9015-0900fa26e965 X-Archives-Hash: b74a496967414becfb7e37a662b79eee commit: a3be1b97452b7020668bbdfc49f4bc870f274fa2 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Jul 22 13:07:03 2022 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Jul 22 13:07:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3be1b97 dev-libs/xapian-bindings: drop dep on PHP 7.2, 7.3 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Anthony G. Basile gentoo.org> dev-libs/xapian-bindings/xapian-bindings-1.4.18-r1.ebuild | 4 ++-- dev-libs/xapian-bindings/xapian-bindings-1.4.19.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.18-r1.ebuild b/dev-libs/xapian-bindings/xapian-bindings-1.4.18-r1.ebuild index c86a53c03216..5c0655965cf7 100644 --- a/dev-libs/xapian-bindings/xapian-bindings-1.4.18-r1.ebuild +++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.18-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ LUA_COMPAT=( lua5-{1..4} luajit ) PYTHON_COMPAT=( python3_{7,8,9} ) PYTHON_REQ_USE="threads(+)" -USE_PHP="php7-2 php7-3 php7-4" +USE_PHP="php7-4" PHP_EXT_NAME="xapian" PHP_EXT_INI="yes" diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.19.ebuild b/dev-libs/xapian-bindings/xapian-bindings-1.4.19.ebuild index a84e74c37607..551cc14289db 100644 --- a/dev-libs/xapian-bindings/xapian-bindings-1.4.19.ebuild +++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.19.ebuild @@ -8,7 +8,7 @@ LUA_COMPAT=( lua5-{1,3,4} luajit ) PYTHON_COMPAT=( python3_{7,8,9,10} ) PYTHON_REQ_USE="threads(+)" -USE_PHP="php7-3 php7-4 php8-0" +USE_PHP="php7-4 php8-0" PHP_EXT_NAME="xapian" PHP_EXT_INI="yes"