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 EABB01382C5 for ; Tue, 22 May 2018 11:40:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC868E08FF; Tue, 22 May 2018 11:40:49 +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 C8B9FE08FF for ; Tue, 22 May 2018 11:40:49 +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 96E91335C73 for ; Tue, 22 May 2018 11:40:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4527D37 for ; Tue, 22 May 2018 11:40:46 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1526988840.c18df5c3904f80205024cb1fc7b83d0e0e9eeb41.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/arduino/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/arduino/arduino-1.8.5-r2.ebuild X-VCS-Directories: dev-embedded/arduino/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: c18df5c3904f80205024cb1fc7b83d0e0e9eeb41 X-VCS-Branch: master Date: Tue, 22 May 2018 11:40:46 +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: 413e043c-5ca4-454f-b39f-e1601c7fd1b8 X-Archives-Hash: e5574978bac827713b2556151d3e56ed commit: c18df5c3904f80205024cb1fc7b83d0e0e9eeb41 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 20 17:19:33 2018 +0000 Commit: Amy Liffey gentoo org> CommitDate: Tue May 22 11:34:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18df5c3 dev-embedded/arduino: add missing app-arch/unzip dependency Closes: https://github.com/gentoo/gentoo/pull/8497 dev-embedded/arduino/arduino-1.8.5-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-embedded/arduino/arduino-1.8.5-r2.ebuild b/dev-embedded/arduino/arduino-1.8.5-r2.ebuild index 9bb3d4462bf..50b52632bde 100644 --- a/dev-embedded/arduino/arduino-1.8.5-r2.ebuild +++ b/dev-embedded/arduino/arduino-1.8.5-r2.ebuild @@ -68,6 +68,7 @@ RDEPEND="${CDEPEND} >=virtual/jre-1.8" DEPEND="${CDEPEND} + app-arch/unzip >=virtual/jdk-1.8" EANT_BUILD_TARGET="build"