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 42386158015 for ; Thu, 28 Dec 2023 02:00:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6BC02BC014; Thu, 28 Dec 2023 02:00:43 +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 B609E2BC020 for ; Thu, 28 Dec 2023 02:00:43 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADBDC335DCC for ; Thu, 28 Dec 2023 02:00:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2125114B5 for ; Thu, 28 Dec 2023 02:00:41 +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: <1703728284.2a7e5d64ecbdbfe14face06bf9a0570bd4b5ee7c.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-memcache/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-memcache/pecl-memcache-8.0-r1.ebuild X-VCS-Directories: dev-php/pecl-memcache/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 2a7e5d64ecbdbfe14face06bf9a0570bd4b5ee7c X-VCS-Branch: master Date: Thu, 28 Dec 2023 02:00:41 +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: 4fad8c63-0e41-440d-bdfb-8938ef236e0c X-Archives-Hash: 9609363211437c7b9e3f62c67a5636e4 commit: 2a7e5d64ecbdbfe14face06bf9a0570bd4b5ee7c Author: Conrad Kostecki gentoo org> AuthorDate: Thu Dec 28 01:51:24 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Dec 28 01:51:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7e5d64 dev-php/pecl-memcache: drop php8-0 Signed-off-by: Conrad Kostecki gentoo.org> dev-php/pecl-memcache/pecl-memcache-8.0-r1.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-php/pecl-memcache/pecl-memcache-8.0-r1.ebuild b/dev-php/pecl-memcache/pecl-memcache-8.0-r1.ebuild index dd2db9d8a731..fad568565135 100644 --- a/dev-php/pecl-memcache/pecl-memcache-8.0-r1.ebuild +++ b/dev-php/pecl-memcache/pecl-memcache-8.0-r1.ebuild @@ -9,7 +9,7 @@ PHP_EXT_NEEDED_USE="session(-)?" DOCS=( README example.php ) HTML_DOCS=( memcache.php ) -USE_PHP="php8-0 php8-1" +USE_PHP="php8-1" inherit php-ext-pecl-r3 @@ -20,10 +20,7 @@ LICENSE="PHP-3" SLOT="8" IUSE="+session" -DEPEND=" - php_targets_php8-0? ( sys-libs/zlib ) - php_targets_php8-1? ( sys-libs/zlib ) -" +DEPEND="php_targets_php8-1? ( sys-libs/zlib )" RDEPEND="${DEPEND}" # The test suite requires memcached to be running.