From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1008839-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 39A311382C5
	for <garchives@archives.gentoo.org>; Mon, 12 Mar 2018 00:00:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7358BE08D1;
	Mon, 12 Mar 2018 00:00:18 +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 548B2E08D1
	for <gentoo-commits@lists.gentoo.org>; Mon, 12 Mar 2018 00:00:18 +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 12A1D335C54
	for <gentoo-commits@lists.gentoo.org>; Mon, 12 Mar 2018 00:00:16 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F0C7D23D
	for <gentoo-commits@lists.gentoo.org>; Mon, 12 Mar 2018 00:00:06 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@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, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1520812787.919a7ec4dc5b49de855776788f0c49bdbe915c71.asturm@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.12.3.ebuild
X-VCS-Directories: kde-apps/ark/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 919a7ec4dc5b49de855776788f0c49bdbe915c71
X-VCS-Branch: master
Date: Mon, 12 Mar 2018 00:00:06 +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: 6b90b6e2-825c-478c-a376-c21e3b158919
X-Archives-Hash: f61b0de90e303a4911ba82ba3a768ea6

commit:     919a7ec4dc5b49de855776788f0c49bdbe915c71
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 11 23:57:54 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 11 23:59:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919a7ec4

kde-apps/ark: Drop USE=zlib

Not optional for some time.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 kde-apps/ark/ark-17.12.3.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/kde-apps/ark/ark-17.12.3.ebuild b/kde-apps/ark/ark-17.12.3.ebuild
index c95527b9545..eb5ba873787 100644
--- a/kde-apps/ark/ark-17.12.3.ebuild
+++ b/kde-apps/ark/ark-17.12.3.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="KDE Archiving tool"
 HOMEPAGE="https://www.kde.org/applications/utilities/ark
 https://utils.kde.org/projects/ark/"
 KEYWORDS="~amd64 ~x86"
-IUSE="bzip2 lzma zip zlib"
+IUSE="bzip2 lzma zip"
 
 RDEPEND="
 	$(add_frameworks_dep karchive)
@@ -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:=[bzip2?,lzma?,zlib]
 	sys-libs/zlib
 	zip? ( >=dev-libs/libzip-1.2.0:= )
 "
@@ -52,7 +52,6 @@ src_configure() {
 		$(cmake-utils_use_find_package bzip2 BZip2)
 		$(cmake-utils_use_find_package lzma LibLZMA)
 		$(cmake-utils_use_find_package zip LibZip)
-		$(cmake-utils_use_find_package zlib ZLIB)
 	)
 
 	kde5_src_configure