summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-07-26 03:53:19 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-07-26 03:53:19 +0200
commit1d02a4824224eec3cc3bd3b21425ea17903419dd (patch)
tree86adabcbedfc547de5785aba3fc99beb12fc1f92
parentsys-cluster/slurm: fix MissingSlotDep on dev-db/{mariadb,mysql} (diff)
downloadgentoo-1d02a4824224eec3cc3bd3b21425ea17903419dd.tar.gz
gentoo-1d02a4824224eec3cc3bd3b21425ea17903419dd.tar.bz2
gentoo-1d02a4824224eec3cc3bd3b21425ea17903419dd.zip
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@gentoo.org>
-rw-r--r--sci-misc/tango/tango-9.2.5a.ebuild8
1 files 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 5eadce1c4e6b..5493a00e359d 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 )
"