diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-25 20:05:24 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-25 20:05:24 +0000 |
commit | 6d1b73b1de1d52f03e58d38018d4dec1b4bcf8d8 (patch) | |
tree | 34467a7bc12e0753a109f5675fc8ae14a32fcb33 /profiles/targets | |
parent | Remove compability USE flag "static-libs" in favour of virtual/libudev. (diff) | |
download | gentoo-2-6d1b73b1de1d52f03e58d38018d4dec1b4bcf8d8.tar.gz gentoo-2-6d1b73b1de1d52f03e58d38018d4dec1b4bcf8d8.tar.bz2 gentoo-2-6d1b73b1de1d52f03e58d38018d4dec1b4bcf8d8.zip |
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.
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/systemd/package.use.mask | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/profiles/targets/systemd/package.use.mask b/profiles/targets/systemd/package.use.mask index 93e7b20f824f..a205cc519326 100644 --- a/profiles/targets/systemd/package.use.mask +++ b/profiles/targets/systemd/package.use.mask @@ -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 |