Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar/
Date: Thu, 22 Aug 2019 12:32:00
Message-Id: 1566477091.49ba87d69fd72b94b48b76d0222cf2b8a34c8bd0.mgorny@gentoo
1 commit: 49ba87d69fd72b94b48b76d0222cf2b8a34c8bd0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 22 11:36:33 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 22 12:31:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ba87d6
7
8 xfce-base/thunar: Require GTK+2 libxfce4ui
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-base/thunar/{thunar-1.6.16.ebuild => thunar-1.6.16-r1.ebuild} | 2 +-
13 xfce-base/thunar/thunar-1.6.17.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/xfce-base/thunar/thunar-1.6.16.ebuild b/xfce-base/thunar/thunar-1.6.16-r1.ebuild
17 similarity index 97%
18 rename from xfce-base/thunar/thunar-1.6.16.ebuild
19 rename to xfce-base/thunar/thunar-1.6.16-r1.ebuild
20 index c209d3386cd..7ee1cdf4239 100644
21 --- a/xfce-base/thunar/thunar-1.6.16.ebuild
22 +++ b/xfce-base/thunar/thunar-1.6.16-r1.ebuild
23 @@ -21,7 +21,7 @@ COMMON_DEPEND=">=dev-lang/perl-5.6
24 >=x11-libs/gdk-pixbuf-2.14:=
25 >=x11-libs/gtk+-2.24:2=
26 >=xfce-base/exo-0.10:=
27 - >=xfce-base/libxfce4ui-4.10:=
28 + >=xfce-base/libxfce4ui-4.10:=[gtk2(+)]
29 >=xfce-base/libxfce4util-4.10.1:=
30 >=xfce-base/xfconf-4.10:=
31 dbus? ( >=dev-libs/dbus-glib-0.100:= )
32
33 diff --git a/xfce-base/thunar/thunar-1.6.17.ebuild b/xfce-base/thunar/thunar-1.6.17.ebuild
34 index 229f1f055f1..f713a39b841 100644
35 --- a/xfce-base/thunar/thunar-1.6.17.ebuild
36 +++ b/xfce-base/thunar/thunar-1.6.17.ebuild
37 @@ -21,7 +21,7 @@ COMMON_DEPEND=">=dev-lang/perl-5.6
38 >=x11-libs/gdk-pixbuf-2.14:=
39 >=x11-libs/gtk+-2.24:2=
40 <xfce-base/exo-0.12.5-r100:=
41 - >=xfce-base/libxfce4ui-4.10:=
42 + >=xfce-base/libxfce4ui-4.10:=[gtk2(+)]
43 >=xfce-base/libxfce4util-4.10.1:=
44 >=xfce-base/xfconf-4.10:=
45 dbus? ( >=dev-libs/dbus-glib-0.100:= )