Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] setting a USE flags for many packages
Date: Sun, 22 Mar 2009 16:43:32
Message-Id: tkrat.2c1e23ecefdca408@igpm.rwth-aachen.de
1 Hi,
2
3 I normally like to have the documentation built for all packages.
4 Therefore I have added 'doc' to /etc/make.conf USE
5
6 But I don't need documentation for the packages in kde-base/*
7 and kde-misc/*.
8 Since some of these take over an hour just for doxygen (on a Phenom II
9 3GHz) I'd like to disable the generation of documentation for all these
10 packages.
11
12 How can I set the '-doc' use flags for all packages matching kde-base/*
13 and kde-misc/* (There are hundreds of them!)
14
15 Note, I cannot use 'USE=-doc' on the command line since
16 emerge --update --complete-graph --reinstall changed-use world
17 would then reinstall many other packages to remove the documentation
18 which I doesn't want.
19
20 Many thanks for a hint,
21
22 Helmut Jarausch
23
24 Lehrstuhl fuer Numerische Mathematik
25 RWTH - Aachen University
26 D 52056 Aachen, Germany

Replies

Subject Author
Re: [gentoo-user] setting a USE flags for many packages Valmor de Almeida <val.gentoo@×××××.com>
Re: [gentoo-user] setting a USE flags for many packages Neil Bothwick <neil@××××××××××.uk>