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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9DF6C1382C5 for ; Mon, 11 Jan 2021 16:23:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8F27E08F3; Mon, 11 Jan 2021 16:23:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F3E4E08F1 for ; Mon, 11 Jan 2021 16:23:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 287A9340F95 for ; Mon, 11 Jan 2021 16:23:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87AB946B for ; Mon, 11 Jan 2021 16:23:04 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1610382181.a1b77a43fec21bdfebcd5b126bbe36f3c6acb1ac.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-ssh2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild X-VCS-Directories: dev-php/pecl-ssh2/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: a1b77a43fec21bdfebcd5b126bbe36f3c6acb1ac X-VCS-Branch: master Date: Mon, 11 Jan 2021 16:23:04 +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: 37920edd-a813-4c4c-bd9c-bb22d0f44b2b X-Archives-Hash: 38a1942fed903b989d1d0208ad71d33f commit: a1b77a43fec21bdfebcd5b126bbe36f3c6acb1ac Author: Brian Evans gentoo org> AuthorDate: Mon Jan 11 16:22:26 2021 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Jan 11 16:23:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b77a43 dev-php/pecl-ssh2: Add 8.0 to live ebuild Signed-off-by: Brian Evans gentoo.org> dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild index bbaca4c60d0..3d6ba5b1e14 100644 --- a/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild +++ b/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" PHP_EXT_NAME="ssh2" -USE_PHP="php7-2 php7-3 php7-4" +USE_PHP="php7-3 php7-4 php8-0" EGIT_REPO_URI="https://git.php.net/repository/pecl/networking/ssh2.git" inherit php-ext-source-r3 git-r3