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 26594138334 for ; Sat, 21 Sep 2019 14:49:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AD02E08F4; Sat, 21 Sep 2019 14:49:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 45F5EE08F4 for ; Sat, 21 Sep 2019 14:49:30 +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 D567C34B46F for ; Sat, 21 Sep 2019 14:49:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5C2E7F7 for ; Sat, 21 Sep 2019 14:49:26 +0000 (UTC) From: "Joonas Niilola" 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" Message-ID: <1569077347.bd8859ca34b9bdef50f306268c25b0c1ad9370ba.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/netqmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/netqmail/netqmail-1.06-r2.ebuild mail-mta/netqmail/netqmail-1.06-r4.ebuild mail-mta/netqmail/netqmail-1.06-r6.ebuild X-VCS-Directories: mail-mta/netqmail/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: bd8859ca34b9bdef50f306268c25b0c1ad9370ba X-VCS-Branch: master Date: Sat, 21 Sep 2019 14:49:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 090955ac-08e8-4148-88e9-7438c7152462 X-Archives-Hash: 8a1f834601ed69b2cc2e6c0953a32751 commit: bd8859ca34b9bdef50f306268c25b0c1ad9370ba Author: Rolf Eike Beer sf-mail de> AuthorDate: Sun Sep 8 19:37:38 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Sep 21 14:49:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8859ca mail-mta/netqmail: depend on groups from acct-group Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Joonas Niilola gentoo.org> mail-mta/netqmail/netqmail-1.06-r2.ebuild | 2 ++ mail-mta/netqmail/netqmail-1.06-r4.ebuild | 2 ++ mail-mta/netqmail/netqmail-1.06-r6.ebuild | 2 ++ 3 files changed, 6 insertions(+) diff --git a/mail-mta/netqmail/netqmail-1.06-r2.ebuild b/mail-mta/netqmail/netqmail-1.06-r2.ebuild index 076e9266515..46b3fd42be7 100644 --- a/mail-mta/netqmail/netqmail-1.06-r2.ebuild +++ b/mail-mta/netqmail/netqmail-1.06-r2.ebuild @@ -43,6 +43,8 @@ RESTRICT="test" DEPEND=" !mail-mta/qmail + acct-group/nofiles + acct-group/qmail net-mail/queue-repair ssl? ( dev-libs/openssl:0= ) sys-apps/groff diff --git a/mail-mta/netqmail/netqmail-1.06-r4.ebuild b/mail-mta/netqmail/netqmail-1.06-r4.ebuild index aa64d3d57d5..94f87db2055 100644 --- a/mail-mta/netqmail/netqmail-1.06-r4.ebuild +++ b/mail-mta/netqmail/netqmail-1.06-r4.ebuild @@ -43,6 +43,8 @@ RESTRICT="test" DEPEND=" !mail-mta/qmail + acct-group/nofiles + acct-group/qmail net-mail/queue-repair ssl? ( !libressl? ( dev-libs/openssl:0= ) diff --git a/mail-mta/netqmail/netqmail-1.06-r6.ebuild b/mail-mta/netqmail/netqmail-1.06-r6.ebuild index ccdc0866b46..5e427e137a6 100644 --- a/mail-mta/netqmail/netqmail-1.06-r6.ebuild +++ b/mail-mta/netqmail/netqmail-1.06-r6.ebuild @@ -48,6 +48,8 @@ RESTRICT="test" DEPEND=" !mail-mta/qmail + acct-group/nofiles + acct-group/qmail net-mail/queue-repair ssl? ( !libressl? ( >=dev-libs/openssl-1.1:0= )