diff options
author | Sebastian Pipping <sping@gentoo.org> | 2016-02-21 20:04:25 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2016-02-21 20:05:14 +0100 |
commit | 952fcb59fcc537ede77423083066dc193ba39a00 (patch) | |
tree | 23f49e3b328c7382957023a6250bc6c313b69b65 /xfce-extra/xfce4-composite-editor | |
parent | dev-python/python-efl: version bump to 1.17.0 (diff) | |
download | gentoo-952fcb59fcc537ede77423083066dc193ba39a00.tar.gz gentoo-952fcb59fcc537ede77423083066dc193ba39a00.tar.bz2 gentoo-952fcb59fcc537ede77423083066dc193ba39a00.zip |
xfce-extra/xfce4-composite-editor: QA fix MissingSlotDep
Package-Manager: portage-2.2.27
Diffstat (limited to 'xfce-extra/xfce4-composite-editor')
-rw-r--r-- | xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild index 1aff29ff14b5..82a508b4641d 100644 --- a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild +++ b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -RDEPEND="app-shells/bash +RDEPEND="app-shells/bash:* >=x11-misc/gtkdialog-0.8" DEPEND="${RDEPEND}" |