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 632A21580B5 for ; Sat, 4 Sep 2021 06:26:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 305CBE087C; Sat, 4 Sep 2021 06:26:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C5833E087E for ; Sat, 4 Sep 2021 06:26:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EF96933BF54 for ; Sat, 4 Sep 2021 06:26:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F0B9BD for ; Sat, 4 Sep 2021 06:26:43 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1630735274.483d075bf1bf5f8eddf6f5015e9ba65a9b5cb357.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/josm-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/josm-bin/josm-bin-18191.ebuild X-VCS-Directories: sci-geosciences/josm-bin/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 483d075bf1bf5f8eddf6f5015e9ba65a9b5cb357 X-VCS-Branch: master Date: Sat, 4 Sep 2021 06:26:43 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0e7e9973-91c4-42ed-a3e3-af67dd8ad3f8 X-Archives-Hash: c6a836e2b747bd4c479e889d2a767daa commit: 483d075bf1bf5f8eddf6f5015e9ba65a9b5cb357 Author: Joonas Niilola gentoo org> AuthorDate: Sat Sep 4 06:01:14 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Sep 4 06:01:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483d075b sci-geosciences/josm-bin: add missing BDEPEND="app-arch/unzip" ----- >>> Unpacking source... >>> Unpacking josm-snapshot-18191.jar to /var/tmp/portage/sci-geosciences/josm-bin-18191/work /usr/lib/portage/python3.10/phase-helpers.sh: line 415: unzip: command not found * ERROR: sci-geosciences/josm-bin-18191::gentoo failed (unpack phase): ----- Signed-off-by: Joonas Niilola gentoo.org> sci-geosciences/josm-bin/josm-bin-18191.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-geosciences/josm-bin/josm-bin-18191.ebuild b/sci-geosciences/josm-bin/josm-bin-18191.ebuild index 3d54799f8cd..d042ecaab17 100644 --- a/sci-geosciences/josm-bin/josm-bin-18191.ebuild +++ b/sci-geosciences/josm-bin/josm-bin-18191.ebuild @@ -15,6 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=">=virtual/jre-1.8" +BDEPEND="app-arch/unzip" src_install() { java-pkg_newjar "${DISTDIR}/${A}" ${PN}.jar