Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 520052 - =dev-java/itext-5.2.0 breaks with =dev-java/{bcmail,bcprov}-1.50
Summary: =dev-java/itext-5.2.0 breaks with =dev-java/{bcmail,bcprov}-1.50
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-16 14:04 UTC by Andreas Sturmlechner
Modified: 2015-01-19 22:05 UTC (History)
0 users

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


Attachments
build.log (build.log,12.03 KB, text/plain)
2014-08-16 14:04 UTC, Andreas Sturmlechner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2014-08-16 14:04:15 UTC
Created attachment 382974 [details]
build.log

Here's what I did to fix my itext ebuild deps and classpath:

@@ -17,9 +17,11 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+BCV="1.45"
+
 COMMON_DEP="
-	dev-java/bcmail:0
-	dev-java/bcprov:0
+	dev-java/bcmail:${BCV}
+	dev-java/bcprov:${BCV}
 	dev-java/bctsp:0"
 RDEPEND="${COMMON_DEP}
 	>=virtual/jre-1.5"
@@ -46,7 +49,7 @@
 	find "${WORKDIR}" -name '*.jar' -exec rm -v {} + || die
 }
 
-JAVA_GENTOO_CLASSPATH="bcmail,bcprov,bctsp"
+JAVA_GENTOO_CLASSPATH="bcmail-${BCV},bcprov-${BCV},bctsp"
 
 src_install() {
 	java-pkg-simple_src_install
Comment 1 Andreas Sturmlechner gentoo-dev 2015-01-19 22:05:21 UTC
fixed by 5.5.0 version bump in tree :)