Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 215642 - repoman ebuild.minorsyn gives false positive in 2.1.4.4
Summary: repoman ebuild.minorsyn gives false positive in 2.1.4.4
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Repoman (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 216231
  Show dependency tree
 
Reported: 2008-03-31 21:08 UTC by Richard Brown (RETIRED)
Modified: 2008-04-05 02:31 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 Richard Brown (RETIRED) gentoo-dev 2008-03-31 21:08:44 UTC
dev-ruby/rubygems/rubygems-1.1.0.ebuild: Unquoted Variable on line: 27

26. PATCHES="${FILESDIR}/${P}-setup.patch
27.     ${FILESDIR}/${P}-dependency-installer-install-dir-fix.patch
28.     "
Comment 1 Zac Medico gentoo-dev 2008-03-31 21:55:45 UTC
Actually, the check is working correctly because your quoting is unsafe for whitespace in ${FILESDIR}. Btw, in svn we've got a new "ebuild.patches" check that generates a warning if PATCHES is not defined as an array.
Comment 2 Zac Medico gentoo-dev 2008-04-05 02:31:51 UTC
The "ebuild.patches" check is in 2.1.5_rc1.