Skip to content

Commit

Permalink
dev-db/mysql-workbench: drop virtual/mysql dependency
Browse files Browse the repository at this point in the history
mysql-workbench uses mysql-connector-c++ to establish a connection with
the server. mysql_config is mentioned in a test unit file but tests are
not currently run.

Closes: https://bugs.gentoo.org/665860
Signed-off-by: Hans de Graaff <[email protected]>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
  • Loading branch information
graaff committed Oct 24, 2018
1 parent 445be25 commit 5fd21a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions dev-db/mysql-workbench/mysql-workbench-6.3.10.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand Down Expand Up @@ -38,7 +38,6 @@ CDEPEND="${PYTHON_DEPS}
>=dev-cpp/ctemplate-0.95
>=dev-libs/libxml2-2.6.2:2
dev-libs/libzip
>=virtual/mysql-5.6
dev-libs/libpcre[cxx]
>=sci-libs/gdal-1.11.1-r1[-mdb]
virtual/opengl
Expand Down
3 changes: 1 addition & 2 deletions dev-db/mysql-workbench/mysql-workbench-6.3.4-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand Down Expand Up @@ -38,7 +38,6 @@ CDEPEND="${PYTHON_DEPS}
>=dev-cpp/ctemplate-0.95
>=dev-libs/libxml2-2.6.2:2
dev-libs/libzip
>=virtual/mysql-5.1
dev-libs/libpcre[cxx]
>=sci-libs/gdal-1.11.1-r1[-mdb]
virtual/opengl
Expand Down
1 change: 0 additions & 1 deletion dev-db/mysql-workbench/mysql-workbench-8.0.13.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ CDEPEND="${PYTHON_DEPS}
>=dev-cpp/ctemplate-0.95
>=dev-libs/libxml2-2.6.2:2
dev-libs/libzip
>=virtual/mysql-5.6
dev-libs/libpcre[cxx]
>=sci-libs/gdal-1.11.1-r1[-mdb]
virtual/opengl
Expand Down

0 comments on commit 5fd21a2

Please sign in to comment.