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 B22E8138330 for ; Sun, 9 Oct 2016 18:33:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D94EEE0B96; Sun, 9 Oct 2016 18:33:22 +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 BFE82E0B96 for ; Sun, 9 Oct 2016 18:33:22 +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 7A954341640 for ; Sun, 9 Oct 2016 18:33:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0B2024A0 for ; Sun, 9 Oct 2016 18:33:19 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1476037991.02ac56a818678e9ac778cbdd6781642be8f432e0.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kservice/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kservice/kservice-9999.ebuild X-VCS-Directories: kde-frameworks/kservice/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 02ac56a818678e9ac778cbdd6781642be8f432e0 X-VCS-Branch: master Date: Sun, 9 Oct 2016 18:33:19 +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: 0695f80e-c783-433c-9c8d-a8c1295d28c1 X-Archives-Hash: 97255d7bd9381012cf5b1efc50cfc9d9 commit: 02ac56a818678e9ac778cbdd6781642be8f432e0 Author: Michael Palimaka gentoo org> AuthorDate: Sun Oct 9 18:33:08 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Oct 9 18:33:11 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=02ac56a8 kde-frameworks/kservice: add new dependencies Upstream-commit: 0cf33ffbf88777a86635948ed03917253342569c Package-Manager: portage-2.3.1 kde-frameworks/kservice/kservice-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-frameworks/kservice/kservice-9999.ebuild b/kde-frameworks/kservice/kservice-9999.ebuild index ac11b2c..6dbd76c 100644 --- a/kde-frameworks/kservice/kservice-9999.ebuild +++ b/kde-frameworks/kservice/kservice-9999.ebuild @@ -21,6 +21,8 @@ RDEPEND=" $(add_qt_dep qtxml) " DEPEND="${RDEPEND} + sys-devel/bison + sys-devel/flex man? ( $(add_frameworks_dep kdoctools) ) test? ( $(add_qt_dep qtconcurrent) ) "