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 1EADB139085 for ; Sun, 5 Feb 2017 13:42:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47058E0D45; Sun, 5 Feb 2017 13:42:44 +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 1F494E0D45 for ; Sun, 5 Feb 2017 13:42:43 +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 CCDB8341229 for ; Sun, 5 Feb 2017 13:42:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1568F3DDB for ; Sun, 5 Feb 2017 13:42:41 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1486302142.5fb2c011781a80e896f68595e988fcb8b0dfb423.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/syntax-highlighting/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/syntax-highlighting/syntax-highlighting-5.29.0.ebuild kde-frameworks/syntax-highlighting/syntax-highlighting-5.30.0.ebuild X-VCS-Directories: kde-frameworks/syntax-highlighting/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5fb2c011781a80e896f68595e988fcb8b0dfb423 X-VCS-Branch: master Date: Sun, 5 Feb 2017 13:42:41 +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: 0fca20dd-fd4c-4c18-b587-c6f37f3fabd3 X-Archives-Hash: 06ebcb13f57999313976c954bda1058f commit: 5fb2c011781a80e896f68595e988fcb8b0dfb423 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 5 12:58:37 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 5 13:42:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb2c011 kde-frameworks/syntax-highlighting: Fix DEPENDs Upstream commit 6db41ca680849a7f567229e18d0ed700dd7369b1 Gentoo-bug: 608298 Thanks-to: Toralf Förster Examples are disabled anyway, it is the only use of Qt5Widgets. Upstream commit 4600379aaf2a0e04d86ed0262178826d6589e4fc Package-Manager: portage-2.3.3 kde-frameworks/syntax-highlighting/syntax-highlighting-5.29.0.ebuild | 2 +- kde-frameworks/syntax-highlighting/syntax-highlighting-5.30.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.29.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.29.0.ebuild index 3d11b4e..7814a48 100644 --- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.29.0.ebuild +++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.29.0.ebuild @@ -18,8 +18,8 @@ RDEPEND=" $(add_qt_dep qtxmlpatterns) " DEPEND="${RDEPEND} + $(add_qt_dep linguist-tools) dev-lang/perl - test? ( $(add_qt_dep qtwidgets) ) " src_install() { diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.30.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.30.0.ebuild index cc84fb0..819f35f 100644 --- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.30.0.ebuild +++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.30.0.ebuild @@ -18,8 +18,8 @@ RDEPEND=" $(add_qt_dep qtxmlpatterns) " DEPEND="${RDEPEND} + $(add_qt_dep linguist-tools) dev-lang/perl - test? ( $(add_qt_dep qtwidgets) ) " src_install() {