repo/gentoo:master commit in: eclass/
"Sam James" <[email protected]> Tue, 04 Aug 2026 19:58:22 +0000 (UTC)
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785873488.fb6aa2789b46216ba39d1b138778cb2f96a42d21.sam@gentoo> |
commit: fb6aa2789b46216ba39d1b138778cb2f96a42d21
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 4 19:58:08 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 4 19:58:08 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb6aa278
perl-module.eclass: fix indentation
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/perl-module.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index 6acaa108cd26..f5a2d71e1e8b 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: perl-module.eclass
@@ -265,7 +265,7 @@ perl-module_src_configure() {
# https://metacpan.org/pod/CPAN::API::BuildPL#Command-Line-Options
set -- \
--installdirs=vendor \
- --create_packlist=1 \
+ --create_packlist=1 \
--verbose \
--prefix "${EPREFIX}"/usr \
--config ar="$(tc-getAR)" \