diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-06-07 19:12:05 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-06-07 19:12:05 +1200 |
commit | d60e0faf6ec1989dcd27efebc5f36020e443f75e (patch) | |
tree | d89eceef4549c969e9cbef7e051d42786c5296db /dev-perl/ExtUtils-Helpers | |
parent | dev-perl/ExtUtils-Config: Fix leading whitespace in LICENSE (diff) | |
download | gentoo-d60e0faf6ec1989dcd27efebc5f36020e443f75e.tar.gz gentoo-d60e0faf6ec1989dcd27efebc5f36020e443f75e.tar.bz2 gentoo-d60e0faf6ec1989dcd27efebc5f36020e443f75e.zip |
dev-perl/ExtUtils-Helpers: 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-Helpers')
-rw-r--r-- | dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild b/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild index e2fd04178a7c..9adb4a1791a2 100644 --- a/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild +++ b/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.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.022 inherit perl-module DESCRIPTION='Various portability utilities for module builders' -LICENSE=" || ( Artistic GPL-2 )" +LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd" IUSE="test" |