diff options
Diffstat (limited to 'dev-db')
4 files changed, 10 insertions, 6 deletions
diff --git a/dev-db/mysql-workbench/mysql-workbench-6.3.3.ebuild b/dev-db/mysql-workbench/mysql-workbench-6.3.3.ebuild index beccd8222f39..d657dd0565f1 100644 --- a/dev-db/mysql-workbench/mysql-workbench-6.3.3.ebuild +++ b/dev-db/mysql-workbench/mysql-workbench-6.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,6 +19,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="debug doc gnome-keyring" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" # glibc: deprecated mutex functions, removed in 2.36.0 CDEPEND="${PYTHON_DEPS} @@ -41,7 +42,7 @@ CDEPEND="${PYTHON_DEPS} dev-libs/libpcre >=sci-libs/gdal-1.11.1-r1[-mdb] virtual/opengl - >=dev-lang/lua-5.1[deprecated] + >=dev-lang/lua-5.1:0[deprecated] || ( sys-libs/e2fsprogs-libs dev-libs/ossp-uuid ) dev-libs/tinyxml[stl] dev-db/mysql-connector-c++ diff --git a/dev-db/mysql-workbench/mysql-workbench-6.3.4-r1.ebuild b/dev-db/mysql-workbench/mysql-workbench-6.3.4-r1.ebuild index 5021fd4071d8..94025dc46bc5 100644 --- a/dev-db/mysql-workbench/mysql-workbench-6.3.4-r1.ebuild +++ b/dev-db/mysql-workbench/mysql-workbench-6.3.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,6 +19,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="debug doc gnome-keyring" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" # glibc: deprecated mutex functions, removed in 2.36.0 CDEPEND="${PYTHON_DEPS} 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 f893761d88ca..eff874ba537d 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,6 +19,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="debug doc gnome-keyring" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" # glibc: deprecated mutex functions, removed in 2.36.0 CDEPEND="${PYTHON_DEPS} diff --git a/dev-db/mysql-workbench/mysql-workbench-6.3.4.ebuild b/dev-db/mysql-workbench/mysql-workbench-6.3.4.ebuild index d3c957292dae..3dfef640e2a5 100644 --- a/dev-db/mysql-workbench/mysql-workbench-6.3.4.ebuild +++ b/dev-db/mysql-workbench/mysql-workbench-6.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,6 +19,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug doc gnome-keyring" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" # glibc: deprecated mutex functions, removed in 2.36.0 CDEPEND="${PYTHON_DEPS} @@ -41,7 +42,7 @@ CDEPEND="${PYTHON_DEPS} dev-libs/libpcre >=sci-libs/gdal-1.11.1-r1[-mdb] virtual/opengl - >=dev-lang/lua-5.1[deprecated] + >=dev-lang/lua-5.1:0[deprecated] || ( sys-libs/e2fsprogs-libs dev-libs/ossp-uuid ) dev-libs/tinyxml[stl] dev-db/mysql-connector-c++ |