commit:     5581ba127e4851021331f939f0a4d738d987dc02
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 20 22:40:23 2025 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Dec 20 23:15:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5581ba12

dev-php/pecl-redis: reorder $S for pkgcheck

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 dev-php/pecl-redis/pecl-redis-6.3.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-php/pecl-redis/pecl-redis-6.3.0.ebuild 
b/dev-php/pecl-redis/pecl-redis-6.3.0.ebuild
index ae229827b7d4..8e5979604591 100644
--- a/dev-php/pecl-redis/pecl-redis-6.3.0.ebuild
+++ b/dev-php/pecl-redis/pecl-redis-6.3.0.ebuild
@@ -13,6 +13,7 @@ PHP_EXT_S="${WORKDIR}/${MY_P}"
 inherit php-ext-pecl-r3
 
 DESCRIPTION="PHP extension for interfacing with Redis"
+S="${WORKDIR}/${MY_P}"
 LICENSE="PHP-3.01"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64"
@@ -29,8 +30,6 @@ RDEPEND="${DEPEND}
 # The test suite requires network access.
 RESTRICT=test
 
-S="${WORKDIR}/${MY_P}"
-
 src_configure() {
        local PHP_EXT_ECONF_ARGS=(
                --enable-redis

Reply via email to