diff options
author | David Seifert <soap@gentoo.org> | 2017-01-29 10:12:31 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-29 10:12:51 +0100 |
commit | 055a751ac114080c7b2701808de05d33c158862f (patch) | |
tree | 6c7b647ba70659f459753cf91095fac3427e8acb /dev-libs/OpenNI2 | |
parent | dev-libs/OpenNI2: Rename 'equivalent' to avoid C++14 name clash (diff) | |
download | gentoo-055a751ac114080c7b2701808de05d33c158862f.tar.gz gentoo-055a751ac114080c7b2701808de05d33c158862f.tar.bz2 gentoo-055a751ac114080c7b2701808de05d33c158862f.zip |
dev-libs/OpenNI2: Any jre/jdk SLOT is acceptable
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-libs/OpenNI2')
-rw-r--r-- | dev-libs/OpenNI2/OpenNI2-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/OpenNI2/OpenNI2-9999.ebuild b/dev-libs/OpenNI2/OpenNI2-9999.ebuild index 8dfe5af73748..1777b00b2f68 100644 --- a/dev-libs/OpenNI2/OpenNI2-9999.ebuild +++ b/dev-libs/OpenNI2/OpenNI2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -32,12 +32,12 @@ RDEPEND=" virtual/libudev virtual/jpeg:0 opengl? ( media-libs/freeglut ) - java? ( >=virtual/jre-1.5 ) + java? ( >=virtual/jre-1.5:* ) " DEPEND="${RDEPEND} dev-lang/python doc? ( app-doc/doxygen ) - java? ( >=virtual/jdk-1.5 )" + java? ( >=virtual/jdk-1.5:* )" src_prepare() { epatch \ |