From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1123142-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 7D5BF138334 for <garchives@archives.gentoo.org>; Sun, 17 Nov 2019 09:30:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B17A0E0897; Sun, 17 Nov 2019 09:30:43 +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 37B13E0897 for <gentoo-commits@lists.gentoo.org>; Sun, 17 Nov 2019 09:30:43 +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 4221E34CEF4 for <gentoo-commits@lists.gentoo.org>; Sun, 17 Nov 2019 09:30:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF44A8AB for <gentoo-commits@lists.gentoo.org>; Sun, 17 Nov 2019 09:30:39 +0000 (UTC) From: "Michał Górny" <mgorny@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, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1573983036.d45a0acb6acc504ba1f528074180f3b35b823db6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/vpopmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/vpopmail/vpopmail-5.4.33-r4.ebuild net-mail/vpopmail/vpopmail-5.4.33-r5.ebuild net-mail/vpopmail/vpopmail-5.4.33.ebuild X-VCS-Directories: net-mail/vpopmail/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d45a0acb6acc504ba1f528074180f3b35b823db6 X-VCS-Branch: master Date: Sun, 17 Nov 2019 09:30:39 +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: b756ddb9-3b5c-4743-8900-ed61cd1b21d9 X-Archives-Hash: d3d58396af20f3bb1e486ba823836d2b commit: d45a0acb6acc504ba1f528074180f3b35b823db6 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de> AuthorDate: Sun Nov 17 08:05:52 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Nov 17 09:30:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d45a0acb net-mail/vpopmail: also depend on acct-user/vpopmail Was left out by accident. Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de> Closes: https://github.com/gentoo/gentoo/pull/13450 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-mail/vpopmail/vpopmail-5.4.33-r4.ebuild | 1 + net-mail/vpopmail/vpopmail-5.4.33-r5.ebuild | 1 + net-mail/vpopmail/vpopmail-5.4.33.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/net-mail/vpopmail/vpopmail-5.4.33-r4.ebuild b/net-mail/vpopmail/vpopmail-5.4.33-r4.ebuild index fc5ea8ec421..6e9edf574f8 100644 --- a/net-mail/vpopmail/vpopmail-5.4.33-r4.ebuild +++ b/net-mail/vpopmail/vpopmail-5.4.33-r4.ebuild @@ -17,6 +17,7 @@ REQUIRED_USE="mysql? ( !postgres )" DEPEND=" acct-group/vpopmail + acct-user/vpopmail virtual/qmail maildrop? ( mail-filter/maildrop ) mysql? ( dev-db/mysql-connector-c:0= ) diff --git a/net-mail/vpopmail/vpopmail-5.4.33-r5.ebuild b/net-mail/vpopmail/vpopmail-5.4.33-r5.ebuild index 3b183346bb9..8041e162208 100644 --- a/net-mail/vpopmail/vpopmail-5.4.33-r5.ebuild +++ b/net-mail/vpopmail/vpopmail-5.4.33-r5.ebuild @@ -17,6 +17,7 @@ REQUIRED_USE="mysql? ( !postgres )" DEPEND=" acct-group/vpopmail + acct-user/vpopmail virtual/qmail maildrop? ( mail-filter/maildrop ) mysql? ( dev-db/mysql-connector-c:0= ) diff --git a/net-mail/vpopmail/vpopmail-5.4.33.ebuild b/net-mail/vpopmail/vpopmail-5.4.33.ebuild index e91114dbf41..a38b01a0082 100644 --- a/net-mail/vpopmail/vpopmail-5.4.33.ebuild +++ b/net-mail/vpopmail/vpopmail-5.4.33.ebuild @@ -16,6 +16,7 @@ IUSE="clearpasswd ipalias maildrop mysql spamassassin" DEPEND=" acct-group/vpopmail + acct-user/vpopmail virtual/qmail maildrop? ( mail-filter/maildrop ) mysql? ( virtual/mysql )