diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-10-29 07:07:43 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-10-29 07:07:43 +0000 |
commit | 16c722c82acfbef2f76826e8d288ed7ad2c21ac1 (patch) | |
tree | 248421ddd9d4fe0474e7a51c19d78caced130795 /profiles | |
parent | Bump (diff) | |
download | gentoo-2-16c722c82acfbef2f76826e8d288ed7ad2c21ac1.tar.gz gentoo-2-16c722c82acfbef2f76826e8d288ed7ad2c21ac1.tar.bz2 gentoo-2-16c722c82acfbef2f76826e8d288ed7ad2c21ac1.zip |
Add package.use so we can enable the native arch as the default qemu target for bug #437788
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/arch/amd64/package.use | 7 |
2 files changed, 12 insertions, 1 deletions
diff --git a/profiles/arch/amd64/ChangeLog b/profiles/arch/amd64/ChangeLog index fb111444cc29..e78ecb349af3 100644 --- a/profiles/arch/amd64/ChangeLog +++ b/profiles/arch/amd64/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.187 2012/10/07 10:38:50 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.188 2012/10/29 07:07:43 cardoe Exp $ + + 29 Oct 2012; Doug Goldstein <cardoe@gentoo.org> +package.use: + Add package.use so we can enable the native arch as the default qemu target + for bug #437788 07 Oct 2012; Samuli Suominen <ssuominen@gentoo.org> package.use.mask: Restore USE="systemd" mask to sys-auth/polkit for stabilization. diff --git a/profiles/arch/amd64/package.use b/profiles/arch/amd64/package.use new file mode 100644 index 000000000000..d7620a5509e0 --- /dev/null +++ b/profiles/arch/amd64/package.use @@ -0,0 +1,7 @@ +# Copyright 2012-2012 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.1 2012/10/29 07:07:43 cardoe Exp $ + +# Doug Goldstein <cardoe@gentoo.org> (29 Oct 2012) +# Enable the native arch as the default qemu target +app-emulation/qemu qemu_softmmu_target_x86_64 |