Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/qwriter/
Date: Thu, 22 Dec 2016 18:27:00
Message-Id: 1482431148.919bc1d391a9eb837067efb5c7d42409768d12f7.soap@gentoo
1 commit: 919bc1d391a9eb837067efb5c7d42409768d12f7
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 22 17:46:37 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 22 18:25:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919bc1d3
7
8 app-editors/qwriter: Depend on x11-libs/qscintilla[qt4]
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3188
12
13 .../qwriter/{qwriter-0.1.9-r1.ebuild => qwriter-0.1.9-r2.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-editors/qwriter/qwriter-0.1.9-r1.ebuild b/app-editors/qwriter/qwriter-0.1.9-r2.ebuild
17 similarity index 93%
18 rename from app-editors/qwriter/qwriter-0.1.9-r1.ebuild
19 rename to app-editors/qwriter/qwriter-0.1.9-r2.ebuild
20 index e61d588..eb5bf79 100644
21 --- a/app-editors/qwriter/qwriter-0.1.9-r1.ebuild
22 +++ b/app-editors/qwriter/qwriter-0.1.9-r2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2016 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86"
30 IUSE=""
31
32 DEPEND="dev-qt/qtgui:4
33 - x11-libs/qscintilla"
34 + x11-libs/qscintilla:=[qt4(-)]"
35 RDEPEND="${DEPEND}"
36
37 S="${WORKDIR}/${MY_P}"