diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-01-31 15:18:55 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-01-31 15:18:55 +0000 |
commit | 2186412417ba3bb9fdf395604c871ffc0789e614 (patch) | |
tree | 1c62c308b2f9ae6fc51ae7e26f79f54b696d21b0 /profiles | |
parent | Enable glib and ssl useflags by default, fixes bug 257102 (diff) | |
download | historical-2186412417ba3bb9fdf395604c871ffc0789e614.tar.gz historical-2186412417ba3bb9fdf395604c871ffc0789e614.tar.bz2 historical-2186412417ba3bb9fdf395604c871ffc0789e614.zip |
Mask cuda use flag for boinc. Make it work only for nonhardened amd64 and x86.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 6 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 2 | ||||
-rw-r--r-- | profiles/base/package.use.mask | 6 | ||||
-rw-r--r-- | profiles/default/linux/package.use.mask | 3 | ||||
-rw-r--r-- | profiles/hardened/linux/amd64/package.use.mask | 3 | ||||
-rw-r--r-- | profiles/hardened/linux/x86/package.use.mask | 3 |
6 files changed, 16 insertions, 7 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index c867a6739c2f..8abd48ae3491 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.23 2009/01/24 11:53:35 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.24 2009/01/31 15:18:54 scarabeus 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 @@ -33,9 +33,9 @@ media-video/mplayer -cpudetection -custom-cpuopts -dxr3 -bindist # but not on 1.7 yet =dev-java/sun-jdk-1.7* nsplugin -# Tomas Chvatal <scarabeus@gentoo.org> (24 Nov 2008) +# Tomas Chvatal <scarabeus@gentoo.org> (31 Jan 2009) # masked in base, unmaks for x86/amd64 -sci-misc/boinc -bindist +sci-misc/boinc -cuda # Serkan Kaba <serkan@gentoo.org> (20 Jul 2008) app-text/enchant -zemberek diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index f10cc70dc788..4fe0804f0671 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -5,7 +5,7 @@ media-libs/realcodecs win32codecs # Tomas Chvatal <scarabeus@gentoo.org> (24 Nov 2008) # masked in base, unmaks for x86/amd64 -sci-misc/boinc -bindist +sci-misc/boinc -cuda # Robert Buchholz <rbu@gentoo.org> (16 Aug 2008) # masked in base, unmask for x86/amd64 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index a1d82ffdd0a7..c51795e421bc 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -5,9 +5,9 @@ # Bug 255623 dev-dotnet/libgdiplus pango -# Tomas Chvatal <scarabeus@gentoo.org> (24 Nov 2008) -# mask bindist for boinc, which is only for x86 and amd64 -sci-misc/boinc bindist +# Tomas Chvatal <scarabeus@gentoo.org> (31 Jan 2009) +# mask cuda for boinc. Works only on amd64 and x86 +sci-misc/boinc cuda # Robert Buchholz <rbu@gentoo.org> (16 Aug 2008) # TLS needs dev-libs/cryptlib, which is x86 only diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask index 9176c06bd6cb..0bde73bf9057 100644 --- a/profiles/default/linux/package.use.mask +++ b/profiles/default/linux/package.use.mask @@ -1,3 +1,6 @@ +# Mask since there are no targets for other archs than x86 and amd64 +sci-misc/boinc cuda + # Mask until Qt 4.4 works with this package, as we need to mask 4.3 # because of bug 248038. See also bug 243362. sci-visualization/paraview qt4 diff --git a/profiles/hardened/linux/amd64/package.use.mask b/profiles/hardened/linux/amd64/package.use.mask index 8512cf19d81d..1b38dcd3962d 100644 --- a/profiles/hardened/linux/amd64/package.use.mask +++ b/profiles/hardened/linux/amd64/package.use.mask @@ -1,3 +1,6 @@ +# cuda dont work on hardended +sci-misc/boinc cuda + # 2008/08/01 Jean-Noël Rivasseau <elvanor@gentoo.org> # Disabling gcj flag, no gcc-4.3.1 yet dev-java/eclipse-ecj gcj diff --git a/profiles/hardened/linux/x86/package.use.mask b/profiles/hardened/linux/x86/package.use.mask index 7e6fb4bbd678..28ddfb93466f 100644 --- a/profiles/hardened/linux/x86/package.use.mask +++ b/profiles/hardened/linux/x86/package.use.mask @@ -1,3 +1,6 @@ +# cuda does not work on hardended +sci-misc/boinc cuda + # This file requires >=portage-2.1.1 # Jean-Noël Rivasseau <elvanor@gentoo.org> (01 Aug 2008) |