diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-06-07 19:13:20 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-06-07 19:13:20 +1200 |
commit | d2df0de2beb367c0b7eb3b724168743df2fcb3dc (patch) | |
tree | 4bd0c37c60e2803ca81ebcc890f3c59e0ad81b62 /dev-perl/ExtUtils-InstallPaths | |
parent | dev-perl/ExtUtils-Helpers: Fix leading whitespace in LICENSE (diff) | |
download | gentoo-d2df0de2beb367c0b7eb3b724168743df2fcb3dc.tar.gz gentoo-d2df0de2beb367c0b7eb3b724168743df2fcb3dc.tar.bz2 gentoo-d2df0de2beb367c0b7eb3b724168743df2fcb3dc.zip |
dev-perl/ExtUtils-InstallPaths: 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-InstallPaths')
-rw-r--r-- | dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild index 49b8272b5b57..8fe978ebb5b0 100644 --- a/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild +++ b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.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.010 inherit perl-module DESCRIPTION='Build.PL install path logic made easy' -LICENSE=" || ( Artistic GPL-2 )" +LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd" IUSE="test" |