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 CFA8F1396D0 for ; Sun, 20 Aug 2017 09:25:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A01CE0EB7; Sun, 20 Aug 2017 09:25:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 EA692E0EB7 for ; Sun, 20 Aug 2017 09:25:09 +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 BC721341708 for ; Sun, 20 Aug 2017 09:25:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 424867C26 for ; Sun, 20 Aug 2017 09:25:07 +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: <1503221085.19e9b66409a07b3af8a7402dcf261e6ddc5c1a1c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kio/kio-9999.ebuild X-VCS-Directories: kde-frameworks/kio/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 19e9b66409a07b3af8a7402dcf261e6ddc5c1a1c X-VCS-Branch: master Date: Sun, 20 Aug 2017 09:25:07 +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: a1ed40ef-0cfc-4828-b6aa-a1f3962312ea X-Archives-Hash: 58b349accc163509fc310da2ef3d24a7 commit: 19e9b66409a07b3af8a7402dcf261e6ddc5c1a1c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 20 09:24:45 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 20 09:24:45 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=19e9b664 kde-frameworks/kio: Cleanup *DEPEND vars Package-Manager: Portage-2.3.8, Repoman-2.3.3 kde-frameworks/kio/kio-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kde-frameworks/kio/kio-9999.ebuild b/kde-frameworks/kio/kio-9999.ebuild index 0a37a2d153..2eb7ab56e6 100644 --- a/kde-frameworks/kio/kio-9999.ebuild +++ b/kde-frameworks/kio/kio-9999.ebuild @@ -12,7 +12,7 @@ LICENSE="LGPL-2+" KEYWORDS="" IUSE="acl +handbook kerberos +kwallet X" -COMMON_DEPEND=" +RDEPEND=" $(add_frameworks_dep karchive) $(add_frameworks_dep kbookmarks) $(add_frameworks_dep kcodecs) @@ -48,7 +48,7 @@ COMMON_DEPEND=" kwallet? ( $(add_frameworks_dep kwallet) ) X? ( $(add_qt_dep qtx11extras) ) " -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} $(add_qt_dep qtconcurrent) handbook? ( $(add_frameworks_dep kdoctools) ) test? ( sys-libs/zlib ) @@ -61,7 +61,6 @@ DEPEND="${COMMON_DEPEND} PDEPEND=" $(add_frameworks_dep kded) " -RDEPEND="${COMMON_DEPEND}" # tests hang RESTRICT+=" test"