commit: 473d75a00afe53d215d4e3e93782ae2c3953168c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Aug 30 14:57:28 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Sep 25 17:31:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=473d75a0
dev-libs/OpenNI2: Remove unnecessary Python dep Closes: https://bugs.gentoo.org/615916 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild | 3 +-- dev-libs/OpenNI2/OpenNI2-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild b/dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild index 4f39df7f406..e3fb3e2b667 100644 --- a/dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild +++ b/dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -34,7 +34,6 @@ RDEPEND=" java? ( >=virtual/jre-1.5:* ) " DEPEND="${RDEPEND} - dev-lang/python doc? ( app-doc/doxygen ) java? ( >=virtual/jdk-1.5:* )" diff --git a/dev-libs/OpenNI2/OpenNI2-9999.ebuild b/dev-libs/OpenNI2/OpenNI2-9999.ebuild index 1ced5f727b7..f9609af50af 100644 --- a/dev-libs/OpenNI2/OpenNI2-9999.ebuild +++ b/dev-libs/OpenNI2/OpenNI2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -34,7 +34,6 @@ RDEPEND=" java? ( >=virtual/jre-1.5:* ) " DEPEND="${RDEPEND} - dev-lang/python doc? ( app-doc/doxygen ) java? ( >=virtual/jdk-1.5:* )"
