perl-core/HTTP-Tiny: Remove leading whitespace from LICENSE
authorKent Fredric <kentnl@gentoo.org>
Thu, 7 Jun 2018 07:14:49 +0000 (19:14 +1200)
committerKent Fredric <kentnl@gentoo.org>
Thu, 7 Jun 2018 07:14:49 +0000 (19:14 +1200)
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

index 546160297780b9b20d7597281ea3f2f6ff93004b..919a26e0035fddd459f1455f01c134a657b69921 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.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"