diff options
author | David Seifert <soap@gentoo.org> | 2016-12-22 18:46:37 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-12-22 20:25:48 +0200 |
commit | 919bc1d391a9eb837067efb5c7d42409768d12f7 (patch) | |
tree | 1b0325f613c56a1202a5196fc80d2054d52ca18a /app-editors | |
parent | app-editors/juffed: Depend on x11-libs/qscintilla[qt4] (diff) | |
download | gentoo-919bc1d391a9eb837067efb5c7d42409768d12f7.tar.gz gentoo-919bc1d391a9eb837067efb5c7d42409768d12f7.tar.bz2 gentoo-919bc1d391a9eb837067efb5c7d42409768d12f7.zip |
app-editors/qwriter: 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')
-rw-r--r-- | app-editors/qwriter/qwriter-0.1.9-r2.ebuild (renamed from app-editors/qwriter/qwriter-0.1.9-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/qwriter/qwriter-0.1.9-r1.ebuild b/app-editors/qwriter/qwriter-0.1.9-r2.ebuild index e61d58819c1a..eb5bf7976808 100644 --- a/app-editors/qwriter/qwriter-0.1.9-r1.ebuild +++ b/app-editors/qwriter/qwriter-0.1.9-r2.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 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-qt/qtgui:4 - x11-libs/qscintilla" + x11-libs/qscintilla:=[qt4(-)]" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" |