summaryrefslogtreecommitdiff
path: root/profiles/targets/developer
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /profiles/targets/developer
reinit the tree, so we can have metadata
Diffstat (limited to 'profiles/targets/developer')
-rw-r--r--profiles/targets/developer/eapi1
-rw-r--r--profiles/targets/developer/make.defaults21
-rw-r--r--profiles/targets/developer/parent1
3 files changed, 23 insertions, 0 deletions
diff --git a/profiles/targets/developer/eapi b/profiles/targets/developer/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /dev/null
+++ b/profiles/targets/developer/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/targets/developer/make.defaults b/profiles/targets/developer/make.defaults
new file mode 100644
index 000000000000..94e10bef0180
--- /dev/null
+++ b/profiles/targets/developer/make.defaults
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Remove "multilib-strict" for now wrt #424423
+FEATURES="collision-protect sign splitdebug test test-fail-continue userpriv usersandbox"
+
+# Disable branding (from desktop)
+USE="-branding"
+
+# As much as it pains me, we hope that developers know what they're doing.
+I_KNOW_WHAT_I_AM_DOING="yes"
+
+# Log eqawarn messages
+PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"
+
+# Settings that previously were in targets/server, we dont inherit that anymore as
+# it is going away.
+# USE="-perl -python snmp truetype xml"
+# perl and python are now disabled by default anyway, truetype and xml are enabled
+# by the also inherited desktop profile
+USE="snmp"
diff --git a/profiles/targets/developer/parent b/profiles/targets/developer/parent
new file mode 100644
index 000000000000..5b26f1c370aa
--- /dev/null
+++ b/profiles/targets/developer/parent
@@ -0,0 +1 @@
+../desktop