diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-04-21 17:31:51 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-04-21 17:31:51 +0000 |
commit | 3c6aedb574434df319502fe4badf0b4a558a245f (patch) | |
tree | 092eb128b8a2fce8ee40b538534f94ad7b08fe8c /profiles | |
parent | Stable for PPC64 too. (diff) | |
download | gentoo-2-3c6aedb574434df319502fe4badf0b4a558a245f.tar.gz gentoo-2-3c6aedb574434df319502fe4badf0b4a558a245f.tar.bz2 gentoo-2-3c6aedb574434df319502fe4badf0b4a558a245f.zip |
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
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/targets/systemd/package.mask | 9 |
2 files changed, 13 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 7959cfca1947..908c521805a2 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9949 2015/04/20 20:31:49 chewi Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9950 2015/04/21 17:31:51 pacho Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 21 Apr 2015; Pacho Ramos <pacho@gentoo.org> targets/systemd/package.mask: + 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 + 20 Apr 2015; James Le Cuirot <chewi@gentoo.org> package.mask: Unmask Java 8. This is long overdue and it's looking good now. diff --git a/profiles/targets/systemd/package.mask b/profiles/targets/systemd/package.mask index e6213b5ec357..e2ce3b173db9 100644 --- a/profiles/targets/systemd/package.mask +++ b/profiles/targets/systemd/package.mask @@ -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 <pacho@gentoo.org> (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 <chithanh@gentoo.org> (26 Oct 2014) # package is masked for bugs #526762 and #526802 on non-systemd systems. |