commit:     5c610347649bd6012cff58b20aa72481afb7a202
Author:     Anthony Ryan <anthonyryan1 <AT> gmail <DOT> com>
AuthorDate: Sat Feb 14 22:56:10 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 15 14:10:21 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c610347

dev-php/scrypt: PHP_TARGETS="php8-5", fix git ebuild for pkgcheck

Signed-off-by: Anthony Ryan <anthonyryan1 <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44906
Closes: https://github.com/gentoo/gentoo/pull/44906
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-php/scrypt/scrypt-2.0.1.ebuild | 4 ++--
 dev-php/scrypt/scrypt-9999.ebuild  | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-php/scrypt/scrypt-2.0.1.ebuild 
b/dev-php/scrypt/scrypt-2.0.1.ebuild
index 0467a41429b1..75c77b029864 100644
--- a/dev-php/scrypt/scrypt-2.0.1.ebuild
+++ b/dev-php/scrypt/scrypt-2.0.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 PHP_EXT_ECONF_ARGS="--enable-scrypt"
-USE_PHP="php8-2 php8-3 php8-4"
+USE_PHP="php8-2 php8-3 php8-4 php8-5"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/scrypt/scrypt-9999.ebuild 
b/dev-php/scrypt/scrypt-9999.ebuild
index b3c3b458bdfd..592fbeb539f5 100644
--- a/dev-php/scrypt/scrypt-9999.ebuild
+++ b/dev-php/scrypt/scrypt-9999.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 PHP_EXT_ECONF_ARGS="--enable-scrypt"
-USE_PHP="php8-2 php8-3 php8-4"
+USE_PHP="php8-2 php8-3 php8-4 php8-5"
 EGIT_REPO_URI="https://github.com/DomBlack/php-scrypt.git";
 
 inherit git-r3 php-ext-pecl-r3
 
 DESCRIPTION="A PHP wrapper for the scrypt hashing algorithm"
-SRC_URI=""
+unset SRC_URI
 
 LICENSE="BSD-2"
 SLOT="0"

Reply via email to