Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 276574 - libisofs-0.6.20-r1 dependency list is incorrect
Summary: libisofs-0.6.20-r1 dependency list is incorrect
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Optical Media project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-05 12:02 UTC by Darren Smith
Modified: 2009-07-09 14:22 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 Darren Smith 2009-07-05 12:02:15 UTC
The dependency list for libisofs unconditionally and conditionally includes acl and attr.

Reproducible: Always

Steps to Reproduce:
Noticed while updating world that acl was to be emerged for libisofs.

Actual Results:  
acl would have been emerged (I guess). Note that acl is masked for AMD64, so I'm not sure exactly what would have happened.

Expected Results:  
acl and attr should no longer be included in the unconditional list for libisofs.
RDEPEND="virtual/acl
	sys-apps/attr
	acl? ( virtual/acl )
	xattr? ( sys-apps/attr )
	zlib? ( sys-libs/zlib )"

becomes

RDEPEND="acl? ( virtual/acl )
	xattr? ( sys-apps/attr )
	zlib? ( sys-libs/zlib )"
Comment 1 Rémi Cardona (RETIRED) gentoo-dev 2009-07-08 13:50:51 UTC
Confirming and reassigning to libisofs's friendly maintainers :)

Thanks
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2009-07-09 14:22:58 UTC
+  09 Jul 2009; Samuli Suominen <ssuominen@gentoo.org>
+  libisofs-0.6.20-r1.ebuild:
+  Remove extra acl and xattr deps wrt #276574, thanks to Darren Smith for
+  reporting.