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 5704B1381F3 for ; Thu, 29 Nov 2012 18:49:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8B77E0160; Thu, 29 Nov 2012 18:49:18 +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 657A7E0160 for ; Thu, 29 Nov 2012 18:49:18 +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 71AAE33D8F7 for ; Thu, 29 Nov 2012 18:49:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9279BE5436 for ; Thu, 29 Nov 2012 18:49:14 +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: <1354214936.87a4d96dcd50b704d86234b79ed72a8de9edcc83.dilfridge@gentoo> Subject: [gentoo-commits] dev/dilfridge:master commit in: profiles/, profiles/uni-regensburg/ X-VCS-Repository: dev/dilfridge X-VCS-Files: profiles/package.keywords profiles/package.mask profiles/uni-regensburg/make.defaults profiles/uni-regensburg/package.keywords X-VCS-Directories: profiles/ profiles/uni-regensburg/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 87a4d96dcd50b704d86234b79ed72a8de9edcc83 X-VCS-Branch: master Date: Thu, 29 Nov 2012 18:49:14 +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: ee39d5ae-59ba-41df-bd33-9400d64f62af X-Archives-Hash: c59746686e8c66e0d3e75c55dfa2af12 commit: 87a4d96dcd50b704d86234b79ed72a8de9edcc83 Author: Andreas K. Huettel akhuettel de> AuthorDate: Thu Nov 29 18:48:56 2012 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Thu Nov 29 18:48:56 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=87a4d96d [ur-profile] reshuffling --- profiles/{uni-regensburg => }/package.keywords | 2 +- profiles/package.mask | 4 ---- profiles/uni-regensburg/make.defaults | 3 ++- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/profiles/uni-regensburg/package.keywords b/profiles/package.keywords similarity index 60% rename from profiles/uni-regensburg/package.keywords rename to profiles/package.keywords index d950861..be4277a 100644 --- a/profiles/uni-regensburg/package.keywords +++ b/profiles/package.keywords @@ -1,2 +1,2 @@ # nobody should have to run revdep-rebuild. ever. -=sys-apps/portage-2*::gentoo ** +=sys-apps/portage-2* ** diff --git a/profiles/package.mask b/profiles/package.mask index e21c3be..4516783 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -3,7 +3,3 @@ # a failed attempt at updating, resulting in even more breakage =dev-texlive/texlive-context-2009b -# -# it's not ready yet ->net-print/cups-1.4.9999 - diff --git a/profiles/uni-regensburg/make.defaults b/profiles/uni-regensburg/make.defaults index c49ca26..1f9924d 100644 --- a/profiles/uni-regensburg/make.defaults +++ b/profiles/uni-regensburg/make.defaults @@ -4,11 +4,12 @@ FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" # Defaults for X11 +USE="-video_cards_* -input_devices_*" VIDEO_CARDS="nvidia fglrx intel" INPUT_DEVICES="evdev" # use flags -USE="crypt git perl ssl subversion" +USE+=" crypt git perl ssl subversion" # portage settings FEATURES="sandbox strict userfetch userpriv usersandbox compress-build-logs"