summaryrefslogtreecommitdiff
path: root/conf/alcor/etc/portage/make.inc.conf
diff options
context:
space:
mode:
authorCtibor <ctibor@brancik.cz>2017-03-15 08:03:46 +0100
committerCtibor <ctibor@brancik.cz>2017-03-15 08:03:46 +0100
commit37294d931231fda772bf1f6b5d3e159404a9dadb (patch)
tree9cdd9f5ec21f4c38cd8f3abd455f16f2b02b0ca6 /conf/alcor/etc/portage/make.inc.conf
parent6c6e962cb8b1c5776581e0a6d44e7c5024ad7d54 (diff)
downloadrpi-config-37294d931231fda772bf1f6b5d3e159404a9dadb.tar.gz
rpi-config-37294d931231fda772bf1f6b5d3e159404a9dadb.tar.bz2
Prepare DIR structures and move config files.
Diffstat (limited to 'conf/alcor/etc/portage/make.inc.conf')
-rw-r--r--conf/alcor/etc/portage/make.inc.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/alcor/etc/portage/make.inc.conf b/conf/alcor/etc/portage/make.inc.conf
new file mode 100644
index 0000000..beb06b7
--- /dev/null
+++ b/conf/alcor/etc/portage/make.inc.conf
@@ -0,0 +1,10 @@
+PORT_LOGDIR_CLEAN="find '${PORT_LOGDIR}' -type f ! -name '*.log' -mtime +1 -delete"
+EMERGE_DEFAULT_OPTS="--keep-going --autounmask-write --nospinner --quiet-build=y --binpkg-respect-use=y --usepkg=y"
+
+USE="${ARCH} zlib bindist -cups -acl"
+GENTOO_MIRRORS="http://ftp.fi.muni.cz/pub/linux/gentoo/ http://gentoo.supp.name/ http://gentoo.mirror.web4u.cz/ http://gentoo.mirror.dkm.cz/pub/gentoo/ ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo"
+LINGUAS="cs"
+VIDEO_CARDS="fbdev"
+INPUT_DEVICES="mouse keyboard evdev"
+
+source "/var/lib/layman/make.conf"