Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 542086

Summary: java_prepare() in dev-java/scala-bin ebuild file do not work
Product: Gentoo Linux Reporter: Ernest <earne>
Component: [OLD] JavaAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ernest 2015-03-04 12:47:41 UTC
in scala-bin-2.11.5.ebuild and scala-bin-2.11.4.ebuild
Comment 1 Patrice Clement gentoo-dev 2015-03-04 12:55:52 UTC
Hi Ernest, thank you for reporting bugs. Can you be just a little more specific? What's wrong? What is it that does not work?
Comment 2 Patrice Clement gentoo-dev 2015-03-04 13:06:44 UTC
Both ebuilds inherit java-utils-2 instead of java-pkg-2. Fixing it right now.
Comment 3 Patrice Clement gentoo-dev 2015-03-04 13:08:45 UTC
+  04 Mar 2015; Patrice Clement <monsieurp@gentoo.org> scala-bin-2.11.4.ebuild,
+  scala-bin-2.11.5.ebuild:
+  Inherit java-pkg-2 instead of java-utils-2 (wrong eclass!). Fix bug 542086.

Thank you!