summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/ChangeLog5
-rw-r--r--profiles/hardened/linux/amd64/make.defaults6
-rw-r--r--profiles/hardened/linux/amd64/package.use12
3 files changed, 19 insertions, 4 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index 081a9778fb96..4bb064008604 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -1,10 +1,13 @@
# ChangeLog for profile directory
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5108 2011/03/05 18:55:51 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5109 2011/03/06 00:49:57 zorry 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!
+ 06 Mar 2011; Magnus Granberg <zorry@gentoo.org>
+ hardened/linux/amd64/make.default, +hardened/linux/amd64/package.use:
+ Remove the pic use flag #348050
05 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org> package.mask:
Mask sys-power/guidance-power-manager for removal.
diff --git a/profiles/hardened/linux/amd64/make.defaults b/profiles/hardened/linux/amd64/make.defaults
index e1024b229acd..d3d61f66db0b 100644
--- a/profiles/hardened/linux/amd64/make.defaults
+++ b/profiles/hardened/linux/amd64/make.defaults
@@ -1,11 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/make.defaults,v 1.4 2011/02/13 18:09:39 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/make.defaults,v 1.5 2011/03/06 00:49:58 zorry Exp $
-USE="justify"
+USE="justify -pic"
CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"
# STAGE1_USE does not stack
-STAGE1_USE="hardened multilib nptl nptlonly pic"
+STAGE1_USE="hardened multilib nptl nptlonly"
diff --git a/profiles/hardened/linux/amd64/package.use b/profiles/hardened/linux/amd64/package.use
new file mode 100644
index 000000000000..4dcaad17bae0
--- /dev/null
+++ b/profiles/hardened/linux/amd64/package.use
@@ -0,0 +1,12 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/package.use,v 1.1 2011/03/06 00:49:58 zorry Exp $
+
+# Magnus Granberg <zorry@gentoo.org> (06 Mar 2011)
+# We will have pic enable on older package but not
+# new one. This will be removed when newer get
+# stable and older package is not in portage tree
+# any longer. Tracker bug #348050
+<media-libs/mesa-7.10.1 pic
+<media-libs/xvid-1.3.0 pic
+<dev-lang/php-5.3.5-r1 pic