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 175DF138FBB for ; Mon, 17 Oct 2016 16:37:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDECBE0B6A; Mon, 17 Oct 2016 16:37:05 +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 C2567E0B6A for ; Mon, 17 Oct 2016 16:37:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8BCB8341258 for ; Mon, 17 Oct 2016 16:37:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A26C1304 for ; Mon, 17 Oct 2016 16:37:02 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1476722206.89c37c35e92a2089a628d9d756bf4251e5b4c78e.nicolasbock@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/jabref-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/jabref-bin/jabref-bin-3.6.ebuild X-VCS-Directories: app-text/jabref-bin/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 89c37c35e92a2089a628d9d756bf4251e5b4c78e X-VCS-Branch: master Date: Mon, 17 Oct 2016 16:37:02 +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: 2a81cb58-fdc8-414d-a91f-48b9708263fb X-Archives-Hash: 022ec73932cbbdacd0735226574bd69b commit: 89c37c35e92a2089a628d9d756bf4251e5b4c78e Author: Nicolas Bock gentoo org> AuthorDate: Mon Oct 17 16:36:26 2016 +0000 Commit: Nicolas Bock gentoo org> CommitDate: Mon Oct 17 16:36:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c37c35 app-text/jabref-bin: Fix dependencies Fixes bug 597270. Package-Manager: portage-2.3.0 app-text/jabref-bin/jabref-bin-3.6.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-text/jabref-bin/jabref-bin-3.6.ebuild b/app-text/jabref-bin/jabref-bin-3.6.ebuild index a52e398..6b9e303 100644 --- a/app-text/jabref-bin/jabref-bin-3.6.ebuild +++ b/app-text/jabref-bin/jabref-bin-3.6.ebuild @@ -19,6 +19,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" +DEPEND=" + app-arch/unzip +" RDEPEND=" >=virtual/jre-1.8 " @@ -27,7 +30,7 @@ S="${WORKDIR}" src_unpack() { cp -v "${DISTDIR}/${A}" . || die - jar xf ${A} images/icons/JabRef-icon-48.png || die + unzip ${A} images/icons/JabRef-icon-48.png || die } src_install() {