diff options
author | 2013-06-01 03:05:24 +0000 | |
---|---|---|
committer | 2013-06-01 03:05:24 +0000 | |
commit | 01edb4926fc5b1c31827a03305ceb082513acdc4 (patch) | |
tree | 406ac52a6c4f4d560456baf8dad955a3db23d6e5 /profiles | |
parent | fcaps: _libcap_ng_verify: check the exit code of filecap in the pipeline and ... (diff) | |
download | gentoo-2-01edb4926fc5b1c31827a03305ceb082513acdc4.tar.gz gentoo-2-01edb4926fc5b1c31827a03305ceb082513acdc4.tar.bz2 gentoo-2-01edb4926fc5b1c31827a03305ceb082513acdc4.zip |
Unmask xorg's synaptics, wacom, qxl on hardened/linux/uclibc/amd64
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/hardened/linux/uclibc/amd64/use.mask | 10 |
2 files changed, 14 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 82d72330c1e2..5349872583d4 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7897 2013/05/31 15:33:44 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7898 2013/06/01 03:05:23 blueness Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 01 Jun 2013; Anthony G. Basile <blueness@gentoo.org> + hardened/linux/uclibc/amd64/use.mask: + Unmask xorg's synaptics, wacom, qxl on hardened/linux/uclibc/amd64 + 31 May 2013; Sergei Trofimovich <slyfox@gentoo.org> desc/qemu_softmmu_targets.desc, desc/qemu_user_targets.desc: Added new qemu targets: moxie, mipsn32, mipsn32el. diff --git a/profiles/hardened/linux/uclibc/amd64/use.mask b/profiles/hardened/linux/uclibc/amd64/use.mask index bc25cb73c463..bc6d5a48e8d5 100644 --- a/profiles/hardened/linux/uclibc/amd64/use.mask +++ b/profiles/hardened/linux/uclibc/amd64/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/amd64/use.mask,v 1.2 2013/02/07 03:25:26 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/amd64/use.mask,v 1.3 2013/06/01 03:05:24 blueness Exp $ # Unmask the flag which corresponds to ARCH. -amd64 @@ -16,3 +16,11 @@ -ssse3 -3dnow -3dnowext + +# Lilo works on amd64 +-lilo + +# These work +-input_devices_synaptics +-input_devices_wacom +-video_cards_qxl |