diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 09:19:45 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:20:53 +0200 |
commit | bc18d7b66d7f6683f32385d0c015e4dc44b3a9e5 (patch) | |
tree | 46438244e705dffd9569a54f07de99e2dffeb80f /dev-db/mysql-workbench | |
parent | dev-db/hyperdex: [QA] Add missing python metadata variables (diff) | |
download | gentoo-bc18d7b66d7f6683f32385d0c015e4dc44b3a9e5.tar.gz gentoo-bc18d7b66d7f6683f32385d0c015e4dc44b3a9e5.tar.bz2 gentoo-bc18d7b66d7f6683f32385d0c015e4dc44b3a9e5.zip |
dev-db/mysql-workbench: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-db/mysql-workbench')
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++ |