From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-952400-garchives=archives.gentoo.org@lists.gentoo.org>
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 B100A139694
	for <garchives@archives.gentoo.org>; Sat, 27 May 2017 16:17:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A8C60E0EB6;
	Sat, 27 May 2017 16:17:00 +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 82E16E0EB6
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 May 2017 16:17:00 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 7A645340DF9
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 May 2017 16:16:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E51F54A4
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 May 2017 16:16:57 +0000 (UTC)
From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" <robbat2@gentoo.org>
Message-ID: <1495901658.117b5fbef46dfcb9ea4d14b5e58eeee01bef9e96.robbat2@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/ark/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-apps/ark/ark-17.04.1.ebuild
X-VCS-Directories: kde-apps/ark/
X-VCS-Committer: robbat2
X-VCS-Committer-Name: Robin H. Johnson
X-VCS-Revision: 117b5fbef46dfcb9ea4d14b5e58eeee01bef9e96
X-VCS-Branch: master
Date: Sat, 27 May 2017 16:16:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 4b448571-2649-400e-9d6d-27e9f9a7bab7
X-Archives-Hash: 08a3a378cd6077eb040b0a7a06a72a50

commit:     117b5fbef46dfcb9ea4d14b5e58eeee01bef9e96
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 16:10:54 2017 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat May 27 16:14:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117b5fbe

kde-apps/ark: fix app-arch/libarchive dep.

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
  Could NOT find LibArchive: Found unsuitable version "3.1.2", but required
  is at least "3.2.0" (found /usr/lib64/libarchive.so)

Package-Manager: portage-2.3.6
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 kde-apps/ark/ark-17.04.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/ark/ark-17.04.1.ebuild b/kde-apps/ark/ark-17.04.1.ebuild
index 3ba7d3c0e61..754e10fc9ac 100644
--- a/kde-apps/ark/ark-17.04.1.ebuild
+++ b/kde-apps/ark/ark-17.04.1.ebuild
@@ -35,7 +35,7 @@ RDEPEND="
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
-	app-arch/libarchive:=[bzip2?,lzma?,zlib?]
+	>=app-arch/libarchive-3.2.0:=[bzip2?,lzma?,zlib?]
 	zip? ( >=dev-libs/libzip-1.2.0:= )
 "
 DEPEND="${RDEPEND}