summaryrefslogtreecommitdiff
path: root/conf/mizar/etc/portage/make.inc.conf
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2018-09-21 00:29:04 +0200
committerCtibor Brančík <ctibor@brancik.cz>2018-09-21 00:29:04 +0200
commit79e6c1937e387772a2da4214ed40987e00a5df1d (patch)
tree47ac059e8b4a10a366c1ff50209ec843b43ddde6 /conf/mizar/etc/portage/make.inc.conf
parentc63db1b4bef4f305918cf3f6c2d3fcf9f002c81e (diff)
downloadrpi-config-79e6c1937e387772a2da4214ed40987e00a5df1d.tar.gz
rpi-config-79e6c1937e387772a2da4214ed40987e00a5df1d.tar.bz2
Update portage config for mizar 20180921-002904
Diffstat (limited to 'conf/mizar/etc/portage/make.inc.conf')
-rw-r--r--conf/mizar/etc/portage/make.inc.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/mizar/etc/portage/make.inc.conf b/conf/mizar/etc/portage/make.inc.conf
index 5ea6d45..2d912ca 100644
--- a/conf/mizar/etc/portage/make.inc.conf
+++ b/conf/mizar/etc/portage/make.inc.conf
@@ -1,5 +1,6 @@
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="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 -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"