diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-06-07 19:14:49 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-06-07 19:14:49 +1200 |
commit | 87ceb589610bb9ed38b8af55cce81278efee7a03 (patch) | |
tree | f3d6e0250cf50c6cba24142bca5daed76f95ba0c /perl-core/HTTP-Tiny | |
parent | dev-perl/ExtUtils-InstallPaths: Fix leading whitespace in LICENSE (diff) | |
download | gentoo-87ceb589610bb9ed38b8af55cce81278efee7a03.tar.gz gentoo-87ceb589610bb9ed38b8af55cce81278efee7a03.tar.bz2 gentoo-87ceb589610bb9ed38b8af55cce81278efee7a03.zip |
perl-core/HTTP-Tiny: Remove leading whitespace from LICENSE
Reported by gentooqa.levelnine.at
Package-Manager: Portage-2.3.29, Repoman-2.3.9
Diffstat (limited to 'perl-core/HTTP-Tiny')
-rw-r--r-- | perl-core/HTTP-Tiny/HTTP-Tiny-0.43.0.ebuild | 4 |
1 files 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 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" |