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 2CE7F139694 for ; Sat, 4 Mar 2017 10:35:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7489121C0A9; Sat, 4 Mar 2017 10:35:24 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 562B421C0A9 for ; Sat, 4 Mar 2017 10:35:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 973D6341657 for ; Sat, 4 Mar 2017 10:35:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E19A5BF7 for ; Sat, 4 Mar 2017 10:35:22 +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: <1488623703.03cb8283adc4e45ef08e36b6d949bf1f5f068fda.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/khangman/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/khangman/khangman-16.12.49.9999.ebuild kde-apps/khangman/khangman-9999.ebuild X-VCS-Directories: kde-apps/khangman/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 03cb8283adc4e45ef08e36b6d949bf1f5f068fda X-VCS-Branch: master Date: Sat, 4 Mar 2017 10:35:22 +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: 25a3c672-b324-4997-a891-2d1fce0b34cf X-Archives-Hash: 646cfe35ac3ead96a907007376f1c336 commit: 03cb8283adc4e45ef08e36b6d949bf1f5f068fda Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 4 10:35:03 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 4 10:35:03 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=03cb8283 kde-apps/khangman: Add missing RDEPENDs Reported-by: Pavel Kozlov gmail.com> Gentoo-bug: 611692 Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/khangman/khangman-16.12.49.9999.ebuild | 3 +++ kde-apps/khangman/khangman-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/kde-apps/khangman/khangman-16.12.49.9999.ebuild b/kde-apps/khangman/khangman-16.12.49.9999.ebuild index 37728a0a55..1a20147085 100644 --- a/kde-apps/khangman/khangman-16.12.49.9999.ebuild +++ b/kde-apps/khangman/khangman-16.12.49.9999.ebuild @@ -34,4 +34,7 @@ DEPEND=" " RDEPEND="${DEPEND} $(add_kdeapps_dep kdeedu-data) + $(add_qt_dep qtgraphicaleffects) + $(add_qt_dep qtmultimedia) + $(add_qt_dep qtquickcontrols) " diff --git a/kde-apps/khangman/khangman-9999.ebuild b/kde-apps/khangman/khangman-9999.ebuild index 37728a0a55..1a20147085 100644 --- a/kde-apps/khangman/khangman-9999.ebuild +++ b/kde-apps/khangman/khangman-9999.ebuild @@ -34,4 +34,7 @@ DEPEND=" " RDEPEND="${DEPEND} $(add_kdeapps_dep kdeedu-data) + $(add_qt_dep qtgraphicaleffects) + $(add_qt_dep qtmultimedia) + $(add_qt_dep qtquickcontrols) "