diff options
-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" |