commit: 80a5366cdaf820852e8a6389789691fb6071baf2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jan 20 20:07:54 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jan 20 20:18:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a5366c
profiles/hardened: Clean obsolete package.use* entries profiles/hardened/linux/amd64/no-multilib/package.use.force | 7 ------- profiles/hardened/linux/amd64/no-multilib/package.use.mask | 4 ++-- profiles/hardened/linux/amd64/package.use.mask | 6 +----- profiles/hardened/linux/package.use.force | 6 +----- profiles/hardened/linux/package.use.mask | 9 --------- 5 files changed, 4 insertions(+), 28 deletions(-) diff --git a/profiles/hardened/linux/amd64/no-multilib/package.use.force b/profiles/hardened/linux/amd64/no-multilib/package.use.force deleted file mode 100644 index 8be8c78..00000000 --- a/profiles/hardened/linux/amd64/no-multilib/package.use.force +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# Alexandre Rostovtsev <[email protected]> (24 Jun 2012) -# Force 64-bit parts of wine, bug #351436 -app-emulation/wine win64 diff --git a/profiles/hardened/linux/amd64/no-multilib/package.use.mask b/profiles/hardened/linux/amd64/no-multilib/package.use.mask index 8a40576..94190bb 100644 --- a/profiles/hardened/linux/amd64/no-multilib/package.use.mask +++ b/profiles/hardened/linux/amd64/no-multilib/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ sys-apps/memtest86+ floppy # Alexandre Rostovtsev <[email protected]> (24 Jun 2012) # Disable 32-bit parts of wine, bug #351436 -app-emulation/wine mono win32 +app-emulation/wine mono # Apr 28, 2008 Sébastien Fabbro <[email protected]> # ifc masked diff --git a/profiles/hardened/linux/amd64/package.use.mask b/profiles/hardened/linux/amd64/package.use.mask index 3329f0f..59e5e7c 100644 --- a/profiles/hardened/linux/amd64/package.use.mask +++ b/profiles/hardened/linux/amd64/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,10 +19,6 @@ # This target support VTV #547040. >=sys-devel/gcc-4.9 -vtv -# Kacper Kowalik <[email protected]> (29 Jul 2011) -# mask assembler as it currently doesn't work -dev-lang/path64 assembler - # Magnus Granberg <[email protected]> (29 Nov 2012) # Bug #444786 disable nvidia on app-admin/conky app-admin/conky nvidia diff --git a/profiles/hardened/linux/package.use.force b/profiles/hardened/linux/package.use.force index 9d29b58..c20f345 100644 --- a/profiles/hardened/linux/package.use.force +++ b/profiles/hardened/linux/package.use.force @@ -1,11 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -# Kacper Kowalik <[email protected]> (24 Aug 2011) -# Force hardened flag to make repoman happy -app-emulation/wine hardened - # Needed for XATTR_PAX flags app-arch/tar xattr sys-apps/coreutils xattr diff --git a/profiles/hardened/linux/package.use.mask b/profiles/hardened/linux/package.use.mask index a102633..7255837 100644 --- a/profiles/hardened/linux/package.use.mask +++ b/profiles/hardened/linux/package.use.mask @@ -15,15 +15,6 @@ sys-apps/hwloc gl sys-devel/gcc -hardened sys-libs/glibc -hardened -# bug 407689 -media-tv/xbmc profile - -# Have no way to disable jit in esr release. -=www-client/firefox-10* pgo - -# bug #468404 -net-analyzer/wireshark profile - # Ian Stakenvicius <[email protected]> (03 Dec 2014) # Have no way of knowing what Gecko Media Plugins will install in profiles www-client/firefox gmp-autoupdate
