From: Kent Fredric Date: Thu, 7 Jun 2018 07:14:49 +0000 (+1200) Subject: perl-core/HTTP-Tiny: Remove leading whitespace from LICENSE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=87ceb589610bb9ed38b8af55cce81278efee7a03;p=gentoo.git perl-core/HTTP-Tiny: Remove leading whitespace from LICENSE Reported by gentooqa.levelnine.at Package-Manager: Portage-2.3.29, Repoman-2.3.9 --- 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 546160297780..919a26e0035f 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"