Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/batti/
Date: Sat, 08 Dec 2018 22:06:22
Message-Id: 1544306762.09a480b5fa6b752f9007f13ade1d616be376f715.zlogene@gentoo
1 commit: 09a480b5fa6b752f9007f13ade1d616be376f715
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 8 22:06:02 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 8 22:06:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09a480b5
7
8 app-laptop/batti: [QA] remove sys-power/upower-pm-utils dependency
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-laptop/batti/batti-0.3.8-r4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-laptop/batti/batti-0.3.8-r4.ebuild b/app-laptop/batti/batti-0.3.8-r4.ebuild
17 index f4824578587..2b1697948b2 100644
18 --- a/app-laptop/batti/batti-0.3.8-r4.ebuild
19 +++ b/app-laptop/batti/batti-0.3.8-r4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -18,7 +18,7 @@ IUSE="libnotify"
27 RDEPEND="
28 dev-python/pygtk:2[${PYTHON_USEDEP}]
29 dev-python/dbus-python[${PYTHON_USEDEP}]
30 - || ( sys-power/upower sys-power/upower-pm-utils )
31 + sys-power/upower
32 x11-themes/hicolor-icon-theme
33 libnotify? ( x11-libs/libnotify )
34 "