diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-24 18:02:34 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-28 01:25:50 -0800 |
commit | a653ca812e54da6b1d247a5226c8b751921f9b08 (patch) | |
tree | dd3accd59d0fd4fd1a9d13263e0a3aedaf9d44c8 /profiles/default | |
parent | profiles/arch/ppc: new set of arch profile (diff) | |
download | gentoo-a653ca812e54da6b1d247a5226c8b751921f9b08.tar.gz gentoo-a653ca812e54da6b1d247a5226c8b751921f9b08.tar.bz2 gentoo-a653ca812e54da6b1d247a5226c8b751921f9b08.zip |
default/linux/ppc/17.0: new set of user-visible ppc profiles
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/ppc/17.0/eapi | 1 | ||||
-rw-r--r-- | profiles/default/linux/ppc/17.0/parent | 2 | ||||
-rw-r--r-- | profiles/default/linux/ppc/eapi | 1 | ||||
-rw-r--r-- | profiles/default/linux/ppc/package.use.mask | 6 | ||||
-rw-r--r-- | profiles/default/linux/ppc/parent | 3 |
5 files changed, 13 insertions, 0 deletions
diff --git a/profiles/default/linux/ppc/17.0/eapi b/profiles/default/linux/ppc/17.0/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/ppc/17.0/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/ppc/17.0/parent b/profiles/default/linux/ppc/17.0/parent new file mode 100644 index 000000000000..4ce24f0217a8 --- /dev/null +++ b/profiles/default/linux/ppc/17.0/parent @@ -0,0 +1,2 @@ +.. +../../../../releases/17.0 diff --git a/profiles/default/linux/ppc/eapi b/profiles/default/linux/ppc/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/ppc/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/ppc/package.use.mask b/profiles/default/linux/ppc/package.use.mask new file mode 100644 index 000000000000..631cbe4ff0cb --- /dev/null +++ b/profiles/default/linux/ppc/package.use.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Mike Frysinger <vapier@gentoo.org> (2014-10-21) +# This target supports ASAN/etc... #504200. +sys-devel/gcc -sanitize diff --git a/profiles/default/linux/ppc/parent b/profiles/default/linux/ppc/parent new file mode 100644 index 000000000000..47ae2f1e1c6e --- /dev/null +++ b/profiles/default/linux/ppc/parent @@ -0,0 +1,3 @@ +../../../base +.. +../../../arch/ppc |