commit: 1d02a4824224eec3cc3bd3b21425ea17903419dd
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 26 01:53:19 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jul 26 01:53:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d02a482
sci-misc/tango: fix MissingSlotDep on dev-db/mariadb
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
sci-misc/tango/tango-9.2.5a.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-misc/tango/tango-9.2.5a.ebuild
b/sci-misc/tango/tango-9.2.5a.ebuild
index 5eadce1c4e6..5493a00e359 100644
--- a/sci-misc/tango/tango-9.2.5a.ebuild
+++ b/sci-misc/tango/tango-9.2.5a.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,9 +17,9 @@ DEPEND="
mariadb? ( dev-db/mariadb-connector-c )
!mariadb? ( dev-db/mysql-connector-c )
dbserver? (
- mariadb? ( dev-db/mariadb[server] )
- !mariadb? ( dev-db/mysql[server] )
- virtual/mysql[server] )
+ mariadb? ( dev-db/mariadb:*[server] )
+ !mariadb? ( >=virtual/mysql-5.6[server] )
+ )
java? ( virtual/jdk:* )
zeromq? ( net-libs/zeromq )
"