diff options
author | 2009-01-31 15:18:55 +0000 | |
---|---|---|
committer | 2009-01-31 15:18:55 +0000 | |
commit | 3e26d10689af17c54e57b9068a213af277411080 (patch) | |
tree | 034a5c32940f1b3e71382609686b51aef1388ad5 /profiles/hardened | |
parent | Enable glib and ssl useflags by default, fixes bug 257102 (diff) | |
download | gentoo-2-3e26d10689af17c54e57b9068a213af277411080.tar.gz gentoo-2-3e26d10689af17c54e57b9068a213af277411080.tar.bz2 gentoo-2-3e26d10689af17c54e57b9068a213af277411080.zip |
Mask cuda use flag for boinc. Make it work only for nonhardened amd64 and x86.
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/amd64/package.use.mask | 3 | ||||
-rw-r--r-- | profiles/hardened/linux/x86/package.use.mask | 3 |
2 files changed, 6 insertions, 0 deletions
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) |