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 827FB138334 for ; Mon, 7 Jan 2019 19:15:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CA02E0A01; Mon, 7 Jan 2019 19:15:58 +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 0E55DE0A01 for ; Mon, 7 Jan 2019 19:15:58 +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 E62DC335D25 for ; Mon, 7 Jan 2019 19:15:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD63A512 for ; Mon, 7 Jan 2019 19:15:53 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1546888533.c20a8e563c0ead57492111548dc039af38d3065f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/gld/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/gld/gld-1.7-r3.ebuild X-VCS-Directories: mail-filter/gld/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c20a8e563c0ead57492111548dc039af38d3065f X-VCS-Branch: master Date: Mon, 7 Jan 2019 19:15:53 +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: 715aa916-f3d2-483d-a7ad-c15e47d5c0ba X-Archives-Hash: d28b535b577a25735275f0cdb09fd970 commit: c20a8e563c0ead57492111548dc039af38d3065f Author: Lars Wendler gentoo org> AuthorDate: Mon Jan 7 18:19:21 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jan 7 19:15:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20a8e56 mail-filter/gld: Adjusted sub-slot dep on dev-libs/openssl Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> mail-filter/gld/gld-1.7-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-filter/gld/gld-1.7-r3.ebuild b/mail-filter/gld/gld-1.7-r3.ebuild index 24fe380c91f..90926c4222a 100644 --- a/mail-filter/gld/gld-1.7-r3.ebuild +++ b/mail-filter/gld/gld-1.7-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="libressl postgres" # Not adding a mysql USE flag. The package defaults to it, so we will too. DEPEND="sys-libs/zlib - !libressl? ( dev-libs/openssl:0 ) + !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) !postgres? ( virtual/mysql ) postgres? ( dev-db/postgresql:*[server] )"