summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-07-27 03:47:40 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-07-27 03:47:40 +0000
commit0ed5d9f4a561a35718d2f4e216b6a1a71ea38629 (patch)
tree81f95f38b0e4d64610d4cf13397c3c45d034ab88
parentChange init script licenses to Torque-2.5+. Resolves #426160 (diff)
downloadgentoo-2-0ed5d9f4a561a35718d2f4e216b6a1a71ea38629.tar.gz
gentoo-2-0ed5d9f4a561a35718d2f4e216b6a1a71ea38629.tar.bz2
gentoo-2-0ed5d9f4a561a35718d2f4e216b6a1a71ea38629.zip
Add new hardened/linux/uclibc/ppc profiles
-rw-r--r--profiles/ChangeLog8
-rw-r--r--profiles/hardened/linux/uclibc/ppc/make.defaults3
-rw-r--r--profiles/hardened/linux/uclibc/ppc/package.use.mask2
-rw-r--r--profiles/hardened/linux/uclibc/ppc/parent1
4 files changed, 13 insertions, 1 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index 6b6ccd0760de..d295594c7f92 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -1,12 +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.6844 2012/07/27 03:39:51 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.6845 2012/07/27 03:47:40 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!
27 Jul 2012; Anthony G. Basile <blueness@gentoo.org>
+ +hardened/linux/uclibc/ppc/make.defaults,
+ +hardened/linux/uclibc/ppc/package.use.mask,
+ +hardened/linux/uclibc/ppc/parent:
+ Add new hardened/linux/uclibc/ppc profiles
+
+ 27 Jul 2012; Anthony G. Basile <blueness@gentoo.org>
+hardened/linux/uclibc/mips/make.defaults,
+hardened/linux/uclibc/mips/package.mask, +hardened/linux/uclibc/mips/parent,
+hardened/linux/uclibc/mipsel/make.defaults,
diff --git a/profiles/hardened/linux/uclibc/ppc/make.defaults b/profiles/hardened/linux/uclibc/ppc/make.defaults
new file mode 100644
index 000000000000..495d62ea4477
--- /dev/null
+++ b/profiles/hardened/linux/uclibc/ppc/make.defaults
@@ -0,0 +1,3 @@
+ARCH="ppc"
+ACCEPT_KEYWORDS="ppc"
+CHOST="powerpc-unknown-linux-uclibc"
diff --git a/profiles/hardened/linux/uclibc/ppc/package.use.mask b/profiles/hardened/linux/uclibc/ppc/package.use.mask
new file mode 100644
index 000000000000..a8de1f4ddc29
--- /dev/null
+++ b/profiles/hardened/linux/uclibc/ppc/package.use.mask
@@ -0,0 +1,2 @@
+dev-libs/libpcre cxx
+sys-libs/ncurses cxx
diff --git a/profiles/hardened/linux/uclibc/ppc/parent b/profiles/hardened/linux/uclibc/ppc/parent
new file mode 100644
index 000000000000..f3229c5b9876
--- /dev/null
+++ b/profiles/hardened/linux/uclibc/ppc/parent
@@ -0,0 +1 @@
+..