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 AFD3F138334 for ; Sun, 22 Jul 2018 23:33:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E7FFE078A; Sun, 22 Jul 2018 23:33:00 +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 1FBA1E078A for ; Sun, 22 Jul 2018 23:33:00 +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 05478335CCA for ; Sun, 22 Jul 2018 23:32:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8C3A379 for ; Sun, 22 Jul 2018 23:32:56 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1532302283.97cf9f2715a82d688aff6da7ada8413be9929dbc.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/arduino-listserialportsc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/arduino-listserialportsc/arduino-listserialportsc-1.4.0.ebuild X-VCS-Directories: dev-embedded/arduino-listserialportsc/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 97cf9f2715a82d688aff6da7ada8413be9929dbc X-VCS-Branch: master Date: Sun, 22 Jul 2018 23:32:56 +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: 60079138-f2b1-4ec4-a7b4-b64b073dcf42 X-Archives-Hash: ce950821c439c09f8657aeea6e62a638 commit: 97cf9f2715a82d688aff6da7ada8413be9929dbc Author: Virgil Dupras gentoo org> AuthorDate: Sun Jul 22 23:31:23 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Sun Jul 22 23:31:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97cf9f27 dev-embedded/arduino-listserialportsc: add missing build dep Closes: https://bugs.gentoo.org/654566 Package-Manager: Portage-2.3.43, Repoman-2.3.10 .../arduino-listserialportsc/arduino-listserialportsc-1.4.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-embedded/arduino-listserialportsc/arduino-listserialportsc-1.4.0.ebuild b/dev-embedded/arduino-listserialportsc/arduino-listserialportsc-1.4.0.ebuild index 940f1123312..e93591a0c0b 100644 --- a/dev-embedded/arduino-listserialportsc/arduino-listserialportsc-1.4.0.ebuild +++ b/dev-embedded/arduino-listserialportsc/arduino-listserialportsc-1.4.0.ebuild @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=">=dev-libs/libserialport-0.1.1" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + >=virtual/jdk-1.8" S="${WORKDIR}/listSerialPortsC-${PV}"