diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-06-07 19:10:19 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-06-07 19:10:19 +1200 |
commit | baa194bf056e350e5353e6322c19d6d915317dac (patch) | |
tree | 7c209b00ff4a7ce089854185b1f8070951695dfe /dev-perl/ExtUtils-Config | |
parent | dev-perl/Class-Mix: Fix leading whitespace in LICENSE (diff) | |
download | gentoo-baa194bf056e350e5353e6322c19d6d915317dac.tar.gz gentoo-baa194bf056e350e5353e6322c19d6d915317dac.tar.bz2 gentoo-baa194bf056e350e5353e6322c19d6d915317dac.zip |
dev-perl/ExtUtils-Config: Fix leading whitespace in LICENSE
Reported by gentooqa.levelnine.at
Package-Manager: Portage-2.3.29, Repoman-2.3.9
Diffstat (limited to 'dev-perl/ExtUtils-Config')
-rw-r--r-- | dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild index 36ba33d4d994..70b6593d2c10 100644 --- a/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild +++ b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ MODULE_VERSION=0.007 inherit perl-module DESCRIPTION='A wrapper for perl'\''s configuration' -LICENSE=" || ( Artistic GPL-2 )" +LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86" IUSE="test" |