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 351EA1382C5 for ; Wed, 23 May 2018 14:59:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 164FDE08EC; Wed, 23 May 2018 14:59:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E2611E08EC for ; Wed, 23 May 2018 14:59:45 +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 88C59335C04 for ; Wed, 23 May 2018 14:59:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CBAB1D4 for ; Wed, 23 May 2018 14:59: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: <1527087568.61a451b940e2eb57db4227c6dffc8ca0e13e24b1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/unar/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/unar/unar-1.10.1.ebuild X-VCS-Directories: app-arch/unar/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 61a451b940e2eb57db4227c6dffc8ca0e13e24b1 X-VCS-Branch: master Date: Wed, 23 May 2018 14:59: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: 0eeefa6a-6ab2-4c17-8dee-e8e2e93ae6b1 X-Archives-Hash: 70c5456348f8a017534f18177fb491f7 commit: 61a451b940e2eb57db4227c6dffc8ca0e13e24b1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 23 14:54:06 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 23 14:59:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a451b9 app-arch/unar: EAPI 6, slot ops, sort deps, missing || die Package-Manager: Portage-2.3.38, Repoman-2.3.9 app-arch/unar/unar-1.10.1.ebuild | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/app-arch/unar/unar-1.10.1.ebuild b/app-arch/unar/unar-1.10.1.ebuild index b482d11dbab..e81a5cd0542 100644 --- a/app-arch/unar/unar-1.10.1.ebuild +++ b/app-arch/unar/unar-1.10.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit toolchain-funcs @@ -14,20 +14,24 @@ SLOT="0" KEYWORDS="amd64" IUSE="" -RDEPEND="gnustep-base/gnustep-base +RDEPEND=" + app-arch/bzip2:= dev-libs/icu:= - sys-libs/zlib - app-arch/bzip2" + gnustep-base/gnustep-base + sys-libs/zlib:= +" DEPEND="${RDEPEND} >=gnustep-base/gnustep-make-2.6.0[native-exceptions] - sys-devel/gcc[objc]" + sys-devel/gcc[objc] +" S="${WORKDIR}/The Unarchiver/XADMaster" src_prepare() { + default # avoid jobserver warning, upstream bug: # https://bitbucket.org/WAHa_06x36/theunarchiver/issues/918/dont-call-make-from-makefile - sed -i -e 's:make:$(MAKE):g' Makefile.linux + sed -i -e 's:make:$(MAKE):g' Makefile.linux || die } src_compile() {