diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-09-28 02:09:07 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-09-28 02:09:07 +0000 |
commit | ebfe15b0dabf1dca4f91bc0307bca110fc31a630 (patch) | |
tree | 8487a35b55582ecc317b74f6c641b57196771799 /profiles/hardened | |
parent | Add virtualx for tests (diff) | |
download | historical-ebfe15b0dabf1dca4f91bc0307bca110fc31a630.tar.gz historical-ebfe15b0dabf1dca4f91bc0307bca110fc31a630.tar.bz2 historical-ebfe15b0dabf1dca4f91bc0307bca110fc31a630.zip |
Mask gphoto2 USE flag for wine on 64-bit systems (it's not in the emul packages).
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/amd64/package.use.mask | 2 | ||||
-rw-r--r-- | profiles/hardened/linux/amd64/package.use.mask | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/profiles/hardened/amd64/package.use.mask b/profiles/hardened/amd64/package.use.mask index 31c814374ce3..1c0b350a7a28 100644 --- a/profiles/hardened/amd64/package.use.mask +++ b/profiles/hardened/amd64/package.use.mask @@ -7,7 +7,7 @@ app-backup/backup-manager s3 # Mask dbus, hal, nas and scanner USE flags; # Bug 203680 # Mask GnuTLS (not available as 32-bit library) -app-emulation/wine dbus hal ldap nas scanner gnutls +app-emulation/wine dbus hal ldap nas scanner gnutls gphoto2 # 2008/08/01 Jean-Noël Rivasseau <elvanor@gentoo.org> # Disabling gcj flag, no gcc-4.3.1 yet diff --git a/profiles/hardened/linux/amd64/package.use.mask b/profiles/hardened/linux/amd64/package.use.mask index 6a0d58f2ca48..4fad42105bdb 100644 --- a/profiles/hardened/linux/amd64/package.use.mask +++ b/profiles/hardened/linux/amd64/package.use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/package.use.mask,v 1.10 2009/09/19 10:58:07 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/package.use.mask,v 1.11 2009/09/28 02:09:07 flameeyes Exp $ # Markus Meier <maekke@gentoo.org> (19 Sep 2009) # Mask media-gfx/blender[openmp] as it needs @@ -12,7 +12,7 @@ media-gfx/blender openmp # Mask dbus, hal, nas and scanner USE flags; # Bug 203680 # Mask GnuTLS (not available as 32-bit library) -app-emulation/wine dbus hal ldap nas scanner gnutls +app-emulation/wine dbus hal ldap nas scanner gnutls gphoto2 # cuda dont work on hardended sci-misc/boinc cuda |