From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D9D8359CB2 for ; Sat, 16 Apr 2016 15:01:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CA0E21C00F; Sat, 16 Apr 2016 15:01:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 34B3021C00F for ; Sat, 16 Apr 2016 15:01:18 +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 9E0763405C3 for ; Sat, 16 Apr 2016 15:01:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFA6913FF for ; Sat, 16 Apr 2016 15:01:14 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1460818864.73f87b8c88c99b119de833dba4954a8975a46f52.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/extra-cmake-modules/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.21.0.ebuild X-VCS-Directories: kde-frameworks/extra-cmake-modules/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 73f87b8c88c99b119de833dba4954a8975a46f52 X-VCS-Branch: master Date: Sat, 16 Apr 2016 15:01:14 +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: 7a2a04ec-1974-418c-946b-0b5965203c64 X-Archives-Hash: 15b44897df1be98279f1a0678f1a096a commit: 73f87b8c88c99b119de833dba4954a8975a46f52 Author: Johannes Huber gentoo org> AuthorDate: Sat Apr 16 15:00:53 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Apr 16 15:01:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f87b8c kde-frameworks/extra-cmake-modules: Add missing RDEPEND When kde_package_app_templates is used by a reverse dependency cmake -E tar "cvfj" is called in KDEPackageAppTemplates.cmake which apparently uses libarchive. Gentoo-bug: 577550 Package-Manager: portage-2.2.28 kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.21.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.21.0.ebuild b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.21.0.ebuild index 5eaf79c..5530c23 100644 --- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.21.0.ebuild +++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.21.0.ebuild @@ -29,6 +29,10 @@ DEPEND=" ) " +RDEPEND=" + app-arch/libarchive[bzip2] +" + python_check_deps() { has_version "dev-python/sphinx[${PYTHON_USEDEP}]" }