Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 417387 - app-portage/eix doesn't recognize key-value-pairs with whitespaces
Summary: app-portage/eix doesn't recognize key-value-pairs with whitespaces
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Third-Party Tools (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Martin Väth
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-24 16:10 UTC by Uwe Breidenbach
Modified: 2012-07-09 13:43 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 Uwe Breidenbach 2012-05-24 16:10:55 UTC
app-portage/eix doesn't recognize key-value-pairs with whitespaces in config files, where portage does.

Example of excepted key-value-pairs:
ACCEPT_KEYWORDS="~x86"

Example of ignored key-value-pairs:
ACCEPT_KEYWORDS = "~x86"

Example of config files:
/etc/make.conf
Comment 1 Martin Väth 2012-05-24 19:18:15 UTC
This is a problematic change since practically the same code is used as
for parsing shell-file syntax.
I tried to improve the accepted syntax in both cases in eix git master
on BerliOS (>=eix-0.25.6), hopefully not destroying some other
corner cases this way...
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2012-07-09 13:43:05 UTC
eix-0.26.0 is in the tree