diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-04-30 22:07:29 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-04-30 22:07:29 +0000 |
commit | 1d2911aa70b06718c0e2ca4e9216827403353566 (patch) | |
tree | 8f706968bd8f898a5e81dc90e4a19b6d362d289b /profiles | |
parent | Someone thought putting the not used base eclass behind java-pkg-2 was a good... (diff) | |
download | gentoo-2-1d2911aa70b06718c0e2ca4e9216827403353566.tar.gz gentoo-2-1d2911aa70b06718c0e2ca4e9216827403353566.tar.bz2 gentoo-2-1d2911aa70b06718c0e2ca4e9216827403353566.zip |
Mask elibc_Cygwin and elibc_Winnt in base, unmask in prefix/windows, bug #509204
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/base/use.mask | 4 | ||||
-rw-r--r-- | profiles/prefix/windows/cygwin/use.mask | 6 |
3 files changed, 15 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 0d09466d7b51..5a26bdd74a79 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,16 @@ # ChangeLog for profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8904 2014/04/30 21:16:25 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8905 2014/04/30 22:07:28 blueness Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 30 Apr 2014; Anthony G. Basile <blueness@gentoo.org> base/use.mask, + +prefix/windows/cygwin/use.mask: + Mask elibc_Cygwin and elibc_Winnt in base, unmask in prefix/windows, bug + #509204 + 30 Apr 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> package.mask: removed mask on new thunderbird; no issues with lightning distfiles diff --git a/profiles/base/use.mask b/profiles/base/use.mask index ee5baeb94c04..e04c4c6517db 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.196 2014/04/26 11:03:58 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.197 2014/04/30 22:07:28 blueness Exp $ # cuda only works on amd64/x86 cuda @@ -165,6 +165,7 @@ psyco userland_BSD elibc_AIX +elibc_Cygwin elibc_Darwin elibc_DragonFly elibc_FreeBSD @@ -176,6 +177,7 @@ elibc_NetBSD elibc_OpenBSD elibc_SunOS elibc_uclibc +elibc_Winnt kernel_AIX kernel_Darwin diff --git a/profiles/prefix/windows/cygwin/use.mask b/profiles/prefix/windows/cygwin/use.mask new file mode 100644 index 000000000000..af4aea2e13a3 --- /dev/null +++ b/profiles/prefix/windows/cygwin/use.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/cygwin/use.mask,v 1.1 2014/04/30 22:07:29 blueness Exp $ + +# Re-add Cygwin's libc +-elibc_Cygwin |