Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 46703 Details for
Bug 75430
commons-logging-1.0.4 error msg when 'junit' isn't set
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
commons-logging-1.0.4.ebuild.diff
commons-logging-1.0.4.ebuild.diff (text/plain), 784 bytes, created by
Jan Brinkmann (RETIRED)
on 2004-12-23 04:41:16 UTC
(
hide
)
Description:
commons-logging-1.0.4.ebuild.diff
Filename:
MIME Type:
Creator:
Jan Brinkmann (RETIRED)
Created:
2004-12-23 04:41:16 UTC
Size:
784 bytes
patch
obsolete
>--- /usr/portage/dev-java/commons-logging/commons-logging-1.0.4.ebuild 2004-12-18 10:08:29.000000000 +0100 >+++ commons-logging-1.0.4.ebuild 2004-12-23 12:15:08.237704672 +0100 >@@ -13,7 +13,7 @@ > jikes? ( >=dev-java/jikes-1.21 ) > junit? ( >=dev-java/junit-3.7 >=virtual/jdk-1.4 ) > !junit? ( >=virtual/jdk-1.3 )" >-RDEPEND=">=virtual/jdk-1.3" >+RDEPEND=">=virtual/jre-1.3" > LICENSE="Apache-1.1" > SLOT="0" > KEYWORDS="x86 ppc sparc amd64 ~ppc64" >@@ -26,7 +26,10 @@ > cd ${S} > echo "log4j.jar=`java-config -p log4j`" > build.properties > echo "logkit.jar=`java-config -p avalon-logkit-bin`" >> build.properties >- echo "junit.jar=`java-config -p junit`" >> build.properties >+ >+ if use junit; then >+ echo "junit.jar=`java-config -p junit`" >> build.properties >+ fi > } > > src_compile() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 75430
: 46703