summaryrefslogtreecommitdiff
path: root/conf/alcor/etc/portage/make.inc.conf
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2018-11-12 05:55:58 +0100
committerCtibor Brančík <ctibor@brancik.cz>2018-11-12 05:55:58 +0100
commit7586fd7c20f07ee2b3cd583dc936c7358e6a62be (patch)
tree8562304d715cfb200c2018772f7f9de2545770d1 /conf/alcor/etc/portage/make.inc.conf
parent96f0d63fec48631036e879fa120582fc9039a0f2 (diff)
downloadrpi-config-7586fd7c20f07ee2b3cd583dc936c7358e6a62be.tar.gz
rpi-config-7586fd7c20f07ee2b3cd583dc936c7358e6a62be.tar.bz2
Update portage config for alcor-03 20181112-055558
Diffstat (limited to 'conf/alcor/etc/portage/make.inc.conf')
-rw-r--r--conf/alcor/etc/portage/make.inc.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/alcor/etc/portage/make.inc.conf b/conf/alcor/etc/portage/make.inc.conf
index beb06b7..f40b205 100644
--- a/conf/alcor/etc/portage/make.inc.conf
+++ b/conf/alcor/etc/portage/make.inc.conf
@@ -1,10 +1,12 @@
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"
+PKG_EXCLUDE="\"virtual/* sys-kernel/raspberrypi-sources sys-boot/raspberrypi-firmware sci-libs/indilib sci-libs/indilib-driver-gpsd sci-libs/indilib-driver-eqmod sci-libs/libqhy sci-libs/indilib-driver-qhy sci-libs/indilib-driver-amh sys-boot/raspberrypi-firmware\""
+EMERGE_DEFAULT_OPTS="--buildpkg-exclude ${PKG_EXCLUDE} --usepkg-exclude ${PKG_EXCLUDE} --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"
+VIDEO_CARDS="fbdev vc4"
INPUT_DEVICES="mouse keyboard evdev"
+CAMERAS="ptp2"
source "/var/lib/layman/make.conf"