From: Michał Górny Date: Fri, 30 Aug 2019 14:57:28 +0000 (+0200) Subject: dev-libs/OpenNI2: Remove unnecessary Python dep X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=473d75a00afe53d215d4e3e93782ae2c3953168c;p=gentoo.git dev-libs/OpenNI2: Remove unnecessary Python dep Closes: https://bugs.gentoo.org/615916 Signed-off-by: Michał Górny --- diff --git a/dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild b/dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild index 4f39df7f4066..e3fb3e2b667a 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 1ced5f727b73..f9609af50af4 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:* )"