diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-12-09 01:06:02 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-12-09 01:06:02 +0300 |
commit | 09a480b5fa6b752f9007f13ade1d616be376f715 (patch) | |
tree | 6cc3846137431dc776ffa8733fd3158b08f9035a /app-laptop | |
parent | xfce-base/xfce4-session: [QA] remove sys-power/upower-pm-utils dependency (diff) | |
download | gentoo-09a480b5fa6b752f9007f13ade1d616be376f715.tar.gz gentoo-09a480b5fa6b752f9007f13ade1d616be376f715.tar.bz2 gentoo-09a480b5fa6b752f9007f13ade1d616be376f715.zip |
app-laptop/batti: [QA] remove sys-power/upower-pm-utils dependency
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/batti/batti-0.3.8-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-laptop/batti/batti-0.3.8-r4.ebuild b/app-laptop/batti/batti-0.3.8-r4.ebuild index f4824578587d..2b1697948b2b 100644 --- a/app-laptop/batti/batti-0.3.8-r4.ebuild +++ b/app-laptop/batti/batti-0.3.8-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ IUSE="libnotify" RDEPEND=" dev-python/pygtk:2[${PYTHON_USEDEP}] dev-python/dbus-python[${PYTHON_USEDEP}] - || ( sys-power/upower sys-power/upower-pm-utils ) + sys-power/upower x11-themes/hicolor-icon-theme libnotify? ( x11-libs/libnotify ) " |