diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-12-14 09:07:59 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-12-14 09:07:59 +0000 |
commit | 33eae2f0e3476f272de3cccca5356d913d3032f3 (patch) | |
tree | 97535c4d9e926698e91e36d179fce48ba215d93f /profiles | |
parent | Bump hslogger to 1.2.6 (diff) | |
download | gentoo-2-33eae2f0e3476f272de3cccca5356d913d3032f3.tar.gz gentoo-2-33eae2f0e3476f272de3cccca5356d913d3032f3.tar.bz2 gentoo-2-33eae2f0e3476f272de3cccca5356d913d3032f3.zip |
Enable multilib by default on ati- and nvidia-drivers, bug #532492.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/amd64/package.use | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/profiles/arch/amd64/ChangeLog b/profiles/arch/amd64/ChangeLog index 5967d19d5e71..ddadc4ccad95 100644 --- a/profiles/arch/amd64/ChangeLog +++ b/profiles/arch/amd64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.297 2014/12/13 13:55:11 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.298 2014/12/14 09:07:59 mgorny Exp $ + + 14 Dec 2014; Michał Górny <mgorny@gentoo.org> package.use: + Enable multilib by default on ati- and nvidia-drivers, bug #532492. 13 Dec 2014; Michał Górny <mgorny@gentoo.org> no-emul-linux-x86/package.use.stable.mask, package.use.stable.mask: diff --git a/profiles/arch/amd64/package.use b/profiles/arch/amd64/package.use index 36faae135f78..44c5a12aab37 100644 --- a/profiles/arch/amd64/package.use +++ b/profiles/arch/amd64/package.use @@ -1,10 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use,v 1.3 2014/06/28 08:10:47 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use,v 1.4 2014/12/14 09:07:59 mgorny Exp $ # Michał Górny <mgorny@gentoo.org> (28 Jun 2014) -# Required for default USE=multilib. +# Packages that should be multilib by default. media-gfx/nvidia-cg-toolkit abi_x86_32 +x11-drivers/ati-drivers abi_x86_32 +x11-drivers/nvidia-drivers abi_x86_32 # Doug Goldstein <cardoe@gentoo.org> (29 Oct 2012) # Enable the native arch as the default qemu target |