From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-976229-garchives=archives.gentoo.org@lists.gentoo.org>
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 EAE831396D1
	for <garchives@archives.gentoo.org>; Mon,  2 Oct 2017 16:32:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 32E3F2BC00C;
	Mon,  2 Oct 2017 16:32:09 +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 13CEE2BC00C
	for <gentoo-commits@lists.gentoo.org>; Mon,  2 Oct 2017 16:32:08 +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 BE77634186D
	for <gentoo-commits@lists.gentoo.org>; Mon,  2 Oct 2017 16:32:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C7F38F66
	for <gentoo-commits@lists.gentoo.org>; Mon,  2 Oct 2017 16:32:06 +0000 (UTC)
From: "Kent Fredric" <kentnl@gentoo.org>
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" <kentnl@gentoo.org>
Message-ID: <1506961916.5ec57fd1112bc7acdba4af21d1531fd205e5152f.kentnl@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-TNEF/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/Convert-TNEF/Convert-TNEF-0.180.0-r1.ebuild
X-VCS-Directories: dev-perl/Convert-TNEF/
X-VCS-Committer: kentnl
X-VCS-Committer-Name: Kent Fredric
X-VCS-Revision: 5ec57fd1112bc7acdba4af21d1531fd205e5152f
X-VCS-Branch: master
Date: Mon,  2 Oct 2017 16:32:06 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: fc2e1f50-ae8d-481b-a049-5ddaeef8a655
X-Archives-Hash: c10aa1a2508414e6e0b1e939db486e16

commit:     5ec57fd1112bc7acdba4af21d1531fd205e5152f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  2 16:28:51 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Oct  2 16:31:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec57fd1

dev-perl/Convert-TNEF: Fix missing dep on dev-perl/IO-stringy

Closes: https://bugs.gentoo.org/631424
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Convert-TNEF/Convert-TNEF-0.180.0-r1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Convert-TNEF/Convert-TNEF-0.180.0-r1.ebuild b/dev-perl/Convert-TNEF/Convert-TNEF-0.180.0-r1.ebuild
index 5d328cbc9e1..3711026a2f2 100644
--- a/dev-perl/Convert-TNEF/Convert-TNEF-0.180.0-r1.ebuild
+++ b/dev-perl/Convert-TNEF/Convert-TNEF-0.180.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,9 @@ SLOT="0"
 KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
 IUSE=""
 
-RDEPEND="dev-perl/MIME-tools"
+RDEPEND="dev-perl/MIME-tools
+	dev-perl/IO-stringy
+"
 DEPEND="${RDEPEND}"
 
 SRC_TEST=do