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 83EE9138334 for ; Thu, 22 Nov 2018 22:22:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 944D2E08D3; Thu, 22 Nov 2018 22:22:44 +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 6C36DE08D3 for ; Thu, 22 Nov 2018 22:22:44 +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 36437335C36 for ; Thu, 22 Nov 2018 22:22:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 754FCA8 for ; Thu, 22 Nov 2018 22:22: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: <1542914743.f31ea212481575b0b5df9278dd0f6ef8c3ed1a66.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/karchive/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/karchive/karchive-9999.ebuild X-VCS-Directories: kde-frameworks/karchive/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f31ea212481575b0b5df9278dd0f6ef8c3ed1a66 X-VCS-Branch: master Date: Thu, 22 Nov 2018 22:22: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: c2498f41-1f78-46ce-9035-9b38ed431e11 X-Archives-Hash: b01ad3ce3a6c45d6f2500b87f909c95a commit: f31ea212481575b0b5df9278dd0f6ef8c3ed1a66 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 19 23:28:01 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 22 19:25:43 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f31ea212 kde-frameworks/karchive: Sort DEPENDs Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/karchive/karchive-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/karchive/karchive-9999.ebuild b/kde-frameworks/karchive/karchive-9999.ebuild index 30b0fbaeb9..a2923ae3d7 100644 --- a/kde-frameworks/karchive/karchive-9999.ebuild +++ b/kde-frameworks/karchive/karchive-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,9 +11,9 @@ KEYWORDS="" IUSE="+bzip2 +lzma" RDEPEND=" + sys-libs/zlib bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) - sys-libs/zlib " DEPEND="${RDEPEND}"