Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/
Date: Sat, 08 Dec 2018 21:58:02
Message-Id: 1544306273.10f5982d5ba8a0155f58d4191e311269d4c84a14.zlogene@gentoo
1 commit: 10f5982d5ba8a0155f58d4191e311269d4c84a14
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 8 21:57:34 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 8 21:57:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f5982d
7
8 xfce-extra/xfce4-weather-plugin: [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 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild | 4 ++--
14 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
18 index 0b33afcde91..8966790e01a 100644
19 --- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
20 +++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -21,7 +21,7 @@ RDEPEND=">=dev-libs/glib-2.20:=
28 >=xfce-base/libxfce4ui-4.10:=
29 >=xfce-base/libxfce4util-4.10:=
30 >=xfce-base/xfce4-panel-4.10:=
31 - upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )"
32 + upower? ( >=sys-power/upower-0.9.23 )"
33 DEPEND="${RDEPEND}
34 dev-util/intltool
35 virtual/pkgconfig"
36
37 diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild
38 index bd1e3599809..c12b6aeea44 100644
39 --- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild
40 +++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild
41 @@ -21,7 +21,7 @@ RDEPEND=">=dev-libs/glib-2.42
42 >=xfce-base/libxfce4ui-4.12:=
43 >=xfce-base/libxfce4util-4.12:=
44 >=xfce-base/xfce4-panel-4.12:=
45 - upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )"
46 + upower? ( >=sys-power/upower-0.9.23 )"
47 DEPEND="${RDEPEND}
48 dev-util/intltool
49 virtual/pkgconfig"