Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192793 - dev-java/cglib-2.1: USE=source is not honored
Summary: dev-java/cglib-2.1: USE=source is not honored
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-17 10:11 UTC by Micha Glave
Modified: 2007-10-24 23:25 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 Micha Glave 2007-09-17 10:11:07 UTC
in ebuild cglib-2.1.3.ebuild the line 54 should be:

@@ -51,4 +51,5 @@ src_install() {

        dodoc NOTICE README || die
        use doc && java-pkg_dojavadoc docs/
+       use source && java-pkg_dosrc src/proxy/net
 }
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-24 08:09:47 UTC
This has nothing to do with Gentoo Bugzilla product; read the descriptions when filing bugs please.
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2007-10-24 23:25:57 UTC
Committed. Thanks for the report. And sorry about the delay.