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 2C956139694 for ; Fri, 30 Jun 2017 02:20:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 740EB214008; Fri, 30 Jun 2017 02:20:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F695214008 for ; Fri, 30 Jun 2017 02:20:12 +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 4493633FE74 for ; Fri, 30 Jun 2017 02:20:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31EE07487 for ; Fri, 30 Jun 2017 02:20:07 +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: <1498789192.15ef3c3d93d4cc134e5e14c68b8dd0db3e1676e7.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Sereal-Encoder/Sereal-Encoder-3.15.0.ebuild X-VCS-Directories: dev-perl/Sereal-Encoder/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 15ef3c3d93d4cc134e5e14c68b8dd0db3e1676e7 X-VCS-Branch: master Date: Fri, 30 Jun 2017 02:20:07 +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: e15fbbb0-83c9-4215-8379-ec435ffc0f2a X-Archives-Hash: 3a0f00b4ab1baeda34a3c3f11d52c5e1 commit: 15ef3c3d93d4cc134e5e14c68b8dd0db3e1676e7 Author: Kent Fredric gentoo org> AuthorDate: Fri Jun 30 02:19:52 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Jun 30 02:19:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ef3c3d dev-perl/Sereal-Encoder: Fix missing Test-LongString and Test-Deep deps Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-perl/Sereal-Encoder/Sereal-Encoder-3.15.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-3.15.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-3.15.0.ebuild index 33ccbd55fbe..5985eb6b568 100644 --- a/dev-perl/Sereal-Encoder/Sereal-Encoder-3.15.0.ebuild +++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-3.15.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -26,6 +26,8 @@ DEPEND="${RDEPEND} virtual/perl-Data-Dumper virtual/perl-File-Spec virtual/perl-Scalar-List-Utils + dev-perl/Test-Deep + dev-perl/Test-LongString >=virtual/perl-Test-Simple-0.880.0 dev-perl/Test-Warn )