Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-composite-editor/
Date: Sun, 21 Feb 2016 19:05:29
Message-Id: 1456081514.952fcb59fcc537ede77423083066dc193ba39a00.sping@gentoo
1 commit: 952fcb59fcc537ede77423083066dc193ba39a00
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 21 19:04:25 2016 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 21 19:05:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=952fcb59
7
8 xfce-extra/xfce4-composite-editor: QA fix MissingSlotDep
9
10 Package-Manager: portage-2.2.27
11
12 xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild
16 index 1aff29f..82a508b 100644
17 --- a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild
18 +++ b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -16,7 +16,7 @@ SLOT="0"
26 KEYWORDS="~amd64 x86"
27 IUSE=""
28
29 -RDEPEND="app-shells/bash
30 +RDEPEND="app-shells/bash:*
31 >=x11-misc/gtkdialog-0.8"
32 DEPEND="${RDEPEND}"