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 B74101382C5 for ; Thu, 22 Feb 2018 11:53:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21479E0875; Thu, 22 Feb 2018 11:53:30 +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 0395FE0875 for ; Thu, 22 Feb 2018 11:53:29 +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 3D88B335C31 for ; Thu, 22 Feb 2018 11:53:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C46791A3 for ; Thu, 22 Feb 2018 11:53:27 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1519300393.3e99d76e4bed9e7098f9538c39ff05f63861abd8.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lab-Measurement/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild X-VCS-Directories: dev-perl/Lab-Measurement/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 3e99d76e4bed9e7098f9538c39ff05f63861abd8 X-VCS-Branch: master Date: Thu, 22 Feb 2018 11:53:27 +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: 30070343-618d-4e49-8651-8d37aef6ffdf X-Archives-Hash: 6fd20980d2dea75401df0af6cfbe43c3 commit: 3e99d76e4bed9e7098f9538c39ff05f63861abd8 Author: Andreas K. Huettel gentoo org> AuthorDate: Thu Feb 22 11:52:49 2018 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Thu Feb 22 11:53:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e99d76e dev-perl/Lab-Measurement: Add missing dependency Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild b/dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild index 6f68ebe8c07..9f57ceaba96 100644 --- a/dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild +++ b/dev-perl/Lab-Measurement/Lab-Measurement-9999.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=6 @@ -46,6 +46,7 @@ RDEPEND=" >=virtual/perl-Module-Load-0.260.0 >=dev-perl/Moose-2.121.300 >=dev-perl/MooseX-Params-Validate-0.180.0 + dev-perl/MooseX-StrictConstructor >=dev-perl/PDL-2.7.0 dev-perl/PDL-Graphics-Gnuplot >=dev-perl/Role-Tiny-1.3.4