summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-11-21 18:15:48 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-11-21 18:15:48 +0000
commitc9eba9d6650209056129f623d67ffe18c2a752f9 (patch)
treed81b1e725f50a31257513ffc478bee3821a0264b /profiles
parentStable for SPARC (bug #436692). (diff)
downloadgentoo-2-c9eba9d6650209056129f623d67ffe18c2a752f9.tar.gz
gentoo-2-c9eba9d6650209056129f623d67ffe18c2a752f9.tar.bz2
gentoo-2-c9eba9d6650209056129f623d67ffe18c2a752f9.zip
Use force the arch flags for hardened/linux/uclibc as with regular arch profiles
Diffstat (limited to 'profiles')
-rw-r--r--profiles/ChangeLog9
-rw-r--r--profiles/hardened/linux/uclibc/amd64/use.force6
-rw-r--r--profiles/hardened/linux/uclibc/arm/use.force6
-rw-r--r--profiles/hardened/linux/uclibc/mips/use.force6
-rw-r--r--profiles/hardened/linux/uclibc/ppc/use.force6
-rw-r--r--profiles/hardened/linux/uclibc/x86/use.force6
6 files changed, 38 insertions, 1 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index 5db05b9d5e1d..1a8a80fac61c 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -1,11 +1,18 @@
# ChangeLog for profile directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7171 2012/11/21 17:41:59 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7172 2012/11/21 18:15:47 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!
+ 21 Nov 2012; Anthony G. Basile <blueness@gentoo.org>
+ +hardened/linux/uclibc/amd64/use.force, +hardened/linux/uclibc/arm/use.force,
+ +hardened/linux/uclibc/mips/use.force, +hardened/linux/uclibc/ppc/use.force,
+ +hardened/linux/uclibc/x86/use.force:
+ Use force the arch flags for hardened/linux/uclibc as with regular arch
+ profiles
+
21 Nov 2012; Alexis Ballier <aballier@gentoo.org> updates/4Q-2012:
move x11-libs/vdpau-video to x11-libs/libva-vdpau-driver
diff --git a/profiles/hardened/linux/uclibc/amd64/use.force b/profiles/hardened/linux/uclibc/amd64/use.force
new file mode 100644
index 000000000000..df126ae8261c
--- /dev/null
+++ b/profiles/hardened/linux/uclibc/amd64/use.force
@@ -0,0 +1,6 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/amd64/use.force,v 1.1 2012/11/21 18:15:47 blueness Exp $
+
+# Force the flag which corresponds to ARCH.
+amd64
diff --git a/profiles/hardened/linux/uclibc/arm/use.force b/profiles/hardened/linux/uclibc/arm/use.force
new file mode 100644
index 000000000000..dee102af649e
--- /dev/null
+++ b/profiles/hardened/linux/uclibc/arm/use.force
@@ -0,0 +1,6 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/arm/use.force,v 1.1 2012/11/21 18:15:48 blueness Exp $
+
+# Force the flag which corresponds to ARCH.
+arm
diff --git a/profiles/hardened/linux/uclibc/mips/use.force b/profiles/hardened/linux/uclibc/mips/use.force
new file mode 100644
index 000000000000..76627802f7a9
--- /dev/null
+++ b/profiles/hardened/linux/uclibc/mips/use.force
@@ -0,0 +1,6 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/mips/use.force,v 1.1 2012/11/21 18:15:48 blueness Exp $
+
+# Force the flag which corresponds to ARCH.
+mips
diff --git a/profiles/hardened/linux/uclibc/ppc/use.force b/profiles/hardened/linux/uclibc/ppc/use.force
new file mode 100644
index 000000000000..8d7a8261880c
--- /dev/null
+++ b/profiles/hardened/linux/uclibc/ppc/use.force
@@ -0,0 +1,6 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/ppc/use.force,v 1.1 2012/11/21 18:15:48 blueness Exp $
+
+# Force the flag which corresponds to ARCH.
+ppc
diff --git a/profiles/hardened/linux/uclibc/x86/use.force b/profiles/hardened/linux/uclibc/x86/use.force
new file mode 100644
index 000000000000..b886e6bae41d
--- /dev/null
+++ b/profiles/hardened/linux/uclibc/x86/use.force
@@ -0,0 +1,6 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.force,v 1.1 2012/11/21 18:15:48 blueness Exp $
+
+# Force the flag which corresponds to ARCH.
+x86