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 274401382C5 for ; Sat, 22 May 2021 13:55:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 458A5E086D; Sat, 22 May 2021 13:55: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 28DE4E086D for ; Sat, 22 May 2021 13:55: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 B0E7A335CA0 for ; Sat, 22 May 2021 13:55:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0542D4A0 for ; Sat, 22 May 2021 13:55:34 +0000 (UTC) From: "Ulrich Müller" 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" Message-ID: <1621691518.113c12b147b8627b81e17fff7749d55dfddd6b12.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 X-VCS-Directories: dev-tex/tex4ht/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 113c12b147b8627b81e17fff7749d55dfddd6b12 X-VCS-Branch: master Date: Sat, 22 May 2021 13:55: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: ff512f0c-8b3f-4eab-b243-14691550ad46 X-Archives-Hash: 18ed5de77f916df895d1f1fdde947033 commit: 113c12b147b8627b81e17fff7749d55dfddd6b12 Author: Ulrich Müller gentoo org> AuthorDate: Sat May 22 13:37:48 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat May 22 13:51:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113c12b1 dev-tex/tex4ht: Add blocker against TeX Live 2021 to stable version Bug: https://bugs.gentoo.org/791442 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> dev-tex/tex4ht/tex4ht-20090611_p1038-r11.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-tex/tex4ht/tex4ht-20090611_p1038-r11.ebuild b/dev-tex/tex4ht/tex4ht-20090611_p1038-r11.ebuild index 6511637d4ca..7e3751dc6f4 100644 --- a/dev-tex/tex4ht/tex4ht-20090611_p1038-r11.ebuild +++ b/dev-tex/tex4ht/tex4ht-20090611_p1038-r11.ebuild @@ -22,7 +22,8 @@ SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="java" -RDEPEND="app-text/ghostscript-gpl +RDEPEND="!>=dev-texlive/texlive-latex-2021 + app-text/ghostscript-gpl media-gfx/imagemagick dev-libs/kpathsea java? ( >=virtual/jre-1.8:* )"