From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1275085-garchives=archives.gentoo.org@lists.gentoo.org>
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 DB0281382C5
	for <garchives@archives.gentoo.org>; Sun, 25 Apr 2021 22:06:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3B776E08BD;
	Sun, 25 Apr 2021 22:06:19 +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 2550FE08BD
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Apr 2021 22:06:19 +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 37556340F03
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Apr 2021 22:06:18 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 97DC1634
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Apr 2021 22:06:16 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1619388355.1639c8726941d00d328d3bf5df78675359df88a4.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/tex4ht/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-tex/tex4ht/tex4ht-20090611_p1038-r11.ebuild dev-tex/tex4ht/tex4ht-20090611_p1038_p20210423.ebuild
X-VCS-Directories: dev-tex/tex4ht/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 1639c8726941d00d328d3bf5df78675359df88a4
X-VCS-Branch: master
Date: Sun, 25 Apr 2021 22:06:16 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 50791277-adb5-4265-8d42-ede53d5405c2
X-Archives-Hash: 4d3da71e404bcf021744e3af280cbfcd

commit:     1639c8726941d00d328d3bf5df78675359df88a4
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 25 22:02:25 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 25 22:05:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1639c872

dev-tex/tex4ht: Update java dependencies

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-tex/tex4ht/tex4ht-20090611_p1038-r11.ebuild       | 10 +++++-----
 dev-tex/tex4ht/tex4ht-20090611_p1038_p20210423.ebuild |  8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-tex/tex4ht/tex4ht-20090611_p1038-r11.ebuild b/dev-tex/tex4ht/tex4ht-20090611_p1038-r11.ebuild
index de926dc3ef3..6511637d4ca 100644
--- a/dev-tex/tex4ht/tex4ht-20090611_p1038-r11.ebuild
+++ b/dev-tex/tex4ht/tex4ht-20090611_p1038-r11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,12 +25,12 @@ IUSE="java"
 RDEPEND="app-text/ghostscript-gpl
 	media-gfx/imagemagick
 	dev-libs/kpathsea
-	java? ( >=virtual/jre-1.5 )"
+	java? ( >=virtual/jre-1.8:* )"
 
-DEPEND="dev-libs/kpathsea"
+DEPEND="dev-libs/kpathsea
+	java? ( >=virtual/jdk-1.8:* )"
 
-BDEPEND="virtual/pkgconfig
-	java? ( >=virtual/jdk-1.5 )"
+BDEPEND="virtual/pkgconfig"
 
 S="${WORKDIR}/${MY_P}"
 

diff --git a/dev-tex/tex4ht/tex4ht-20090611_p1038_p20210423.ebuild b/dev-tex/tex4ht/tex4ht-20090611_p1038_p20210423.ebuild
index f780ed2a169..c1ef76c28fa 100644
--- a/dev-tex/tex4ht/tex4ht-20090611_p1038_p20210423.ebuild
+++ b/dev-tex/tex4ht/tex4ht-20090611_p1038_p20210423.ebuild
@@ -25,12 +25,12 @@ IUSE="java"
 RDEPEND="app-text/ghostscript-gpl
 	media-gfx/imagemagick
 	dev-libs/kpathsea
-	java? ( >=virtual/jre-1.5 )"
+	java? ( >=virtual/jre-1.8:* )"
 
-DEPEND="dev-libs/kpathsea"
+DEPEND="dev-libs/kpathsea
+	java? ( >=virtual/jdk-1.8:* )"
 
-BDEPEND="virtual/pkgconfig
-	java? ( >=virtual/jdk-1.5 )"
+BDEPEND="virtual/pkgconfig"
 
 S="${WORKDIR}/${MY_P}"