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 E6CD7138359 for ; Sun, 26 Jul 2020 19:53:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C790E0391; Sun, 26 Jul 2020 19:53:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E7167E0391 for ; Sun, 26 Jul 2020 19:53:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B0D4F34F2E4 for ; Sun, 26 Jul 2020 19:53:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1EF4295 for ; Sun, 26 Jul 2020 19:53:21 +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: <1595793162.11b2ceeaa7745f9ed7839449728f9c88f793f4c0.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-HiRes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/DateTime-HiRes/DateTime-HiRes-0.30.0.ebuild X-VCS-Directories: dev-perl/DateTime-HiRes/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 11b2ceeaa7745f9ed7839449728f9c88f793f4c0 X-VCS-Branch: master Date: Sun, 26 Jul 2020 19:53:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 099c5910-76ea-44dc-a47f-00e114d881d4 X-Archives-Hash: b9164d608eaf24aaeb6ac5ef11f2130e commit: 11b2ceeaa7745f9ed7839449728f9c88f793f4c0 Author: Kent Fredric gentoo org> AuthorDate: Sun Jul 26 19:52:42 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Jul 26 19:52:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b2ceea dev-perl/DateTime-HiRes: Fix license Upstream changed the license, not even sure if this is permissible given it happened as the maintainership changed hands, but whatever. Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/DateTime-HiRes/DateTime-HiRes-0.30.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/DateTime-HiRes/DateTime-HiRes-0.30.0.ebuild b/dev-perl/DateTime-HiRes/DateTime-HiRes-0.30.0.ebuild index 4dc7acc51eb..66503ef468b 100644 --- a/dev-perl/DateTime-HiRes/DateTime-HiRes-0.30.0.ebuild +++ b/dev-perl/DateTime-HiRes/DateTime-HiRes-0.30.0.ebuild @@ -8,7 +8,7 @@ DIST_VERSION=0.03 inherit perl-module DESCRIPTION="Create DateTime objects with sub-second current time resolution" - +LICENSE="Artistic-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test"