Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/gld/
Date: Mon, 07 Jan 2019 19:15:59
Message-Id: 1546888533.c20a8e563c0ead57492111548dc039af38d3065f.polynomial-c@gentoo
1 commit: c20a8e563c0ead57492111548dc039af38d3065f
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 7 18:19:21 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 7 19:15:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20a8e56
7
8 mail-filter/gld: Adjusted sub-slot dep on dev-libs/openssl
9
10 Package-Manager: Portage-2.3.54, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 mail-filter/gld/gld-1.7-r3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/mail-filter/gld/gld-1.7-r3.ebuild b/mail-filter/gld/gld-1.7-r3.ebuild
17 index 24fe380c91f..90926c4222a 100644
18 --- a/mail-filter/gld/gld-1.7-r3.ebuild
19 +++ b/mail-filter/gld/gld-1.7-r3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86"
27 IUSE="libressl postgres"
28 # Not adding a mysql USE flag. The package defaults to it, so we will too.
29 DEPEND="sys-libs/zlib
30 - !libressl? ( dev-libs/openssl:0 )
31 + !libressl? ( dev-libs/openssl:0= )
32 libressl? ( dev-libs/libressl )
33 !postgres? ( virtual/mysql )
34 postgres? ( dev-db/postgresql:*[server] )"