diff options
author | David Seifert <soap@gentoo.org> | 2016-12-22 18:46:36 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-12-22 20:25:44 +0200 |
commit | c24a923be0a9211ac66a8719b4254a592987b6bb (patch) | |
tree | 4b6582b9d3127234d3f49a2a54aab828f7446360 /app-editors/juffed | |
parent | x11-libs/qscintilla: Make Qt5 compatible (diff) | |
download | gentoo-c24a923be0a9211ac66a8719b4254a592987b6bb.tar.gz gentoo-c24a923be0a9211ac66a8719b4254a592987b6bb.tar.bz2 gentoo-c24a923be0a9211ac66a8719b4254a592987b6bb.zip |
app-editors/juffed: Depend on x11-libs/qscintilla[qt4]
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3188
Diffstat (limited to 'app-editors/juffed')
-rw-r--r-- | app-editors/juffed/juffed-0.10-r1.ebuild (renamed from app-editors/juffed/juffed-0.10.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/juffed/juffed-0.10.ebuild b/app-editors/juffed/juffed-0.10-r1.ebuild index 068d98c47087..6535a8ccd817 100644 --- a/app-editors/juffed/juffed-0.10.ebuild +++ b/app-editors/juffed/juffed-0.10-r1.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$ @@ -20,7 +20,7 @@ RDEPEND=" dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsingleapplication[qt4(+),X] - x11-libs/qscintilla:= + x11-libs/qscintilla:=[qt4(-)] " DEPEND="${RDEPEND}" |