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 425AD139086 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 18EBCE0D94; Thu, 22 Dec 2016 18:26:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EC3FCE0D94 for ; Thu, 22 Dec 2016 18:26:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 549973411D7 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 4219A24E0 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: <1482431144.c24a923be0a9211ac66a8719b4254a592987b6bb.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/juffed/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/juffed/juffed-0.10-r1.ebuild app-editors/juffed/juffed-0.10.ebuild X-VCS-Directories: app-editors/juffed/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c24a923be0a9211ac66a8719b4254a592987b6bb 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: d1a509b2-e558-4aea-a53a-7a6e7a14b67b X-Archives-Hash: fc66a77a61bdc2d6c391e34ca942dd7f commit: c24a923be0a9211ac66a8719b4254a592987b6bb Author: David Seifert gentoo org> AuthorDate: Thu Dec 22 17:46:36 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Dec 22 18:25:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c24a923b app-editors/juffed: Depend on x11-libs/qscintilla[qt4] Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3188 app-editors/juffed/{juffed-0.10.ebuild => juffed-0.10-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/juffed/juffed-0.10.ebuild b/app-editors/juffed/juffed-0.10-r1.ebuild similarity index 91% rename from app-editors/juffed/juffed-0.10.ebuild rename to app-editors/juffed/juffed-0.10-r1.ebuild index 068d98c..6535a8c 100644 --- a/app-editors/juffed/juffed-0.10.ebuild +++ b/app-editors/juffed/juffed-0.10-r1.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 @@ RDEPEND=" dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsingleapplication[qt4(+),X] - x11-libs/qscintilla:= + x11-libs/qscintilla:=[qt4(-)] " DEPEND="${RDEPEND}"