diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-12-09 00:57:34 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-12-09 00:57:53 +0300 |
commit | 10f5982d5ba8a0155f58d4191e311269d4c84a14 (patch) | |
tree | 506fb076febffa6cf68c6465340dda54e0541bbd /xfce-extra/xfce4-weather-plugin | |
parent | dev-dotnet/libgdiplus: 4.2-r3 stable on arm (diff) | |
download | gentoo-10f5982d5ba8a0155f58d4191e311269d4c84a14.tar.gz gentoo-10f5982d5ba8a0155f58d4191e311269d4c84a14.tar.bz2 gentoo-10f5982d5ba8a0155f58d4191e311269d4c84a14.zip |
xfce-extra/xfce4-weather-plugin: [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 'xfce-extra/xfce4-weather-plugin')
-rw-r--r-- | xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild | 4 | ||||
-rw-r--r-- | xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.0.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
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 index 0b33afcde916..8966790e01ac 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ RDEPEND=">=dev-libs/glib-2.20:= >=xfce-base/libxfce4ui-4.10:= >=xfce-base/libxfce4util-4.10:= >=xfce-base/xfce4-panel-4.10:= - upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )" + upower? ( >=sys-power/upower-0.9.23 )" DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig" 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 index bd1e35998091..c12b6aeea44f 100644 --- 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 @@ -21,7 +21,7 @@ RDEPEND=">=dev-libs/glib-2.42 >=xfce-base/libxfce4ui-4.12:= >=xfce-base/libxfce4util-4.12:= >=xfce-base/xfce4-panel-4.12:= - upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )" + upower? ( >=sys-power/upower-0.9.23 )" DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig" |