diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-12-25 15:58:26 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-12-25 15:58:26 +0000 |
commit | 05eccef4dd0dd6928a3fe4957e5249f88232e4a0 (patch) | |
tree | 29ffcdf65ba4e2897fc0c23403cda1834ac8a1fd /profiles | |
parent | Use -j1 for build (bug #298348). (diff) | |
download | historical-05eccef4dd0dd6928a3fe4957e5249f88232e4a0.tar.gz historical-05eccef4dd0dd6928a3fe4957e5249f88232e4a0.tar.bz2 historical-05eccef4dd0dd6928a3fe4957e5249f88232e4a0.zip |
Add mingw64-runtime to the crossdev mask.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/package.mask | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 25a6b40f8786..04604142d27b 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.3702 2009/12/25 04:26:23 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.3703 2009/12/25 15:58:25 flameeyes 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! + 25 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> package.mask: + Add mingw64-runtime to the crossdev mask. + 24 Dec 2009; Andrey Grozin <grozin@gentoo.org> base/package.use.mask, arch/amd64/package.use.mask, arch/x86/package.use.mask: sci-mathematics/maxima USE flag openmcl is for amd64 and x86 only diff --git a/profiles/package.mask b/profiles/package.mask index 147d9c5753ac..46a413ae0e07 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.10998 2009/12/25 15:02:10 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.10999 2009/12/25 15:58:26 flameeyes Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -864,6 +864,7 @@ sys-apps/baselayout-vserver # please use sys-devel/crossdev to install them. dev-libs/cygwin dev-util/mingw-runtime +dev-util/mingw64-runtime dev-util/w32api # Mike Pagano <mpagano@gentoo.org> (17 Dec 2008) |