summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Solano Gómez <gentoo@sattvik.com>2013-02-22 20:39:00 -0600
committerDaniel Solano Gómez <gentoo@sattvik.com>2013-02-22 20:54:18 -0600
commitecec9fdc5d3c4358c62d70f8f76b9fe747018074 (patch)
tree03739eaefdab1d32bfac2ffe13b9fc14a9fdf341 /profiles
parentAdd profiles.desc for new profiles (diff)
downloadsattvik-ecec9fdc5d3c4358c62d70f8f76b9fe747018074.tar.gz
sattvik-ecec9fdc5d3c4358c62d70f8f76b9fe747018074.tar.bz2
sattvik-ecec9fdc5d3c4358c62d70f8f76b9fe747018074.zip
Add some make defaults
Diffstat (limited to 'profiles')
-rw-r--r--profiles/sattvik/linux/amd64/13.0/make.defaults18
1 files changed, 18 insertions, 0 deletions
diff --git a/profiles/sattvik/linux/amd64/13.0/make.defaults b/profiles/sattvik/linux/amd64/13.0/make.defaults
index 339fe75..a54fe9a 100644
--- a/profiles/sattvik/linux/amd64/13.0/make.defaults
+++ b/profiles/sattvik/linux/amd64/13.0/make.defaults
@@ -1,3 +1,21 @@
+ACCEPT_KEYWORDS="~amd64"
+CFLAGS="-march=native -O2 -pipe -frecord-gcc-switches"
+CXXFLAGS="${CFLAGS}"
+PORT_LOGDIR=/var/log/portage
+EMERGE_DEFAULT_OPTS="--verbose --keep-going --autounmask --autounmask-unrestricted-atoms --complete-graph --fail-clean --ask --backtrack=50 --changed-use"
+PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}"
+FEATURES="candy compress-build-logs downgrade-backup ebuild-locks fakeroot fail-clean news parallel-fetch protect-owned sandbox sfperms strict unmerge-backup unmerge-orphans unknown-features-warn userfetch userpriv usersandbox usersync xattr"
+FFLAGS="${CFLAGS}"
+FCFLAGS="${FFLAGS}"
+
+PORTAGE_ELOG_CLASSES="*"
+PORTAGE_ELOG_SYSTEM="save mail:warn,error,log echo"
+PORTAGE_ELOG_MAILURI="root /usr/bin/sendmail"
+PORTAGE_ELOG_MAILFROM="portage"
+PORTAGE_ELOG_MAILSUBJECT="[portage] \${HOST}: \${ACTION} \${PACKAGE}"
+
+
USE="-berkdb -gdbm -gstreamer -introspection minimal -pcre -perl -python -tcpd truetype vim-syntax xattr zsh-completion"
+
# vim:set ft=gentoo-make-conf: