From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E358E1381F3 for ; Thu, 29 Nov 2012 18:57:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38BBE21C014; Thu, 29 Nov 2012 18:57:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3DDD21C014 for ; Thu, 29 Nov 2012 18:57:26 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C292B33D8E9 for ; Thu, 29 Nov 2012 18:57:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 41D44E5436 for ; Thu, 29 Nov 2012 18:57:24 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1354215430.b0f99ff307cffd1eec85e55a0ffb40176109d014.dilfridge@gentoo> Subject: [gentoo-commits] dev/dilfridge:master commit in: profiles/uni-regensburg/ X-VCS-Repository: dev/dilfridge X-VCS-Files: profiles/uni-regensburg/make.defaults X-VCS-Directories: profiles/uni-regensburg/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: b0f99ff307cffd1eec85e55a0ffb40176109d014 X-VCS-Branch: master Date: Thu, 29 Nov 2012 18:57:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 201e14db-47dc-4c8e-86cc-6c437a8a0cfa X-Archives-Hash: d613854b05af45acc5253bfb460fa9df commit: b0f99ff307cffd1eec85e55a0ffb40176109d014 Author: Andreas K. Huettel akhuettel de> AuthorDate: Thu Nov 29 18:57:10 2012 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Thu Nov 29 18:57:10 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=b0f99ff3 [ur-profile] use_expand does not mix well with profiles --- profiles/uni-regensburg/make.defaults | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/profiles/uni-regensburg/make.defaults b/profiles/uni-regensburg/make.defaults index 282f077..9ac9de1 100644 --- a/profiles/uni-regensburg/make.defaults +++ b/profiles/uni-regensburg/make.defaults @@ -4,9 +4,8 @@ FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" # Defaults for X11 -USE="-video_cards_* -input_devices_*" -VIDEO_CARDS="nvidia fglrx intel" -INPUT_DEVICES="evdev" +# warning: use_expand does not mix well with profiles +USE="-video_cards_* -input_devices_* video_cards_nvidia video_cards_fglrx video_cards_intel input_devices_evdev" # use flags USE="${USE} crypt git perl ssl subversion"