summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-10-25 05:50:43 +0000
committerMike Frysinger <vapier@gentoo.org>2009-10-25 05:50:43 +0000
commitbd703f5f6ac2a72790a5a688ed0efd664a630eb1 (patch)
tree9d8a33c26fe74e0576a33708fe1e6c907726a8a9 /profiles/hardened
parentVersion bump #290400 by kisak42. (diff)
downloadhistorical-bd703f5f6ac2a72790a5a688ed0efd664a630eb1.tar.gz
historical-bd703f5f6ac2a72790a5a688ed0efd664a630eb1.tar.bz2
historical-bd703f5f6ac2a72790a5a688ed0efd664a630eb1.zip
Mask USE=win64 for app-emulation/wine as it requires gcc-4.4.
Diffstat (limited to 'profiles/hardened')
-rw-r--r--profiles/hardened/linux/package.use.mask5
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/hardened/linux/package.use.mask b/profiles/hardened/linux/package.use.mask
index b43f5d7e2187..fca1b9298d11 100644
--- a/profiles/hardened/linux/package.use.mask
+++ b/profiles/hardened/linux/package.use.mask
@@ -1,9 +1,12 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.use.mask,v 1.7 2009/10/16 06:35:41 gengor Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.use.mask,v 1.8 2009/10/25 05:50:43 vapier Exp $
sys-devel/gcc -hardened
sys-libs/glibc -hardened
# No -z now support? Bug #269288.
sys-devel/binutils gold
+
+# requires gcc-4.4
+app-emulation/wine win64