From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C177A138334 for ; Wed, 25 Sep 2019 17:31:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 015A6E08AA; Wed, 25 Sep 2019 17:31:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFF02E08AA for ; Wed, 25 Sep 2019 17:31:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A147E34B593 for ; Wed, 25 Sep 2019 17:31:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 112D96E8 for ; Wed, 25 Sep 2019 17:31:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1569432699.534f2e086c7629cd8e0a0c7d0c000c431ca03812.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/OpenNI/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/OpenNI/OpenNI-1.5.7.10.ebuild dev-libs/OpenNI/OpenNI-9999.ebuild X-VCS-Directories: dev-libs/OpenNI/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 534f2e086c7629cd8e0a0c7d0c000c431ca03812 X-VCS-Branch: master Date: Wed, 25 Sep 2019 17:31:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5d95b6ab-bde0-4532-ae47-2dc7902741c4 X-Archives-Hash: 23763c01dc5e99082cc76867008cb6f8 commit: 534f2e086c7629cd8e0a0c7d0c000c431ca03812 Author: Michał Górny gentoo org> AuthorDate: Fri Aug 30 14:55:31 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 25 17:31:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534f2e08 dev-libs/OpenNI: Remove unnecessary Python dep Bug: https://bugs.gentoo.org/615916 Signed-off-by: Michał Górny gentoo.org> dev-libs/OpenNI/OpenNI-1.5.7.10.ebuild | 3 +-- 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 af12cd1ce87..e2c08a5c23d 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 79a0be764ee..2d37b651a91 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 )"