Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81748 - aspell-dict.eclass
Summary: aspell-dict.eclass
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High blocker
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-12 08:50 UTC by Carsten Lohrke (RETIRED)
Modified: 2005-02-12 09:22 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 Carsten Lohrke (RETIRED) gentoo-dev 2005-02-12 08:50:31 UTC
>if [ x${ASPOSTFIX} = x6 ] ; then
>	RDEPEND=">=app-text/aspell-0.60
>		sys-apps/which"
>else
>	RDEPEND=">=app-text/aspell-0.50
>		sys-apps/which"
>fi


This sort of conditional dependencies breaks Portage Caching.
Comment 1 Ciaran McCreesh 2005-02-12 08:54:27 UTC
It does?
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-02-12 09:22:49 UTC
well...