Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 206804 - dev-python/epydoc contains invalid quoting
Summary: dev-python/epydoc contains invalid quoting
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-20 20:11 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2008-01-20 23:06 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 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-01-20 20:11:37 UTC
dev-python/epydoc contains invalid quoting.

-   doman "${S}/man/*"
+   doman "${S}/man/"*
-   use doc && dohtml -r "${S}/doc/*"
+   use doc && dohtml -r "${S}/doc/"*
Comment 1 Lukasz Strzygowski (RETIRED) gentoo-dev 2008-01-20 23:06:12 UTC
Fixed.