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-extra/xfce4-screenshooter/
Date: Tue, 16 Oct 2018 17:21:40
Message-Id: 1539710481.f32bce616dfa4ed59b197668a489ecda662dd31b.mgorny@gentoo
1 commit: f32bce616dfa4ed59b197668a489ecda662dd31b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 16 17:07:11 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 16 17:21:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32bce61
7
8 xfce-extra/xfce4-screenshooter: Add dep on glib-utils
9
10 Closes: https://bugs.gentoo.org/668798
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild
17 index a4b036e1dc6..c3dbc8cab62 100644
18 --- a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild
19 +++ b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild
20 @@ -27,6 +27,7 @@ RDEPEND=">=dev-libs/glib-2.16:=
21 >=xfce-base/libxfce4util-4.10:=
22 >=xfce-base/libxfce4ui-4.12:="
23 DEPEND="${RDEPEND}
24 + dev-util/glib-utils
25 dev-util/intltool
26 virtual/pkgconfig"