diff options
Diffstat (limited to 'net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild')
-rw-r--r-- | net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild index 60ca099be7cc..e1fae3440387 100644 --- a/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild +++ b/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.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/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild,v 1.9 2014/05/05 13:50:58 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild,v 1.10 2014/05/05 14:12:34 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" @@ -14,10 +14,10 @@ DESCRIPTION="An account manager and channel dispatcher for the Telepathy framewo HOMEPAGE="http://cgit.freedesktop.org/telepathy/telepathy-mission-control/" SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" -LICENSE="LGPL-2.1" +LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux" -IUSE="connman debug gnome-keyring networkmanager +upower" # test +IUSE="connman debug gnome-keyring networkmanager systemd" # test REQUIRED_USE="?? ( connman networkmanager )" RDEPEND=" @@ -28,7 +28,7 @@ RDEPEND=" connman? ( net-misc/connman ) gnome-keyring? ( gnome-base/libgnome-keyring ) networkmanager? ( >=net-misc/networkmanager-0.7 ) - upower? ( + !systemd? ( >=sys-power/upower-0.9.11 <sys-power/upower-0.99 ) " @@ -52,5 +52,5 @@ src_configure() { $(use_enable gnome-keyring) \ $(use_with connman connectivity connman) \ $(use_with networkmanager connectivity nm) \ - $(use_enable upower) + $(usex systemd --disable-upower --enable-upower) } |