Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/dilfridge:master commit in: profiles/uni-regensburg/
Date: Thu, 29 Nov 2012 18:57:34
Message-Id: 1354215430.b0f99ff307cffd1eec85e55a0ffb40176109d014.dilfridge@gentoo
1 commit: b0f99ff307cffd1eec85e55a0ffb40176109d014
2 Author: Andreas K. Huettel <mail <AT> akhuettel <DOT> de>
3 AuthorDate: Thu Nov 29 18:57:10 2012 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 29 18:57:10 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=b0f99ff3
7
8 [ur-profile] use_expand does not mix well with profiles
9
10 ---
11 profiles/uni-regensburg/make.defaults | 5 ++---
12 1 files changed, 2 insertions(+), 3 deletions(-)
13
14 diff --git a/profiles/uni-regensburg/make.defaults b/profiles/uni-regensburg/make.defaults
15 index 282f077..9ac9de1 100644
16 --- a/profiles/uni-regensburg/make.defaults
17 +++ b/profiles/uni-regensburg/make.defaults
18 @@ -4,9 +4,8 @@ FFLAGS="${CFLAGS}"
19 FCFLAGS="${CFLAGS}"
20
21 # Defaults for X11
22 -USE="-video_cards_* -input_devices_*"
23 -VIDEO_CARDS="nvidia fglrx intel"
24 -INPUT_DEVICES="evdev"
25 +# warning: use_expand does not mix well with profiles
26 +USE="-video_cards_* -input_devices_* video_cards_nvidia video_cards_fglrx video_cards_intel input_devices_evdev"
27
28 # use flags
29 USE="${USE} crypt git perl ssl subversion"