From: Michał Górny Date: Fri, 30 Aug 2019 14:55:31 +0000 (+0200) Subject: dev-libs/OpenNI: Remove unnecessary Python dep X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=534f2e086c7629cd8e0a0c7d0c000c431ca03812;p=gentoo.git dev-libs/OpenNI: Remove unnecessary Python dep Bug: https://bugs.gentoo.org/615916 Signed-off-by: Michał Górny --- diff --git a/dev-libs/OpenNI/OpenNI-1.5.7.10.ebuild b/dev-libs/OpenNI/OpenNI-1.5.7.10.ebuild index af12cd1ce875..e2c08a5c23d2 100644 --- a/dev-libs/OpenNI/OpenNI-1.5.7.10.ebuild +++ b/dev-libs/OpenNI/OpenNI-1.5.7.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -35,7 +35,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/OpenNI/OpenNI-9999.ebuild b/dev-libs/OpenNI/OpenNI-9999.ebuild index 79a0be764ee3..2d37b651a917 100644 --- a/dev-libs/OpenNI/OpenNI-9999.ebuild +++ b/dev-libs/OpenNI/OpenNI-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -35,7 +35,6 @@ RDEPEND=" java? ( >=virtual/jre-1.5 ) " DEPEND="${RDEPEND} - dev-lang/python doc? ( app-doc/doxygen ) java? ( >=virtual/jdk-1.5 )"