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 710021382C5 for ; Sun, 11 Mar 2018 00:31:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8D77E086C; Sun, 11 Mar 2018 00:31:50 +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 85DA7E086C for ; Sun, 11 Mar 2018 00:31:50 +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 5D7C8335C06 for ; Sun, 11 Mar 2018 00:31:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA54B230 for ; Sun, 11 Mar 2018 00:31:47 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1520728297.ac82d8481c78009363312796b2d4a5b2f5d1f982.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/stow/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/stow/stow-2.2.2-r1.ebuild X-VCS-Directories: app-admin/stow/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ac82d8481c78009363312796b2d4a5b2f5d1f982 X-VCS-Branch: master Date: Sun, 11 Mar 2018 00:31:47 +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: dcbf4572-f20e-4d1e-84b5-65f3a395b6c4 X-Archives-Hash: 1dd996c89fd4ad7be989378537e04e07 commit: ac82d8481c78009363312796b2d4a5b2f5d1f982 Author: Matt Turner gentoo org> AuthorDate: Sun Mar 11 00:29:58 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Mar 11 00:31:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac82d848 app-admin/stow: Depend on dev-perl/IO-stringy for tests Closes: https://bugs.gentoo.org/623212 Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-admin/stow/stow-2.2.2-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-admin/stow/stow-2.2.2-r1.ebuild b/app-admin/stow/stow-2.2.2-r1.ebuild index d4c2355c595..0b5bca7840f 100644 --- a/app-admin/stow/stow-2.2.2-r1.ebuild +++ b/app-admin/stow/stow-2.2.2-r1.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 @@ -16,6 +16,7 @@ IUSE="test" DEPEND="dev-lang/perl test? ( + dev-perl/IO-stringy virtual/perl-Test-Harness dev-perl/Test-Output )"