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 E997D138239 for ; Tue, 27 Apr 2021 07:59:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3297E0886; Tue, 27 Apr 2021 07:59:37 +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 8A867E0886 for ; Tue, 27 Apr 2021 07:59:37 +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 1EA59335DA4 for ; Tue, 27 Apr 2021 07:59:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76F5147 for ; Tue, 27 Apr 2021 07:59:34 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1619510360.1b092cac29d00008a19b3766a2dfe5e74a135055.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphviz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/graphviz/graphviz-2.47.1.ebuild X-VCS-Directories: media-gfx/graphviz/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1b092cac29d00008a19b3766a2dfe5e74a135055 X-VCS-Branch: master Date: Tue, 27 Apr 2021 07:59: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: 02752830-cd67-42f0-bb75-33b89143862d X-Archives-Hash: e7f194ac5f05c5bf958488ef04c512cc commit: 1b092cac29d00008a19b3766a2dfe5e74a135055 Author: David Seifert gentoo org> AuthorDate: Tue Apr 27 07:59:20 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Apr 27 07:59:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b092cac media-gfx/graphviz: Fix building with USE=java Closes: https://bugs.gentoo.org/785436 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert gentoo.org> media-gfx/graphviz/graphviz-2.47.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/graphviz/graphviz-2.47.1.ebuild b/media-gfx/graphviz/graphviz-2.47.1.ebuild index 570be52f339..e0b4dec8afe 100644 --- a/media-gfx/graphviz/graphviz-2.47.1.ebuild +++ b/media-gfx/graphviz/graphviz-2.47.1.ebuild @@ -40,7 +40,7 @@ BDEPEND=" ) java? ( dev-lang/swig - virtual/jdk:* + virtual/jdk:1.8 ) nls? ( >=sys-devel/gettext-0.14.5 ) perl? ( dev-lang/swig ) @@ -66,7 +66,7 @@ RDEPEND=" gtk? ( x11-libs/gtk+:2 ) gts? ( sci-libs/gts ) guile? ( dev-scheme/guile ) - java? ( virtual/jdk:* ) + java? ( virtual/jdk:1.8 ) lasi? ( media-libs/lasi ) pdf? ( app-text/poppler ) perl? ( dev-lang/perl:= )