commit:     22aaf07c54aed507a6cb463504764b090a174e1b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 20:57:30 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 20:57:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22aaf07c

dev-db/mysql-workbench: remove antlr dependency, bug 570600

It turns out that this dependency is not actually needed and
we also don't need to download the antlr files as we did in
previous revisions. See bug 570600 for an analysis by Chewi.

Package-Manager: portage-2.2.26

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

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 fa6ed5e..4e4b22d 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
@@ -62,7 +62,6 @@ RDEPEND="${CDEPEND}
                >=sys-apps/net-tools-1.60_p20120127084908"
 
 DEPEND="${CDEPEND}
-               dev-java/antlr:3.5
                dev-lang/swig
                virtual/jre
                virtual/pkgconfig"
@@ -100,7 +99,7 @@ src_configure() {
                -DPYTHON_INCLUDE_DIR="$(python_get_includedir)"
                -DPYTHON_LIBRARY="$(python_get_library_path)"
        )
-       ANTLR_JAR_PATH="/usr/share/antlr-3.5/antlr-runtime.jar" 
cmake-utils_src_configure
+       cmake-utils_src_configure
 }
 
 src_compile() {

Reply via email to