From e32903fe23f3508695d791c416a8439d1064e22f Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Mon, 18 Feb 2019 16:27:43 -0500 Subject: [PATCH] net-mail/vpopmail: Revbump to change dependencies Do not depend on mariadb-connector-c[mysqlcompat] especially in a an "OR" dependency. It is broken this way. Bug: https://bugs.gentoo.org/666002 Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Brian Evans --- .../{vpopmail-5.4.33-r2.ebuild => vpopmail-5.4.33-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename net-mail/vpopmail/{vpopmail-5.4.33-r2.ebuild => vpopmail-5.4.33-r3.ebuild} (98%) diff --git a/net-mail/vpopmail/vpopmail-5.4.33-r2.ebuild b/net-mail/vpopmail/vpopmail-5.4.33-r3.ebuild similarity index 98% rename from net-mail/vpopmail/vpopmail-5.4.33-r2.ebuild rename to net-mail/vpopmail/vpopmail-5.4.33-r3.ebuild index 244a01190981..11ed896e6283 100644 --- a/net-mail/vpopmail/vpopmail-5.4.33-r2.ebuild +++ b/net-mail/vpopmail/vpopmail-5.4.33-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ REQUIRED_USE="mysql? ( !postgres )" DEPEND="virtual/qmail maildrop? ( mail-filter/maildrop ) - mysql? ( || ( dev-db/mysql-connector-c dev-db/mariadb-connector-c[mysqlcompat] ) ) + mysql? ( dev-db/mysql-connector-c:0= ) postgres? ( dev-db/postgresql:=[server] ) spamassassin? ( mail-filter/spamassassin )" RDEPEND="${DEPEND}" -- 2.26.2