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 25284138334 for ; Mon, 11 Mar 2019 15:05:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14385E0AE1; Mon, 11 Mar 2019 15:05:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCCB9E0AE1 for ; Mon, 11 Mar 2019 15:05:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 180A733BEE0 for ; Mon, 11 Mar 2019 15:05:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CC3652B for ; Mon, 11 Mar 2019 15:05:50 +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: <1552316663.14567db0c89c02578c7f4a0439464d344a09964d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kio-extras/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kio-extras/kio-extras-9999.ebuild X-VCS-Directories: kde-apps/kio-extras/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 14567db0c89c02578c7f4a0439464d344a09964d X-VCS-Branch: master Date: Mon, 11 Mar 2019 15:05:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3bc78f1a-7cda-4e91-840e-026d675b3d88 X-Archives-Hash: d8902fc8dfd16a4f9603e7a690870640 commit: 14567db0c89c02578c7f4a0439464d344a09964d Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 11 15:04:23 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 11 15:04:23 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=14567db0 kde-apps/kio-extras: Add new DEPEND Upstream commit d95ff837a9bc1063a99e54addc6a759679d532c4 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kio-extras/kio-extras-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kio-extras/kio-extras-9999.ebuild b/kde-apps/kio-extras/kio-extras-9999.ebuild index 91a054736d..8a1f5752b5 100644 --- a/kde-apps/kio-extras/kio-extras-9999.ebuild +++ b/kde-apps/kio-extras/kio-extras-9999.ebuild @@ -34,6 +34,7 @@ DEPEND=" $(add_frameworks_dep kservice) $(add_frameworks_dep kxmlgui) $(add_frameworks_dep solid) + $(add_frameworks_dep syntax-highlighting) $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtnetwork)