It looks like systemd scripts often (always?) get installed, regardless of USE flag settings.
Why would they? Is this a policy?
E.g., in
cat /usr/portage/net-p2p/transmission/transmission-2.92-r2.ebuild | grep
systemd_
systemd_dounit daemon/transmission-daemon.service
systemd_install_serviced "${FILESDIR}"/transmission-daemon.service.conf
why not
if use systemd ; then
systemd_dounit daemon/transmission-daemon.service
systemd_install_serviced "${FILESDIR}"/transmission-daemon.service.conf
fi
instead?
signature.asc
Description: PGP signature

