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 6381E1382C5 for ; Mon, 1 Mar 2021 15:54:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95102E092E; Mon, 1 Mar 2021 15:54:36 +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 803D7E092E for ; Mon, 1 Mar 2021 15:54:36 +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 A0E0E33BEE0 for ; Mon, 1 Mar 2021 15:54:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0ECB646B for ; Mon, 1 Mar 2021 15:54:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614614063.3e2bfa1e2845bf5593d8146d8d47575ab31b0fbc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/turbovnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/turbovnc/turbovnc-2.2.6.ebuild X-VCS-Directories: net-misc/turbovnc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3e2bfa1e2845bf5593d8146d8d47575ab31b0fbc X-VCS-Branch: master Date: Mon, 1 Mar 2021 15:54:34 +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: c25d44eb-cff3-4124-b15a-f6647fb912f9 X-Archives-Hash: a86a3a405ded821d19f5180f1d0dc73f commit: 3e2bfa1e2845bf5593d8146d8d47575ab31b0fbc Author: Sam James gentoo org> AuthorDate: Mon Mar 1 15:44:17 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 1 15:54:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e2bfa1e net-misc/turbovnc: use java optionally on libjpeg-turbo Signed-off-by: Sam James gentoo.org> net-misc/turbovnc/turbovnc-2.2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/turbovnc/turbovnc-2.2.6.ebuild b/net-misc/turbovnc/turbovnc-2.2.6.ebuild index 070f97e0ca3..53dcdf8067b 100644 --- a/net-misc/turbovnc/turbovnc-2.2.6.ebuild +++ b/net-misc/turbovnc/turbovnc-2.2.6.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64" DEPEND=" - >=media-libs/libjpeg-turbo-2.0.0[java] + >=media-libs/libjpeg-turbo-2.0.0[java?] virtual/jdk:1.8 !net-misc/tigervnc "