From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3FA78139085 for ; Thu, 22 Dec 2016 18:27:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5F8BE0D9C; Thu, 22 Dec 2016 18:26:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2BEEE0D94 for ; Thu, 22 Dec 2016 18:26:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BE2F3411B5 for ; Thu, 22 Dec 2016 18:26:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 530CD24E5 for ; Thu, 22 Dec 2016 18:26:55 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1482431148.919bc1d391a9eb837067efb5c7d42409768d12f7.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/qwriter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/qwriter/qwriter-0.1.9-r1.ebuild app-editors/qwriter/qwriter-0.1.9-r2.ebuild X-VCS-Directories: app-editors/qwriter/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 919bc1d391a9eb837067efb5c7d42409768d12f7 X-VCS-Branch: master Date: Thu, 22 Dec 2016 18:26:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8c6d02df-c54c-487d-be72-41f81c44a481 X-Archives-Hash: 1bf54f2ae1d1e6efdbe6874c2fec1edc commit: 919bc1d391a9eb837067efb5c7d42409768d12f7 Author: David Seifert gentoo org> AuthorDate: Thu Dec 22 17:46:37 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Dec 22 18:25:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919bc1d3 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 .../qwriter/{qwriter-0.1.9-r1.ebuild => qwriter-0.1.9-r2.ebuild} | 4 ++-- 1 file 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 similarity index 93% rename from app-editors/qwriter/qwriter-0.1.9-r1.ebuild rename to app-editors/qwriter/qwriter-0.1.9-r2.ebuild index e61d588..eb5bf79 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}"