summaryrefslogtreecommitdiff
path: root/alcora/etc/portage/make.inc.conf
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2017-02-12 11:02:26 +0100
committerCtibor Brančík <ctibor@brancik.cz>2017-02-12 11:02:26 +0100
commit27b8f419935d8c5ea3cb1a8e3df1802318a1e082 (patch)
treefb2346da123f648a8ae9b47757bb7cae486416ce /alcora/etc/portage/make.inc.conf
parent3afb1920890637adcf41a95d04d3eebd85d6e129 (diff)
downloadrpi-config-27b8f419935d8c5ea3cb1a8e3df1802318a1e082.tar.gz
rpi-config-27b8f419935d8c5ea3cb1a8e3df1802318a1e082.tar.bz2
Update portage config for alcora 20170212-110226
Diffstat (limited to 'alcora/etc/portage/make.inc.conf')
-rw-r--r--alcora/etc/portage/make.inc.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/alcora/etc/portage/make.inc.conf b/alcora/etc/portage/make.inc.conf
new file mode 100644
index 0000000..beb06b7
--- /dev/null
+++ b/alcora/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"