Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/vpopmail/
Date: Mon, 18 Feb 2019 21:30:19
Message-Id: 1550525394.e32903fe23f3508695d791c416a8439d1064e22f.grknight@gentoo
1 commit: e32903fe23f3508695d791c416a8439d1064e22f
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 18 21:27:43 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 18 21:29:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e32903fe
7
8 net-mail/vpopmail: Revbump to change dependencies
9
10 Do not depend on mariadb-connector-c[mysqlcompat] especially in a
11 an "OR" dependency. It is broken this way.
12
13 Bug: https://bugs.gentoo.org/666002
14 Package-Manager: Portage-2.3.61, Repoman-2.3.12
15 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
16
17 .../vpopmail/{vpopmail-5.4.33-r2.ebuild => vpopmail-5.4.33-r3.ebuild} | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/net-mail/vpopmail/vpopmail-5.4.33-r2.ebuild b/net-mail/vpopmail/vpopmail-5.4.33-r3.ebuild
21 similarity index 98%
22 rename from net-mail/vpopmail/vpopmail-5.4.33-r2.ebuild
23 rename to net-mail/vpopmail/vpopmail-5.4.33-r3.ebuild
24 index 244a0119098..11ed896e628 100644
25 --- a/net-mail/vpopmail/vpopmail-5.4.33-r2.ebuild
26 +++ b/net-mail/vpopmail/vpopmail-5.4.33-r3.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2018 Gentoo Foundation
29 +# Copyright 1999-2019 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=6
33 @@ -17,7 +17,7 @@ REQUIRED_USE="mysql? ( !postgres )"
34
35 DEPEND="virtual/qmail
36 maildrop? ( mail-filter/maildrop )
37 - mysql? ( || ( dev-db/mysql-connector-c dev-db/mariadb-connector-c[mysqlcompat] ) )
38 + mysql? ( dev-db/mysql-connector-c:0= )
39 postgres? ( dev-db/postgresql:=[server] )
40 spamassassin? ( mail-filter/spamassassin )"
41 RDEPEND="${DEPEND}"