commit:     e02d7b31a8ebbd07b2669b6a6967a8e84c496655
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 20:26:23 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 20:27:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02d7b31

dev-db/mysql-workbench: fix bug 572896

Make sure to depend on libpcre[cxx] since mysql-workbench
requires the C++ bindings to libpcre.

Thanks to Philipp Ammann in bug 572896 for diagnosing the
problem and providing a patch.

Package-Manager: portage-2.2.26

 dev-db/mysql-workbench/mysql-workbench-6.3.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysql-workbench/mysql-workbench-6.3.4-r2.ebuild 
b/dev-db/mysql-workbench/mysql-workbench-6.3.4-r2.ebuild
index c3d9983..60f80e7 100644
--- a/dev-db/mysql-workbench/mysql-workbench-6.3.4-r2.ebuild
+++ b/dev-db/mysql-workbench/mysql-workbench-6.3.4-r2.ebuild
@@ -41,7 +41,7 @@ CDEPEND="${PYTHON_DEPS}
                >=dev-libs/libxml2-2.6.2:2
                dev-libs/libzip
                >=virtual/mysql-5.1
-               dev-libs/libpcre
+               dev-libs/libpcre[cxx]
                >=sci-libs/gdal-1.11.1-r1[-mdb]
                virtual/opengl
                >=dev-lang/lua-5.1:0[deprecated]

Reply via email to