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 0366A1396D1 for ; Mon, 18 Sep 2017 13:03:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42ED11FC182; Mon, 18 Sep 2017 13:03:27 +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 253931FC1CE for ; Mon, 18 Sep 2017 13:03:27 +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 4ECDB340988 for ; Mon, 18 Sep 2017 13:03:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A17F3908B for ; Mon, 18 Sep 2017 13:03:22 +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: <1505738837.df7d40534a61d7323087a2c87b06533ab4b6c09c.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Mo/Mo-0.390.0.ebuild dev-perl/Mo/Mo-0.400.0.ebuild X-VCS-Directories: dev-perl/Mo/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: df7d40534a61d7323087a2c87b06533ab4b6c09c X-VCS-Branch: master Date: Mon, 18 Sep 2017 13:03:22 +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: 54473fcc-9982-4a6e-848a-a7ed12eeca4b X-Archives-Hash: a94e15f1816bb97ecb9248e868e363da commit: df7d40534a61d7323087a2c87b06533ab4b6c09c Author: Kent Fredric gentoo org> AuthorDate: Mon Sep 18 12:27:14 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Mon Sep 18 12:47:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7d4053 dev-perl/Mo: Fix ebuild.badheader Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-perl/Mo/Mo-0.390.0.ebuild | 3 ++- dev-perl/Mo/Mo-0.400.0.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-perl/Mo/Mo-0.390.0.ebuild b/dev-perl/Mo/Mo-0.390.0.ebuild index 9a5a5f05eb2..a0e82b8cb4f 100644 --- a/dev-perl/Mo/Mo-0.390.0.ebuild +++ b/dev-perl/Mo/Mo-0.390.0.ebuild @@ -1,5 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 + EAPI=5 MODULE_AUTHOR=INGY diff --git a/dev-perl/Mo/Mo-0.400.0.ebuild b/dev-perl/Mo/Mo-0.400.0.ebuild index 43d4b3591a3..58860a12fa3 100644 --- a/dev-perl/Mo/Mo-0.400.0.ebuild +++ b/dev-perl/Mo/Mo-0.400.0.ebuild @@ -1,5 +1,6 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 + EAPI=5 MODULE_AUTHOR=TINITA