From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1114827-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 746D8138334
	for <garchives@archives.gentoo.org>; Mon,  7 Oct 2019 05:20:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AC2F8E07FA;
	Mon,  7 Oct 2019 05:20:38 +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 915CEE07FA
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Oct 2019 05:20:38 +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 49F2C34B9FA
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Oct 2019 05:20:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 422B1825
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Oct 2019 05:20:35 +0000 (UTC)
From: "Joonas Niilola" <juippis@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, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1570425583.c1bf2a50b3fbdce3c5cf4d8267e20b7be0e2386e.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/dot-forward/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-mail/dot-forward/dot-forward-0.71-r3.ebuild
X-VCS-Directories: net-mail/dot-forward/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: c1bf2a50b3fbdce3c5cf4d8267e20b7be0e2386e
X-VCS-Branch: master
Date: Mon,  7 Oct 2019 05:20:35 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 5c52d709-fdeb-4a3a-b9d2-e93856271f02
X-Archives-Hash: f97ec3c83408379f3d5d25d2433fab2d

commit:     c1bf2a50b3fbdce3c5cf4d8267e20b7be0e2386e
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Fri Oct  4 21:09:17 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 05:19:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1bf2a50

net-mail/dot-forward: add back missing dependency

The qmail eclass is also needed for qmail_set_cc.

Broken in 59c843408f8d826c0a698bd24747deaeaad35734

Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Closes: https://github.com/gentoo/gentoo/pull/13144
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-mail/dot-forward/dot-forward-0.71-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/dot-forward/dot-forward-0.71-r3.ebuild b/net-mail/dot-forward/dot-forward-0.71-r3.ebuild
index 89f0a60f2ae..3ce0bf4dd66 100644
--- a/net-mail/dot-forward/dot-forward-0.71-r3.ebuild
+++ b/net-mail/dot-forward/dot-forward-0.71-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=0
 
-inherit eutils fixheadtails
+inherit eutils fixheadtails qmail
 
 DESCRIPTION="reads sendmail's .forward files under qmail"
 HOMEPAGE="http://cr.yp.to/dot-forward.html"