diff options
author | David Seifert <soap@gentoo.org> | 2023-09-15 09:52:25 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-09-15 09:52:25 +0200 |
commit | c69a0af0cf446a84f0f7f4e40f766edb905c0412 (patch) | |
tree | d0ff169e86c6bed1e57b6c8d3fb3108673086848 /dev-php/pecl-ssh2 | |
parent | dev-lang/php: drop 7.4.33-r4, 7.4.33-r5, 7.4.33-r6 (diff) | |
download | gentoo-c69a0af0cf446a84f0f7f4e40f766edb905c0412.tar.gz gentoo-c69a0af0cf446a84f0f7f4e40f766edb905c0412.tar.bz2 gentoo-c69a0af0cf446a84f0f7f4e40f766edb905c0412.zip |
*/*: remove USE=php_targets_php7-4
Closes: https://github.com/gentoo/gentoo/pull/32762
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-php/pecl-ssh2')
-rw-r--r-- | dev-php/pecl-ssh2/pecl-ssh2-1.3.1-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-php/pecl-ssh2/pecl-ssh2-1.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/dev-php/pecl-ssh2/pecl-ssh2-1.3.1-r1.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-1.3.1-r1.ebuild index ffd7c7eca7bc..26fa81cc22ee 100644 --- a/dev-php/pecl-ssh2/pecl-ssh2-1.3.1-r1.ebuild +++ b/dev-php/pecl-ssh2/pecl-ssh2-1.3.1-r1.ebuild @@ -5,7 +5,7 @@ EAPI="8" PHP_EXT_NAME="ssh2" -USE_PHP="php7-4 php8-0 php8-1 php8-2" +USE_PHP="php8-0 php8-1 php8-2" inherit php-ext-pecl-r3 diff --git a/dev-php/pecl-ssh2/pecl-ssh2-1.3.1.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-1.3.1.ebuild index 096be1929032..e78e7a80d05a 100644 --- a/dev-php/pecl-ssh2/pecl-ssh2-1.3.1.ebuild +++ b/dev-php/pecl-ssh2/pecl-ssh2-1.3.1.ebuild @@ -5,12 +5,10 @@ EAPI="7" PHP_EXT_NAME="ssh2" -USE_PHP="php7-4 php8-0" +USE_PHP="php8-0" inherit php-ext-pecl-r3 -USE_PHP="php7-4 php8-0" - DESCRIPTION="PHP bindings for the libssh2 library" LICENSE="PHP-3.01" SLOT="7" diff --git a/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild index 8206375e6835..a4c8e36fc789 100644 --- a/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild +++ b/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild @@ -5,7 +5,7 @@ EAPI="8" PHP_EXT_NAME="ssh2" -USE_PHP="php7-4 php8-0 php8-1 php8-2" +USE_PHP="php8-0 php8-1 php8-2" EGIT_REPO_URI="https://github.com/php/pecl-networking-ssh2.git" inherit php-ext-source-r3 git-r3 |