dev-perl/ExtUtils-InstallPaths: Fix leading whitespace in LICENSE
authorKent Fredric <kentnl@gentoo.org>
Thu, 7 Jun 2018 07:13:20 +0000 (19:13 +1200)
committerKent Fredric <kentnl@gentoo.org>
Thu, 7 Jun 2018 07:13:20 +0000 (19:13 +1200)
Reported by gentooqa.levelnine.at

Package-Manager: Portage-2.3.29, Repoman-2.3.9

dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild

index 49b8272b5b57d5fa98ee713eb8fb5a56655f148c..8fe978ebb5b0aa9c35e6313836016df20e9ab0a6 100644 (file)
@@ -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"