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 1AB2D139085 for ; Wed, 1 Feb 2017 00:29:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EEE521C038; Wed, 1 Feb 2017 00:29:56 +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 F3BED21C038 for ; Wed, 1 Feb 2017 00:29:55 +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 500F8341293 for ; Wed, 1 Feb 2017 00:29:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63F773CA2 for ; Wed, 1 Feb 2017 00:29:51 +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: <1485908969.aae4cdcce938a3cf2130019b47f032568f6eaeb1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kemoticons/kemoticons-9999.ebuild X-VCS-Directories: kde-frameworks/kemoticons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: aae4cdcce938a3cf2130019b47f032568f6eaeb1 X-VCS-Branch: master Date: Wed, 1 Feb 2017 00:29:51 +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: 5e3ecc19-3223-4c82-a666-d8be1bfdd474 X-Archives-Hash: 945d2a97d1899c9447a97cee81035866 commit: aae4cdcce938a3cf2130019b47f032568f6eaeb1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 31 19:34:38 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 1 00:29:29 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=aae4cdcc kde-frameworks/kemoticons: Add missing DEPEND Upstream commit fcda4b09ce65d68b2d7cf77ef6485e06bb542111 Package-Manager: portage-2.3.3 kde-frameworks/kemoticons/kemoticons-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/kemoticons/kemoticons-9999.ebuild b/kde-frameworks/kemoticons/kemoticons-9999.ebuild index 6659820..bf8e332 100644 --- a/kde-frameworks/kemoticons/kemoticons-9999.ebuild +++ b/kde-frameworks/kemoticons/kemoticons-9999.ebuild @@ -17,6 +17,7 @@ RDEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kservice) + $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtxml) "