* [gentoo-commits] gentoo-x86 commit in profiles/targets/systemd: package.use.mask
@ 2014-01-27 21:59 Ian Stakenvicius (axs)
0 siblings, 0 replies; 5+ messages in thread
From: Ian Stakenvicius (axs) @ 2014-01-27 21:59 UTC (permalink / raw
To: gentoo-commits
axs 14/01/27 21:59:11
Modified: package.use.mask
Log:
add sys-fs/dmraid[static] to systemd package.use.mask since it cant be built without lvm2[static-libs]
Revision Changes Path
1.2 profiles/targets/systemd/package.use.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/systemd/package.use.mask?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/systemd/package.use.mask?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/systemd/package.use.mask?r1=1.1&r2=1.2
Index: package.use.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/targets/systemd/package.use.mask,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- package.use.mask 9 Oct 2013 18:07:18 -0000 1.1
+++ package.use.mask 27 Jan 2014 21:59:11 -0000 1.2
@@ -1,8 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/targets/systemd/package.use.mask,v 1.1 2013/10/09 18:07:18 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/targets/systemd/package.use.mask,v 1.2 2014/01/27 21:59:11 axs Exp $
# 'static-libs' support on sys-apps/systemd is not provided
virtual/udev static-libs
sys-fs/cryptsetup static static-libs
sys-fs/lvm2 static static-libs
+sys-fs/dmraid static
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/targets/systemd: package.use.mask
@ 2014-05-29 18:44 Pacho Ramos (pacho)
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2014-05-29 18:44 UTC (permalink / raw
To: gentoo-commits
pacho 14/05/29 18:44:55
Modified: package.use.mask
Log:
upower support is not needed on setups running systemd, also relies on old upower (#508920)
Revision Changes Path
1.3 profiles/targets/systemd/package.use.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/systemd/package.use.mask?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/systemd/package.use.mask?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/systemd/package.use.mask?r1=1.2&r2=1.3
Index: package.use.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/targets/systemd/package.use.mask,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- package.use.mask 27 Jan 2014 21:59:11 -0000 1.2
+++ package.use.mask 29 May 2014 18:44:55 -0000 1.3
@@ -1,6 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/targets/systemd/package.use.mask,v 1.2 2014/01/27 21:59:11 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/targets/systemd/package.use.mask,v 1.3 2014/05/29 18:44:55 pacho Exp $
+
+# Pacho Ramos <pacho@gentoo.org> (29 May 2014)
+# upower support is not needed on setups running systemd, also
+# relies on old upower (#508920)
+>=mate-extra/mate-power-manager-1.8.0-r2 upower
# 'static-libs' support on sys-apps/systemd is not provided
virtual/udev static-libs
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/targets/systemd: package.use.mask
@ 2014-05-29 18:46 Pacho Ramos (pacho)
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2014-05-29 18:46 UTC (permalink / raw
To: gentoo-commits
pacho 14/05/29 18:46:06
Modified: package.use.mask
Log:
Fix previous commit
Revision Changes Path
1.4 profiles/targets/systemd/package.use.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/systemd/package.use.mask?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/systemd/package.use.mask?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/systemd/package.use.mask?r1=1.3&r2=1.4
Index: package.use.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/targets/systemd/package.use.mask,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- package.use.mask 29 May 2014 18:44:55 -0000 1.3
+++ package.use.mask 29 May 2014 18:46:06 -0000 1.4
@@ -1,11 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/targets/systemd/package.use.mask,v 1.3 2014/05/29 18:44:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/targets/systemd/package.use.mask,v 1.4 2014/05/29 18:46:06 pacho Exp $
# Pacho Ramos <pacho@gentoo.org> (29 May 2014)
# upower support is not needed on setups running systemd, also
# relies on old upower (#508920)
->=mate-extra/mate-power-manager-1.8.0-r2 upower
+>=mate-base/mate-session-manager-1.8.1-r1 upower
# 'static-libs' support on sys-apps/systemd is not provided
virtual/udev static-libs
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/targets/systemd: package.use.mask
@ 2014-07-25 20:05 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-07-25 20:05 UTC (permalink / raw
To: gentoo-commits
ssuominen 14/07/25 20:05:24
Modified: package.use.mask
Log:
Mask USE="upower" of net-im/telepathy-mission-control >= 5.16.2 for systemd users. Adjust USE="static-libs" mask from virtual/udev to virtual/libudev and virtual/libgudev.
Revision Changes Path
1.5 profiles/targets/systemd/package.use.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/systemd/package.use.mask?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/systemd/package.use.mask?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/systemd/package.use.mask?r1=1.4&r2=1.5
Index: package.use.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/targets/systemd/package.use.mask,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- package.use.mask 29 May 2014 18:46:06 -0000 1.4
+++ package.use.mask 25 Jul 2014 20:05:24 -0000 1.5
@@ -1,14 +1,17 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/targets/systemd/package.use.mask,v 1.4 2014/05/29 18:46:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/targets/systemd/package.use.mask,v 1.5 2014/07/25 20:05:24 ssuominen Exp $
# Pacho Ramos <pacho@gentoo.org> (29 May 2014)
# upower support is not needed on setups running systemd, also
# relies on old upower (#508920)
+# Add telepathy-mission-control because of the same logic.
>=mate-base/mate-session-manager-1.8.1-r1 upower
+>=net-im/telepathy-mission-control-5.16.2 upower
# 'static-libs' support on sys-apps/systemd is not provided
-virtual/udev static-libs
+virtual/libgudev static-libs
+virtual/libudev static-libs
sys-fs/cryptsetup static static-libs
sys-fs/lvm2 static static-libs
sys-fs/dmraid static
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/targets/systemd: package.use.mask
@ 2015-06-10 2:24 Mike Gilbert (floppym)
0 siblings, 0 replies; 5+ messages in thread
From: Mike Gilbert (floppym) @ 2015-06-10 2:24 UTC (permalink / raw
To: gentoo-commits
floppym 15/06/10 02:24:39
Modified: package.use.mask
Log:
Mask dev-libs/libgudev[static-libs]
Revision Changes Path
1.6 profiles/targets/systemd/package.use.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/systemd/package.use.mask?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/systemd/package.use.mask?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/systemd/package.use.mask?r1=1.5&r2=1.6
Index: package.use.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/targets/systemd/package.use.mask,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- package.use.mask 25 Jul 2014 20:05:24 -0000 1.5
+++ package.use.mask 10 Jun 2015 02:24:39 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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.use.mask,v 1.5 2014/07/25 20:05:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/targets/systemd/package.use.mask,v 1.6 2015/06/10 02:24:39 floppym Exp $
# Pacho Ramos <pacho@gentoo.org> (29 May 2014)
# upower support is not needed on setups running systemd, also
@@ -15,3 +15,4 @@
sys-fs/cryptsetup static static-libs
sys-fs/lvm2 static static-libs
sys-fs/dmraid static
+dev-libs/libgudev static-libs
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-06-10 2:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-25 20:05 [gentoo-commits] gentoo-x86 commit in profiles/targets/systemd: package.use.mask Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2015-06-10 2:24 Mike Gilbert (floppym)
2014-05-29 18:46 Pacho Ramos (pacho)
2014-05-29 18:44 Pacho Ramos (pacho)
2014-01-27 21:59 Ian Stakenvicius (axs)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox