pacho 15/04/21 17:31:51 Modified: package.mask Log: Mask other udev providers apart of systemd for systemd subprofiles to help portage to not try to pull in wrong provider leading to strange blockers
Revision Changes Path 1.5 profiles/targets/systemd/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/systemd/package.mask?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/systemd/package.mask?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/systemd/package.mask?r1=1.4&r2=1.5 Index: package.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/targets/systemd/package.mask,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- package.mask 8 Feb 2015 18:24:10 -0000 1.4 +++ package.mask 21 Apr 2015 17:31:51 -0000 1.5 @@ -1,6 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/systemd/package.mask,v 1.4 2015/02/08 18:24:10 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/targets/systemd/package.mask,v 1.5 2015/04/21 17:31:51 pacho Exp $ + +# Pacho Ramos <[email protected]> (21 Apr 2015) +# This is for running sys-apps/systemd and also helps +# portage to not try to pull in other providers leading to +# strange blockers. +sys-fs/eudev +sys-fs/udev # Chí-Thanh Christopher Nguyễn <[email protected]> (26 Oct 2014) # package is masked for bugs #526762 and #526802 on non-systemd systems.
