intel/portage: ACCEPT_LICENSE="* -@EULA" in make.conf

see https://www.gentoo.org/support/news-items/2019-05-23-accept_license.html
This commit is contained in:
Joost Ruis
2019-06-03 23:26:07 +02:00
parent 1699dbe469
commit b6cce1bf5f
+1
View File
@@ -55,6 +55,7 @@ CONFIG_PROTECT="/usr/share/config/kdm /etc /etc/conf.d /etc/init.d"
CONFIG_PROTECT_MASK="/etc/skel /lib/modules"
APACHE2_MPMS="prefork"
GENTOO_MIRRORS="ftp://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ rsync://gentoo.bloodhost.ru/gentoo-distfiles ftp://gentoo.mirrors.tds.net/gentoo ftp://ftp.halifax.rwth-aachen.de/gentoo/ rsync://mirror.neolabs.kz/gentoo http://ftp.gentoo.bg/ http://ftp.cc.uoc.gr/mirrors/linux/gentoo/ ftp://ftp.cc.uoc.gr/mirrors/linux/gentoo/ ftp://mirrors.tera-byte.com/pub/gentoo"
ACCEPT_LICENSE="* -@EULA"
USE_PYTHON="2.7"
PYTHON_TARGETS="python2_7 python3_6"