Gentoo Archives: gentoo-user

From: Florian Philipp <f.philipp@××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] apsell issue while updating installation
Date: Sun, 05 Aug 2007 11:08:59
Message-Id: 200708051303.22887.f.philipp@addcom.de
In Reply to: [gentoo-user] apsell issue while updating installation by Herbert Laubner
1 Am Sonntag 05 August 2007 12:09 schrieb Herbert Laubner:
2 > An
3 >
4 > emerge --update --deep --newuse world
5 >
6 > results into a block with aspell.
7 >
8 > emerge wants to update app/dicts/aspell-en-6.0.0 [0.51.1]
9 > wants to install new app-text/aspell-0.60.5
10 > and blocks: app-dicts/aspell-en-0.5* (is blocking app-text/aspell-0.60.5
11 >
12 >
13 > What am I doing wrong?
14 >
15 > Thanks for help
16 > Herb
17
18 Hmm, nothing, I presume. There are some hints in the app-text/aspell ebuild:
19
20 # Note; app-text/aspell-0.6 and app-dicts/aspell-en-0.6 must go stable
21 together
22
23 # English dictionary 0.5 is incompatible with aspell-0.6
24
25 ewarn ""
26 ewarn "Please re-emerge ALL your aspell-LANG dictionaries"
27 ewarn ""
28
29 Just
30 emerge -avC =app-dicts/aspell-en-0.5*
31
32 before updating.