From 2c8ce3892ae938eee9c32ff391796c08cb3d2789 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 4 Aug 2017 22:08:45 +0100 Subject: prevent systemd unit files from being installed --- conf/intel/portage/make.conf.amd64-binmode | 7 +++++++ conf/intel/portage/make.conf.amd64-mixedmode | 6 ++++++ conf/intel/portage/make.conf.amd64-srcmode | 6 ++++++ 3 files changed, 19 insertions(+) (limited to 'conf/intel') diff --git a/conf/intel/portage/make.conf.amd64-binmode b/conf/intel/portage/make.conf.amd64-binmode index f221975..13bd374 100644 --- a/conf/intel/portage/make.conf.amd64-binmode +++ b/conf/intel/portage/make.conf.amd64-binmode @@ -64,5 +64,12 @@ ABI_X86="64 32" PORTDIR="/usr/portage" DISTDIR="${PORTDIR}/distfiles" +INSTALL_MASK="/etc/systemd + /usr/lib/systemd + /usr/lib64/systemd + /usr/lib/debug + /usr/lib64/debug" + + source /var/lib/layman/make.conf source /etc/portage/binhost.conf diff --git a/conf/intel/portage/make.conf.amd64-mixedmode b/conf/intel/portage/make.conf.amd64-mixedmode index 885fc08..0a44d80 100644 --- a/conf/intel/portage/make.conf.amd64-mixedmode +++ b/conf/intel/portage/make.conf.amd64-mixedmode @@ -64,5 +64,11 @@ ABI_X86="64 32" PORTDIR="/usr/portage" DISTDIR="${PORTDIR}/distfiles" +INSTALL_MASK="/etc/systemd + /usr/lib/systemd + /usr/lib64/systemd + /usr/lib/debug + /usr/lib64/debug" + source /var/lib/layman/make.conf source /etc/portage/binhost.conf diff --git a/conf/intel/portage/make.conf.amd64-srcmode b/conf/intel/portage/make.conf.amd64-srcmode index bf9a802..fd3969b 100644 --- a/conf/intel/portage/make.conf.amd64-srcmode +++ b/conf/intel/portage/make.conf.amd64-srcmode @@ -63,4 +63,10 @@ ABI_X86="64 32" PORTDIR="/usr/portage" DISTDIR="${PORTDIR}/distfiles" +INSTALL_MASK="/etc/systemd + /usr/lib/systemd + /usr/lib64/systemd + /usr/lib/debug + /usr/lib64/debug" + source /var/lib/layman/make.conf -- cgit v1.2.3