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 C4103138346 for ; Sun, 5 Jan 2020 23:10:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6FC2E091D; Sun, 5 Jan 2020 23:10:31 +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 C6A4CE091D for ; Sun, 5 Jan 2020 23:10:31 +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 303C434DDEF for ; Sun, 5 Jan 2020 23:10:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 979F9A9 for ; Sun, 5 Jan 2020 23:10:28 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1578265801.12fb4227c33c6f39f99c838b2c36c6f44c3d7138.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/fetchmail/fetchmail-6.4.1-r2.ebuild net-mail/fetchmail/fetchmail-6.4.1-r3.ebuild X-VCS-Directories: net-mail/fetchmail/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 12fb4227c33c6f39f99c838b2c36c6f44c3d7138 X-VCS-Branch: master Date: Sun, 5 Jan 2020 23:10:28 +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: e90359d4-2be3-45b5-bacd-b721301ca035 X-Archives-Hash: 10dd5534bf4d5e24d44e97fc7e2505ac commit: 12fb4227c33c6f39f99c838b2c36c6f44c3d7138 Author: Bernard Cafarelli gentoo org> AuthorDate: Sun Jan 5 23:10:01 2020 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Sun Jan 5 23:10:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12fb4227 net-mail/fetchmail: actually add acct-user/fetchmail RDEP Closes: https://bugs.gentoo.org/704828 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Bernard Cafarelli gentoo.org> .../fetchmail/{fetchmail-6.4.1-r2.ebuild => fetchmail-6.4.1-r3.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mail/fetchmail/fetchmail-6.4.1-r2.ebuild b/net-mail/fetchmail/fetchmail-6.4.1-r3.ebuild similarity index 98% rename from net-mail/fetchmail/fetchmail-6.4.1-r2.ebuild rename to net-mail/fetchmail/fetchmail-6.4.1-r3.ebuild index dbdc7c7bfd5..f45d07587a6 100644 --- a/net-mail/fetchmail/fetchmail-6.4.1-r2.ebuild +++ b/net-mail/fetchmail/fetchmail-6.4.1-r3.ebuild @@ -17,7 +17,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="ssl nls kerberos tk socks libressl" REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )" -RDEPEND="ssl? ( +RDEPEND="acct-user/fetchmail + ssl? ( !libressl? ( >=dev-libs/openssl-1.0.2:= ) libressl? ( dev-libs/libressl:= ) )