Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 485718 - x11-drivers/ati-drivers: metadata.xml invalid due to multiple <use/> sections
Summary: x11-drivers/ati-drivers: metadata.xml invalid due to multiple <use/> sections
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: emil karlson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-23 08:48 UTC by Michał Górny
Modified: 2014-02-11 11:51 UTC (History)
2 users (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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-09-23 08:48:14 UTC
<use>
		<flag name='qt4'>
			Install qt4 dependent optional tools (e.g Catalyst Control Panel)
		</flag>
	</use>
	<use>
		<flag name='modules'>Build the kernel modules</flag>
	</use>

This should be just one big <use/> block with multiple <flag/>s inside. Otherwise, tools reading metadata.xml will be confused. The only reason repoman allows this is technical DTD limitation.
Comment 1 emil karlson 2013-09-23 20:24:10 UTC
Fixed in x11 overlay
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-02-11 11:51:07 UTC
Fixed in the portage tree...