diff options
-rw-r--r-- | conf/intel/portage/make.conf.amd64 | 3 | ||||
-rw-r--r-- | conf/intel/portage/make.conf.x86 | 3 | ||||
-rw-r--r-- | conf/intel/portage/package.keywords/00-kogaion.package.keywords | 18 | ||||
-rw-r--r-- | conf/intel/portage/profile/package.provided | 2 |
4 files changed, 24 insertions, 2 deletions
diff --git a/conf/intel/portage/make.conf.amd64 b/conf/intel/portage/make.conf.amd64 index d0d0ecd..79b7dae 100644 --- a/conf/intel/portage/make.conf.amd64 +++ b/conf/intel/portage/make.conf.amd64 @@ -54,7 +54,8 @@ APACHE2_MPMS="prefork" GENTOO_MIRRORS="ftp://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ http://archive.mmu.edu.my/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" USE_PYTHON="2.7" -PYTHON_TARGETS="python2_7 python3_3" +PYTHON_TARGETS="python2_7" +PYTHON_SINGLE_TARGET="python2_7" # Some more forced targets PHP_TARGETS="php5-4" diff --git a/conf/intel/portage/make.conf.x86 b/conf/intel/portage/make.conf.x86 index 33fd0fb..882506b 100644 --- a/conf/intel/portage/make.conf.x86 +++ b/conf/intel/portage/make.conf.x86 @@ -57,7 +57,8 @@ SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" GENTOO_MIRRORS="http://ftp.heanet.ie/pub/gentoo/ ftp://ftp.halifax.rwth-aachen.de/gentoo/ ftp://mirror.cambrium.nl/pub/os/linux/gentoo/ ftp://mirror.opteamax.de/gentoo/ http://ftp.heanet.ie/pub/gentoo/" USE_PYTHON="2.7" -PYTHON_TARGETS="python2_7 python3_3" +PYTHON_TARGETS="python2_7" +PYTHON_SINGLE_TARGET="python2_7" # Other forced targets PHP_TARGETS="php5-4" diff --git a/conf/intel/portage/package.keywords/00-kogaion.package.keywords b/conf/intel/portage/package.keywords/00-kogaion.package.keywords new file mode 100644 index 0000000..45ece61 --- /dev/null +++ b/conf/intel/portage/package.keywords/00-kogaion.package.keywords @@ -0,0 +1,18 @@ +# use unstable qt to enable true multilib build +dev-qt/qtchooser ~amd64 ~x86 +dev-qt/qtcore ~amd64 ~x86 +dev-qt/qtdbus ~amd64 ~x86 +dev-qt/qtgui ~amd64 ~x86 +dev-qt/qtscript ~amd64 ~x86 +dev-qt/qtsql ~amd64 ~x86 +dev-qt/qttranslations ~amd64 ~x86 +dev-qt/qtwebkit ~amd64 ~x86 +dev-qt/qtxmlpatterns ~amd64 ~x86 +dev-qt/qt3support ~amd64 ~x86 + +# install equo from OUR overlay +=app-admin/equo-292::kogaion ~amd64 ~x86 +=sys-apps/entropy-292::kogaion ~amd64 ~x86 +=sys-apps/entropy-server-292::kogaion ~amd64 ~x86 +=app-admin/matter-292::kogaion ~amd64 ~x86 + diff --git a/conf/intel/portage/profile/package.provided b/conf/intel/portage/profile/package.provided index e69de29..c4abd8f 100644 --- a/conf/intel/portage/profile/package.provided +++ b/conf/intel/portage/profile/package.provided @@ -0,0 +1,2 @@ +sys-apps/sysvinit-2.88-r7 +sys-apps/openrc-0.13.9 |