diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2015-05-29 09:08:51 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2015-05-29 09:08:51 +0000 |
commit | 8e3ec0164b56b6ae00b8d158e66b6061770625b2 (patch) | |
tree | 4ecb9cc3ee828c9af2fd20f3dc0b6e7b5047611d /profiles/base | |
parent | nimbus-0.1.7-r1: kernel_Interix is wrong, use elibc_Interix (bug#544518) (diff) | |
download | gentoo-2-8e3ec0164b56b6ae00b8d158e66b6061770625b2.tar.gz gentoo-2-8e3ec0164b56b6ae00b8d158e66b6061770625b2.tar.bz2 gentoo-2-8e3ec0164b56b6ae00b8d158e66b6061770625b2.zip |
profiles/base,prefix/windows: Cygwin,Interix are pure ELIBC values, KERNEL is Winnt (bug#544518)
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 4 | ||||
-rw-r--r-- | profiles/base/use.mask | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 255cb72ec38f..119a7bc9f102 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.125 2015/04/18 23:35:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.126 2015/05/29 09:08:51 haubi Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -11,7 +11,7 @@ USE_EXPAND_UNPREFIXED="ARCH" USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND" USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux arm64 hppa hppa-hpux ia64 ia64-hpux ia64-linux m68k m68k-mint mips nios2 ppc ppc64 ppc64-linux ppc-aix ppc-macos ppc-openbsd s390 sh sparc sparc64-freebsd sparc64-solaris sparc-fbsd sparc-solaris x64-freebsd x64-macos x64-openbsd x64-solaris x86 x86-cygwin x86-fbsd x86-freebsd x86-interix x86-linux x86-macos x86-netbsd x86-openbsd x86-solaris x86-winnt" USE_EXPAND_VALUES_ELIBC="AIX Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mintlib musl NetBSD OpenBSD SunOS uclibc Winnt" -USE_EXPAND_VALUES_KERNEL="AIX Cygwin Darwin FreeBSD freemint HPUX Interix linux NetBSD OpenBSD SunOS Winnt" +USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX linux NetBSD OpenBSD SunOS Winnt" USE_EXPAND_VALUES_USERLAND="BSD GNU" # Env vars to expand into USE vars. Modifying this requires prior diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 4105e80bbdeb..d5e4b68625d8 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.221 2015/04/27 16:34:50 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.222 2015/05/29 09:08:51 haubi Exp $ # cilk has been ported only to x86 systems cilk @@ -213,10 +213,10 @@ kernel_Darwin kernel_FreeBSD kernel_freemint kernel_HPUX -kernel_Interix kernel_NetBSD kernel_OpenBSD kernel_SunOS +kernel_Winnt # Diego Pettenò <flameeyes@gentoo.org> (6 Dec 2006) # Mask specific Apple drivers |