Diff scrypt-2.0.0 with a scrypt-9999

/usr/portage/dev-php/scrypt/scrypt-9999.ebuild 2025-07-29 16:22:13.220450735 +0300
4 4
EAPI=8
5 5

  
6 6
PHP_EXT_ECONF_ARGS="--enable-scrypt"
7
USE_PHP="php8-2"
7
USE_PHP="php8-2 php8-3 php8-4"
8
EGIT_REPO_URI="https://github.com/DomBlack/php-scrypt.git"
8 9

  
9
inherit php-ext-pecl-r3
10
inherit git-r3 php-ext-pecl-r3
10 11

  
11 12
DESCRIPTION="A PHP wrapper for the scrypt hashing algorithm"
13
SRC_URI=""
12 14

  
13 15
LICENSE="BSD-2"
14 16
SLOT="0"
15
KEYWORDS="~amd64 ~x86"
16
IUSE=""
17 17

  
18 18
DEPEND="dev-util/re2c"
Thank you!