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 B558E1396D0 for ; Thu, 5 Oct 2017 11:21:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE7372BC018; Thu, 5 Oct 2017 11:21:49 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0A712BC018 for ; Thu, 5 Oct 2017 11:21:49 +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 93A1934177E for ; Thu, 5 Oct 2017 11:21:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E99E0746E for ; Thu, 5 Oct 2017 11:21:45 +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: <1507202490.a28d505251e3b5a6db752dcbb58f4b7b0d6d4f61.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/qtcurve/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild x11-themes/qtcurve/qtcurve-9999.ebuild X-VCS-Directories: x11-themes/qtcurve/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: a28d505251e3b5a6db752dcbb58f4b7b0d6d4f61 X-VCS-Branch: master Date: Thu, 5 Oct 2017 11:21:45 +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: c953baaf-bcc1-4f42-9128-c6ac942aad9d X-Archives-Hash: cdbc7a00697b53a6e909b00d774e54ce commit: a28d505251e3b5a6db752dcbb58f4b7b0d6d4f61 Author: Michael Palimaka gentoo org> AuthorDate: Thu Oct 5 11:20:17 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Oct 5 11:21:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a28d5052 x11-themes/qtcurve: add missing dependency Closes: https://bugs.gentoo.org/633446 Package-Manager: Portage-2.3.8, Repoman-2.3.3 x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild | 1 + x11-themes/qtcurve/qtcurve-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild b/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild index db94ad26917..728e5d202e0 100644 --- a/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild +++ b/x11-themes/qtcurve/qtcurve-1.9.0_rc1-r1.ebuild @@ -40,6 +40,7 @@ COMMON_DEPEND=" $(add_qt_dep qtx11extras) ) plasma? ( + $(add_frameworks_dep frameworkintegration) $(add_frameworks_dep karchive) $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) diff --git a/x11-themes/qtcurve/qtcurve-9999.ebuild b/x11-themes/qtcurve/qtcurve-9999.ebuild index 4a9736491f8..7b74c498b69 100644 --- a/x11-themes/qtcurve/qtcurve-9999.ebuild +++ b/x11-themes/qtcurve/qtcurve-9999.ebuild @@ -40,6 +40,7 @@ COMMON_DEPEND=" $(add_qt_dep qtx11extras) ) plasma? ( + $(add_frameworks_dep frameworkintegration) $(add_frameworks_dep karchive) $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig)