Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/ia64/, profiles/arch/powerpc/ppc64/
Date: Tue, 08 May 2018 21:15:26
Message-Id: 1525814099.a4c2e8b96f161d5b80a92ab241f7bf2121955d48.mattst88@gentoo
1 commit: a4c2e8b96f161d5b80a92ab241f7bf2121955d48
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 8 21:07:33 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue May 8 21:14:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c2e8b9
7
8 profiles: Drop vesa from VIDEO_CARDS where xf86-video-vesa is not keyworded
9
10 I'm dropping ia64 keywords in the next patch.
11
12 profiles/arch/ia64/make.defaults | 2 +-
13 profiles/arch/powerpc/ppc64/make.defaults | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/profiles/arch/ia64/make.defaults b/profiles/arch/ia64/make.defaults
17 index 07d2c5f3f90..dbfa5efa213 100644
18 --- a/profiles/arch/ia64/make.defaults
19 +++ b/profiles/arch/ia64/make.defaults
20 @@ -21,7 +21,7 @@ CHOST_ia64="${CHOST}"
21
22 # 2006/08/18 - Donnie Berkholz <dberkholz@g.o>
23 # Defaults for video drivers
24 -VIDEO_CARDS="fbdev glint mga nv r128 radeon tdfx vesa voodoo"
25 +VIDEO_CARDS="fbdev glint mga nv r128 radeon tdfx voodoo"
26
27 # 2006/12/23 - Diego Pettenò <flameeyes@g.o>
28 # Defaults for audio drivers - Took from x86 profile
29
30 diff --git a/profiles/arch/powerpc/ppc64/make.defaults b/profiles/arch/powerpc/ppc64/make.defaults
31 index 3af507c4a84..7f43ef6c488 100644
32 --- a/profiles/arch/powerpc/ppc64/make.defaults
33 +++ b/profiles/arch/powerpc/ppc64/make.defaults
34 @@ -35,7 +35,7 @@ IUSE_IMPLICIT="abi_ppc_64"
35
36 # 2006/08/18 - Donnie Berkholz <dberkholz@g.o>
37 # Defaults for video drivers
38 -VIDEO_CARDS="fbdev mga nv r128 radeon vesa"
39 +VIDEO_CARDS="fbdev mga nv r128 radeon"
40
41 # Enable abi_ppc_64 for packages that don't have it forced.
42 ABI_PPC="64"