summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2015-10-09 14:26:59 -0400
committerMike Frysinger <vapier@google.com>2015-10-09 14:26:59 -0400
commitcbaefc0ed41d7665dab9d062af3236c423c44033 (patch)
treeadbffc7c07318ceae7de1a249e0a9143cfd1636b
parent5c188e52ef93797f4c35f1626e2ab56e31c0eb25 (diff)
downloadintegration-cbaefc0ed41d7665dab9d062af3236c423c44033.tar.gz
portage: disable fortran/openmp
We have no interest in these currently. Change-Id: I6b9f678a2e04d28bdc49c37c84340bc3109682b3
-rw-r--r--portage/make.defaults.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/portage/make.defaults.in b/portage/make.defaults.in
index 294f8ac..faa53d5 100644
--- a/portage/make.defaults.in
+++ b/portage/make.defaults.in
@@ -3,6 +3,9 @@
# Stub line to make the others below more consistent. Needs to come first.
USE=""
+# No support for fortran/openmp.
+USE="${USE} -fortran -openmp"
+
# We do not use/support PAM under Android.
USE="${USE} -pam"