commit: c24a923be0a9211ac66a8719b4254a592987b6bb Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Thu Dec 22 17:46:36 2016 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Dec 22 18:25:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c24a923b
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 app-editors/juffed/{juffed-0.10.ebuild => juffed-0.10-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/juffed/juffed-0.10.ebuild b/app-editors/juffed/juffed-0.10-r1.ebuild similarity index 91% rename from app-editors/juffed/juffed-0.10.ebuild rename to app-editors/juffed/juffed-0.10-r1.ebuild index 068d98c..6535a8c 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}"
