From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66DEA138334 for ; Thu, 7 Jun 2018 07:15:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19074E0BC5; Thu, 7 Jun 2018 07:15:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7616E0BC5 for ; Thu, 7 Jun 2018 07:15:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6EA67335C90 for ; Thu, 7 Jun 2018 07:15:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5FA02C3 for ; Thu, 7 Jun 2018 07:15:05 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1528355300.d5559b3387ec36487ed2b2c5bd3a3119772ac475.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Mix/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Class-Mix/Class-Mix-0.6.0.ebuild X-VCS-Directories: dev-perl/Class-Mix/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: d5559b3387ec36487ed2b2c5bd3a3119772ac475 X-VCS-Branch: master Date: Thu, 7 Jun 2018 07:15:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e4d2533c-4c71-46ef-ad1e-492c4c82b292 X-Archives-Hash: 914a83db245abbfb73d6356da01651ac commit: d5559b3387ec36487ed2b2c5bd3a3119772ac475 Author: Kent Fredric gentoo org> AuthorDate: Thu Jun 7 07:08:20 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Jun 7 07:08:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5559b33 dev-perl/Class-Mix: Fix leading whitespace in LICENSE Reported by gentooqa.levelnine.at Package-Manager: Portage-2.3.29, Repoman-2.3.9 dev-perl/Class-Mix/Class-Mix-0.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Class-Mix/Class-Mix-0.6.0.ebuild b/dev-perl/Class-Mix/Class-Mix-0.6.0.ebuild index 8f091ee4c59..90251d52d28 100644 --- a/dev-perl/Class-Mix/Class-Mix-0.6.0.ebuild +++ b/dev-perl/Class-Mix/Class-Mix-0.6.0.ebuild @@ -7,7 +7,7 @@ DIST_VERSION=0.006 inherit perl-module DESCRIPTION="dynamic class mixing" -LICENSE=" || ( Artistic GPL-2 )" +LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="amd64" IUSE="test"