commit: 041f02336723c5cd3be3df2e31a174f26b224eb0 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Thu Dec 22 17:46:38 2016 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Dec 22 18:26:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=041f0233
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 .../{monkeystudio-1.9.0.4.ebuild => monkeystudio-1.9.0.4-r1.ebuild} | 4 ++-- 1 file 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 similarity index 95% rename from dev-util/monkeystudio/monkeystudio-1.9.0.4.ebuild rename to dev-util/monkeystudio/monkeystudio-1.9.0.4-r1.ebuild index 2c3aaa4..151d5e9 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}
