summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2021-05-02 16:27:03 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2021-05-02 16:28:48 +0300
commit7c628db20bf468ed83dd10cef40d3a7577e4f464 (patch)
tree774824a164f042e2ec7b50b9376d4141373857b9 /dev-util/oprofile
parentmail-mta/exim-4.94-r3: revbump for USE=srs-alt and USE=srs-native (diff)
downloadgentoo-7c628db20bf468ed83dd10cef40d3a7577e4f464.tar.gz
gentoo-7c628db20bf468ed83dd10cef40d3a7577e4f464.tar.bz2
gentoo-7c628db20bf468ed83dd10cef40d3a7577e4f464.zip
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@gentoo.org>
Diffstat (limited to 'dev-util/oprofile')
-rw-r--r--dev-util/oprofile/oprofile-1.4.0.ebuild4
1 files 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 c44a69cfe3dc..010b73f8d510 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