diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-06-17 13:58:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-06-17 14:11:13 +0200 |
commit | 16f68994862b47117c77405cb3e1c80c487ea225 (patch) | |
tree | fcfc8ffeb398cf7a69770b97b0072bec42c08d51 /xfce-base/xfdesktop | |
parent | xfce-base/thunar: Bump subslot to trigger revdep rebuilds (diff) | |
download | gentoo-16f68994862b47117c77405cb3e1c80c487ea225.tar.gz gentoo-16f68994862b47117c77405cb3e1c80c487ea225.tar.bz2 gentoo-16f68994862b47117c77405cb3e1c80c487ea225.zip |
xfce-base/xfdesktop: Restrict thunar dep in older versions
Diffstat (limited to 'xfce-base/xfdesktop')
-rw-r--r-- | xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild | 2 | ||||
-rw-r--r-- | xfce-base/xfdesktop/xfdesktop-4.13.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild index b2a1a15735ed..ddd5690a79af 100644 --- a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild @@ -29,7 +29,7 @@ RDEPEND=">=x11-libs/cairo-1.6:= libnotify? ( >=x11-libs/libnotify-0.7:= ) thunar? ( >=dev-libs/glib-2.38:= - >=xfce-base/thunar-1.6:=[dbus] + =xfce-base/thunar-1.6*:=[dbus] )" DEPEND="${RDEPEND} dev-util/intltool diff --git a/xfce-base/xfdesktop/xfdesktop-4.13.1.ebuild b/xfce-base/xfdesktop/xfdesktop-4.13.1.ebuild index b5ffb7e7d4ba..9eb738e9029b 100644 --- a/xfce-base/xfdesktop/xfdesktop-4.13.1.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-4.13.1.ebuild @@ -28,7 +28,7 @@ RDEPEND=">=x11-libs/cairo-1.12:= libnotify? ( >=x11-libs/libnotify-0.7:= ) thunar? ( >=dev-libs/glib-2.38:= - >=xfce-base/thunar-1.6:=[dbus] + =xfce-base/thunar-1.6*:=[dbus] )" DEPEND="${RDEPEND} dev-util/intltool |