diff options
author | David Seifert <soap@gentoo.org> | 2016-12-22 18:46:38 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-12-22 20:26:12 +0200 |
commit | 041f02336723c5cd3be3df2e31a174f26b224eb0 (patch) | |
tree | a2bbdd4a8fcbea17a45b4e98a5992e19d4aebd56 /dev-util/monkeystudio | |
parent | dev-util/kscope: Depend on x11-libs/qscintilla[qt4] (diff) | |
download | gentoo-041f02336723c5cd3be3df2e31a174f26b224eb0.tar.gz gentoo-041f02336723c5cd3be3df2e31a174f26b224eb0.tar.bz2 gentoo-041f02336723c5cd3be3df2e31a174f26b224eb0.zip |
dev-util/monkeystudio: 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 'dev-util/monkeystudio')
-rw-r--r-- | dev-util/monkeystudio/monkeystudio-1.9.0.4-r1.ebuild (renamed from dev-util/monkeystudio/monkeystudio-1.9.0.4.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/monkeystudio/monkeystudio-1.9.0.4.ebuild b/dev-util/monkeystudio/monkeystudio-1.9.0.4-r1.ebuild index 2c3aaa4288b8..151d5e9b625c 100644 --- a/dev-util/monkeystudio/monkeystudio-1.9.0.4.ebuild +++ b/dev-util/monkeystudio/monkeystudio-1.9.0.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,7 +24,7 @@ RDEPEND=" dev-qt/qtgui:4 dev-qt/qthelp:4 dev-qt/qtsql:4 - x11-libs/qscintilla:= + x11-libs/qscintilla:=[qt4(-)] plugins? ( dev-qt/qtwebkit:4 ) " DEPEND="${RDEPEND} |