diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 15:48:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 16:13:36 +0200 |
commit | e265c6e1b03820e0f640db9aff1a042fb7168a68 (patch) | |
tree | f4eebbbd35af06e8ea2eaf6a08e2ec2df75212c5 /xfce-extra | |
parent | sys-devel/clang-runtime: Remove USE=crt from 9+ (diff) | |
download | gentoo-e265c6e1b03820e0f640db9aff1a042fb7168a68.tar.gz gentoo-e265c6e1b03820e0f640db9aff1a042fb7168a68.tar.bz2 gentoo-e265c6e1b03820e0f640db9aff1a042fb7168a68.zip |
xfce-extra/xfce4-weather-plugin: Require Xfce 4.14
Closes: https://bugs.gentoo.org/697458
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild index 7d09097d882a..3cffa7ef77b3 100644 --- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild +++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.0.ebuild @@ -15,12 +15,12 @@ KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" IUSE="upower" RDEPEND=">=dev-libs/glib-2.42 - dev-libs/libxml2:= - >=net-libs/libsoup-2.42:=[ssl] + dev-libs/libxml2 + >=net-libs/libsoup-2.42[ssl] >=x11-libs/gtk+-3.22:3 - >=xfce-base/libxfce4ui-4.12:= - >=xfce-base/libxfce4util-4.12:= - >=xfce-base/xfce4-panel-4.12:= + >=xfce-base/libxfce4ui-4.14:= + >=xfce-base/libxfce4util-4.14:= + >=xfce-base/xfce4-panel-4.14:= upower? ( >=sys-power/upower-0.9.23 )" DEPEND="${RDEPEND} dev-util/intltool |