summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKito Danya Dietrich <kito@gentoo.org>2005-09-30 18:14:23 +0000
committerKito Danya Dietrich <kito@gentoo.org>2005-09-30 18:14:23 +0000
commit9cb0eea37d6de7b681029c64826b3edc63ed77ab (patch)
treee36a6c5f664b24264c22aeb94d807623486b75e1 /profiles
parentwhitespace (diff)
downloadgentoo-2-9cb0eea37d6de7b681029c64826b3edc63ed77ab.tar.gz
gentoo-2-9cb0eea37d6de7b681029c64826b3edc63ed77ab.tar.bz2
gentoo-2-9cb0eea37d6de7b681029c64826b3edc63ed77ab.zip
add opengl to default USE (Closes Bug #107685) and punt duplicate use expand vars for macos profiles
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-darwin/macos/make.defaults9
1 files changed, 1 insertions, 8 deletions
diff --git a/profiles/default-darwin/macos/make.defaults b/profiles/default-darwin/macos/make.defaults
index c85dc029c67d..af8425fe3a05 100644
--- a/profiles/default-darwin/macos/make.defaults
+++ b/profiles/default-darwin/macos/make.defaults
@@ -5,12 +5,5 @@
ARCH="ppc"
ACCEPT_KEYWORDS="ppc-macos"
-
-CHOST=powerpc-apple-darwin
-PLATFORM=$CHOST
-
-USE="ppc-macos"
-KERNEL="Darwin"
-USERLAND="Darwin"
-LIBC="Darwin"
+USE="opengl ppc-macos"