diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-03-19 10:20:26 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-03-19 10:25:23 +0000 |
commit | 7131191b36bb86374fb9f5191c9ba5d2fc2f45e1 (patch) | |
tree | 9b649fbf5ee35e42e8945c39c329ba74899c4183 /eclass/perl-functions.eclass | |
parent | sci-physics/herwig: fix bug 612906 (diff) | |
download | gentoo-7131191b36bb86374fb9f5191c9ba5d2fc2f45e1.tar.gz gentoo-7131191b36bb86374fb9f5191c9ba5d2fc2f45e1.tar.bz2 gentoo-7131191b36bb86374fb9f5191c9ba5d2fc2f45e1.zip |
Drop trailing whitespaces
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass/perl-functions.eclass')
-rw-r--r-- | eclass/perl-functions.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass index 4f6872500c20..81dcc0066dbd 100644 --- a/eclass/perl-functions.eclass +++ b/eclass/perl-functions.eclass @@ -29,10 +29,10 @@ perlinfo_done=false # @FUNCTION: perl_set_version # @USAGE: perl_set_version # @DESCRIPTION: -# Extract version information and installation paths from the current Perl -# interpreter. +# Extract version information and installation paths from the current Perl +# interpreter. # -# This sets the following variables: PERL_VERSION, SITE_ARCH, SITE_LIB, +# This sets the following variables: PERL_VERSION, SITE_ARCH, SITE_LIB, # ARCH_LIB, VENDOR_LIB, VENDOR_ARCH # # This function used to be called perlinfo as well. @@ -215,7 +215,7 @@ perl_rm_files() { # @USAGE: perl_link_duallife_scripts # @DESCRIPTION: # Moves files and generates symlinks so dual-life packages installing scripts do not -# lead to file collisions. Mainly for use in pkg_postinst and pkg_postrm, and makes +# lead to file collisions. Mainly for use in pkg_postinst and pkg_postrm, and makes # only sense for perl-core packages. perl_link_duallife_scripts() { debug-print-function $FUNCNAME "$@" |