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 A91251396D0 for ; Tue, 15 Aug 2017 09:43:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0D57E0824; Tue, 15 Aug 2017 09:43:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C694FE0824 for ; Tue, 15 Aug 2017 09:43:43 +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 BC8C13417D4 for ; Tue, 15 Aug 2017 09:43:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33F2175DD for ; Tue, 15 Aug 2017 09:43:41 +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: <1502790109.b8eea455552dd6fa64c5c5d34ff20eeb9b5e2d9a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kget/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kget/kget-17.08.0.ebuild kde-apps/kget/kget-17.08.49.9999.ebuild X-VCS-Directories: kde-apps/kget/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b8eea455552dd6fa64c5c5d34ff20eeb9b5e2d9a X-VCS-Branch: master Date: Tue, 15 Aug 2017 09:43:41 +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: 12bfbc23-afd8-448c-b095-6ddbfaf3f703 X-Archives-Hash: 173c88455f868873536cb59b0c98d863 commit: b8eea455552dd6fa64c5c5d34ff20eeb9b5e2d9a Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 15 09:41:49 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 15 09:41:49 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b8eea455 kde-apps/kget: DEPEND on kde-frameworks/kdelibs[plasma] Package-Manager: Portage-2.3.7, Repoman-2.3.3 kde-apps/kget/kget-17.08.0.ebuild | 1 + kde-apps/kget/kget-17.08.49.9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-apps/kget/kget-17.08.0.ebuild b/kde-apps/kget/kget-17.08.0.ebuild index 99befe3cf4..280fef2269 100644 --- a/kde-apps/kget/kget-17.08.0.ebuild +++ b/kde-apps/kget/kget-17.08.0.ebuild @@ -13,6 +13,7 @@ IUSE="debug bittorrent mms sqlite" RDEPEND=" app-crypt/qca:2[qt4] + kde-frameworks/kdelibs:4[plasma(+)] bittorrent? ( >=net-libs/libktorrent-1.0.3:4 ) mms? ( media-libs/libmms ) sqlite? ( dev-db/sqlite:3 ) diff --git a/kde-apps/kget/kget-17.08.49.9999.ebuild b/kde-apps/kget/kget-17.08.49.9999.ebuild index ba329ed752..51db24775b 100644 --- a/kde-apps/kget/kget-17.08.49.9999.ebuild +++ b/kde-apps/kget/kget-17.08.49.9999.ebuild @@ -13,6 +13,7 @@ IUSE="debug bittorrent mms sqlite" RDEPEND=" app-crypt/qca:2[qt4] + kde-frameworks/kdelibs:4[plasma(+)] bittorrent? ( >=net-libs/libktorrent-1.0.3:4 ) mms? ( media-libs/libmms ) sqlite? ( dev-db/sqlite:3 )