commit: 87ceb589610bb9ed38b8af55cce81278efee7a03 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Thu Jun 7 07:14:49 2018 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Thu Jun 7 07:14:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ceb589
perl-core/HTTP-Tiny: Remove leading whitespace from LICENSE Reported by gentooqa.levelnine.at Package-Manager: Portage-2.3.29, Repoman-2.3.9 perl-core/HTTP-Tiny/HTTP-Tiny-0.43.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-core/HTTP-Tiny/HTTP-Tiny-0.43.0.ebuild b/perl-core/HTTP-Tiny/HTTP-Tiny-0.43.0.ebuild index 54616029778..919a26e0035 100644 --- a/perl-core/HTTP-Tiny/HTTP-Tiny-0.43.0.ebuild +++ b/perl-core/HTTP-Tiny/HTTP-Tiny-0.43.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.043 inherit perl-module DESCRIPTION='A small, simple, correct HTTP/1.1 client' -LICENSE=" || ( Artistic GPL-2 )" +LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="" IUSE="test"