commit: 7c628db20bf468ed83dd10cef40d3a7577e4f464 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org> AuthorDate: Sun May 2 13:27:03 2021 +0000 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org> CommitDate: Sun May 2 13:28:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c628db2
dev-util/oprofile: update jdk version requirement As requisted in the bug 787371. Oprofile builds fine with 1.8. No need to revbump due to := revdep rebuild requirement. Bug: https://bugs.gentoo.org/787371 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org> dev-util/oprofile/oprofile-1.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/oprofile/oprofile-1.4.0.ebuild b/dev-util/oprofile/oprofile-1.4.0.ebuild index c44a69cfe3d..010b73f8d51 100644 --- a/dev-util/oprofile/oprofile-1.4.0.ebuild +++ b/dev-util/oprofile/oprofile-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ IUSE="apidoc java pch static-libs" BDEPEND=" apidoc? ( app-doc/doxygen[dot] ) - java? ( >=virtual/jdk-1.5:= ) + java? ( >=virtual/jdk-1.8:= ) " CDEPEND=" >=dev-libs/popt-1.7-r1
