commit:     bc21e78c036929dc64eaa71621f730eaad85bcec
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 18 18:41:42 2025 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Nov 18 20:10:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc21e78c

dev-php/PEAR-Console_Getopt: reorder $S for pkgcheck

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

 dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.3.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.3.ebuild 
b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.3.ebuild
index a0838dac8ead..c85b97ab463b 100644
--- a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.3.ebuild
+++ b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.3.ebuild
@@ -9,6 +9,7 @@ MY_P="${MY_PN}-${PV}"
 DESCRIPTION="Command-line option parser"
 HOMEPAGE="https://pear.php.net/package/Console_Getopt";
 SRC_URI="https://pear.php.net/get/${MY_P}.tgz";
+S="${WORKDIR}/${MY_P}"
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~hppa ppc64 ~riscv ~s390 ~sparc x86"
@@ -16,8 +17,6 @@ KEYWORDS="~alpha amd64 arm ~hppa ppc64 ~riscv ~s390 ~sparc 
x86"
 RDEPEND="dev-lang/php:*"
 PDEPEND="dev-php/PEAR-PEAR"
 
-S="${WORKDIR}/${MY_P}"
-
 src_install() {
        insinto /usr/share/php
        doins -r Console

Reply via email to