diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-30 16:55:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-25 19:31:39 +0200 |
commit | 534f2e086c7629cd8e0a0c7d0c000c431ca03812 (patch) | |
tree | 0f6d22a08705830862ae4e638d15d7146a01d59c /dev-libs | |
parent | sys-libs/netbsd-csu: Bump to EAPI 7 (diff) | |
download | gentoo-534f2e086c7629cd8e0a0c7d0c000c431ca03812.tar.gz gentoo-534f2e086c7629cd8e0a0c7d0c000c431ca03812.tar.bz2 gentoo-534f2e086c7629cd8e0a0c7d0c000c431ca03812.zip |
dev-libs/OpenNI: Remove unnecessary Python dep
Bug: https://bugs.gentoo.org/615916
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/OpenNI/OpenNI-1.5.7.10.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/OpenNI/OpenNI-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
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 )" |