summaryrefslogtreecommitdiff
path: root/profiles/features
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-10 13:32:20 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-10 13:32:20 +0000
commitbf8de6192524655776976882a700e66eaf2646a7 (patch)
tree180bced139f9a62d3c18298a6c58bafae4548718 /profiles/features
parentdb42a995a5cdeedb9c3613dae4c387c77e8400b0 (diff)
drop custom profile
Diffstat (limited to 'profiles/features')
-rw-r--r--profiles/features/eapi1
-rw-r--r--profiles/features/multilib/eapi1
-rw-r--r--profiles/features/multilib/make.defaults16
-rw-r--r--profiles/features/multilib/package.use6
-rw-r--r--profiles/features/multilib/package.use.force6
-rw-r--r--profiles/features/multilib/use.mask8
6 files changed, 0 insertions, 38 deletions
diff --git a/profiles/features/eapi b/profiles/features/eapi
deleted file mode 100644
index 7ed6ff82..00000000
--- a/profiles/features/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/features/multilib/eapi b/profiles/features/multilib/eapi
deleted file mode 100644
index 7ed6ff82..00000000
--- a/profiles/features/multilib/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/features/multilib/make.defaults b/profiles/features/multilib/make.defaults
deleted file mode 100644
index a844d754..00000000
--- a/profiles/features/multilib/make.defaults
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
-# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
-# This is so we build with multilib from the start
-BOOTSTRAP_USE="${BOOTSTRAP_USE} multilib"
-
-# Default USE=multilib to on. This rarely impact packages as they should be
-# using the multilib eclass anyways. #435094
-USE="multilib"
-
-# FEATURES="multilib-strict" specific settings.
-MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib"
-MULTILIB_STRICT_DENY="64-bit.*shared object"
-MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage|udev|systemd|clang|python-exec|llvm)"
diff --git a/profiles/features/multilib/package.use b/profiles/features/multilib/package.use
deleted file mode 100644
index b171f871..00000000
--- a/profiles/features/multilib/package.use
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-
-# Enable all ABIs by default so we can protect any non-native binaries that
-# might be executed.
-sys-apps/sandbox abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_o32 abi_mips_n32 abi_mips_n64 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
diff --git a/profiles/features/multilib/package.use.force b/profiles/features/multilib/package.use.force
deleted file mode 100644
index dfb4f6d5..00000000
--- a/profiles/features/multilib/package.use.force
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 2004-2017 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-
-# These packages must have multilib turned on in order to work sanely.
-sys-devel/gcc multilib
-sys-libs/glibc multilib
diff --git a/profiles/features/multilib/use.mask b/profiles/features/multilib/use.mask
deleted file mode 100644
index 7471c9f0..00000000
--- a/profiles/features/multilib/use.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 2004-2008 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-
-# SECTION: Unmask
-
-# 2008/02/13 - Chris Gianelloni <wolf31o2@gentoo.org>
-# Unmask multilib, since we need to use it.
--multilib