Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/gld/
Date: Sun, 02 May 2021 19:19:25
Message-Id: 1619982569.61ba4129f751f845de552abf4e4959c144c974e5.zlogene@gentoo
1 commit: 61ba4129f751f845de552abf4e4959c144c974e5
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 19:09:29 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 19:09:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ba4129
7
8 mail-filter/gld: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 mail-filter/gld/gld-1.7-r4.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/mail-filter/gld/gld-1.7-r4.ebuild b/mail-filter/gld/gld-1.7-r4.ebuild
17 index fb79d9897fc..157778eaed6 100644
18 --- a/mail-filter/gld/gld-1.7-r4.ebuild
19 +++ b/mail-filter/gld/gld-1.7-r4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="7"
26 @@ -12,11 +12,10 @@ SRC_URI="http://www.gasmi.net/down/${P}.tgz"
27 LICENSE="GPL-2"
28 SLOT="0"
29 KEYWORDS="amd64 ppc x86"
30 -IUSE="libressl postgres"
31 +IUSE="postgres"
32 # Not adding a mysql USE flag. The package defaults to it, so we will too.
33 DEPEND="sys-libs/zlib
34 - !libressl? ( dev-libs/openssl:0= )
35 - libressl? ( dev-libs/libressl )
36 + dev-libs/openssl:0=
37 !postgres? ( dev-db/mysql-connector-c:0= )
38 postgres? ( dev-db/postgresql:*[server] )"
39 RDEPEND="${DEPEND}"