Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831983 - dev-libs/xapian-bindings-1.4.19: Please try java 1.8:*
Summary: dev-libs/xapian-bindings-1.4.19: Please try java 1.8:*
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: jdk17
  Show dependency tree
 
Reported: 2022-01-24 17:37 UTC by Volkmar W. Pogatzki
Modified: 2022-04-03 18:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Volkmar W. Pogatzki 2022-01-24 17:37:28 UTC
java 1.6 will not be supported by jdk-17

--- a/dev-libs/xapian-bindings/xapian-bindings-1.4.19.ebuild
+++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.19.ebuild
@@ -45,9 +45,9 @@ COMMONDEPEND=">=dev-libs/xapian-1.4.19
        mono? ( dev-lang/mono )"
 DEPEND="${COMMONDEPEND}
        virtual/pkgconfig
-       java? ( >=virtual/jdk-1.6 )"
+       java? ( >=virtual/jdk-1.8:* )"
 RDEPEND="${COMMONDEPEND}
-       java? ( >=virtual/jre-1.6 )"
+       java? ( >=virtual/jre-1.8:* )"
 
 S="${WORKDIR}/${P}"