Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] What is up with the libreoffice ebuild?
Date: Mon, 05 Sep 2011 23:08:47
Message-Id: 20110906010731.3e491d26@weird.wonkology.org
In Reply to: Re: [gentoo-user] What is up with the libreoffice ebuild? by Neil Bothwick
1 Neil Bothwick writes:
2
3 > On Mon, 05 Sep 2011 23:34:22 +0200, Alex Schuster wrote:
4 >
5 > > Same here on ~amd64. The last change is that cups is mandatory now, so
6 > > the cups USE flag has been removed. I would have preferred if the
7 > > ebuild got a -r2 so I could simply mask it, as compiling it again
8 > > would not change a thing when the cups USE flag was enabled already.
9 >
10 > Policy is to not bump the revision if the code it installs is the same.
11
12 Hmm, that's right, too.
13
14 > It could be considered a bug in portage that this change results in a
15 > rebuild with --changed-use.
16 >
17 > You can stop it happening by removing cups from
18 > /var/db/pkg/app-office/libreoffice-3.4.3.2-r1/USE, which fools portage
19 > into thinking it was installed without the flag.
20
21 Neat! Thanks, I didn't think about that. Works fine, emerge -Dautv
22 --changed-use @world no longer picks up libreoffice.
23
24 Wonko