diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-05-31 20:53:36 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-05-31 20:53:36 +0000 |
commit | 1815f5846f0b1695ba32b0d78a9ebc1965f2ea2e (patch) | |
tree | e3533578e987663e20e6c877298ad62d1186e257 /media-tv/xbmc/xbmc-11.0.ebuild | |
parent | Version bump, security bug #508270. Now required libpng >=1.6. (diff) | |
download | gentoo-2-1815f5846f0b1695ba32b0d78a9ebc1965f2ea2e.tar.gz gentoo-2-1815f5846f0b1695ba32b0d78a9ebc1965f2ea2e.tar.bz2 gentoo-2-1815f5846f0b1695ba32b0d78a9ebc1965f2ea2e.zip |
Allow falling back to sys-power/upower-pm-utils.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-tv/xbmc/xbmc-11.0.ebuild')
-rw-r--r-- | media-tv/xbmc/xbmc-11.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-tv/xbmc/xbmc-11.0.ebuild b/media-tv/xbmc/xbmc-11.0.ebuild index 55bec6ce7e1d..146a94aa099d 100644 --- a/media-tv/xbmc/xbmc-11.0.ebuild +++ b/media-tv/xbmc/xbmc-11.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-11.0.ebuild,v 1.22 2014/05/15 17:09:53 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-11.0.ebuild,v 1.23 2014/05/31 20:53:36 ssuominen Exp $ EAPI="4" @@ -96,7 +96,10 @@ COMMON_DEPEND="virtual/glu xrandr? ( x11-libs/libXrandr ) x11-libs/libXrender" RDEPEND="${COMMON_DEPEND} - udev? ( sys-fs/udisks:0 sys-power/upower )" + udev? ( + sys-fs/udisks:0 + || ( sys-power/upower sys-power/upower-pm-utils ) + )" DEPEND="${COMMON_DEPEND} dev-util/gperf x11-proto/xineramaproto |