commit:     ad497426a6ab6c22cd1709b20de23f929f17455a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 16:55:47 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 10 17:27:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad497426

dev-lang/perl: sort toolchain vars

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-lang/perl/perl-5.38.2-r2.ebuild | 4 ++--
 dev-lang/perl/perl-5.38.2-r3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lang/perl/perl-5.38.2-r2.ebuild 
b/dev-lang/perl/perl-5.38.2-r2.ebuild
index 29d9fb34d478..a6120f17e34e 100644
--- a/dev-lang/perl/perl-5.38.2-r2.ebuild
+++ b/dev-lang/perl/perl-5.38.2-r2.ebuild
@@ -683,10 +683,10 @@ src_configure() {
        myconf \
                -Duseshrplib \
                -Darchname="${myarch}" \
-               -Dcc="$(tc-getCC)" \
                -Dar="$(tc-getAR)" \
-               -Dnm="$(tc-getNM)" \
+               -Dcc="$(tc-getCC)" \
                -Dcpp="$(tc-getCPP)" \
+               -Dnm="$(tc-getNM)" \
                -Dranlib="$(tc-getRANLIB)" \
                -Accflags="${CFLAGS} -DNO_PERL_RAND_SEED" \
                -Doptimize="${CFLAGS}" \

diff --git a/dev-lang/perl/perl-5.38.2-r3.ebuild 
b/dev-lang/perl/perl-5.38.2-r3.ebuild
index fddc6f527038..025d3b8ae213 100644
--- a/dev-lang/perl/perl-5.38.2-r3.ebuild
+++ b/dev-lang/perl/perl-5.38.2-r3.ebuild
@@ -713,10 +713,10 @@ src_configure() {
        myconf \
                -Duseshrplib \
                -Darchname="${myarch}" \
-               -Dcc="$(tc-getCC)" \
                -Dar="$(tc-getAR)" \
-               -Dnm="$(tc-getNM)" \
+               -Dcc="$(tc-getCC)" \
                -Dcpp="$(tc-getCPP)" \
+               -Dnm="$(tc-getNM)" \
                -Dranlib="$(tc-getRANLIB)" \
                -Accflags="${CFLAGS} -DNO_PERL_RAND_SEED" \
                -Doptimize="${CFLAGS}" \

Reply via email to