Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 480022 - dev-vcs/bzrtools-2.5: EAPI change requires DOCS as list
Summary: dev-vcs/bzrtools-2.5: EAPI change requires DOCS as list
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: bazaar+obsolete
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-07 08:34 UTC by Bernd Feige
Modified: 2013-08-07 18:13 UTC (History)
1 user (show)

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 Bernd Feige 2013-08-07 08:34:31 UTC
dev-vcs/bzrtools-2.5 doesn't install any more, message: DODOC: "AUTHORS CREDITS NEWS NEWS.Shelf README README.Shelf TODO TODO.heads TODO.Shelf" not found
EAPI>=4 requires writing DOC as a list; replacing the quotes by "(" and ")" in the ebuild fixes it:
DOC=( AUTHORS CREDITS NEWS NEWS.Shelf README README.Shelf TODO TODO.heads TODO.Shelf )

Reproducible: Always
Comment 1 Bernd Feige 2013-08-07 08:36:14 UTC
Sorry, correction:
DOCS=( AUTHORS CREDITS NEWS NEWS.Shelf README README.Shelf TODO TODO.heads TODO.Shelf )
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2013-08-07 18:13:14 UTC
floppym already fixed it.  Thanks for noting.