From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D6A6A1581EE for ; Tue, 25 Mar 2025 04:37:18 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BFD6034345B for ; Tue, 25 Mar 2025 04:37:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BCF111104BB; Tue, 25 Mar 2025 04:36:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id ACE3A1104BB for ; Tue, 25 Mar 2025 04:36:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66DAA343365 for ; Tue, 25 Mar 2025 04:36:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E56728B5 for ; Tue, 25 Mar 2025 04:36:50 +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: <1742877286.44c3b0ad1f11ef69078f59527bb5df665f8cae6a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/retext/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/retext/retext-9999.ebuild X-VCS-Directories: app-editors/retext/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 44c3b0ad1f11ef69078f59527bb5df665f8cae6a X-VCS-Branch: master Date: Tue, 25 Mar 2025 04:36:50 +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: 05756808-4677-474b-a2e4-68a1b9c20265 X-Archives-Hash: ef1dba076b7d17568510a996fe9a986d commit: 44c3b0ad1f11ef69078f59527bb5df665f8cae6a Author: Philipp Rösner protonmail com> AuthorDate: Sat Mar 22 16:02:05 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 25 04:34:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c3b0ad app-editors/retext: update live ebuild Signed-off-by: Philipp Rösner protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/41223 Signed-off-by: Sam James gentoo.org> app-editors/retext/retext-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-editors/retext/retext-9999.ebuild b/app-editors/retext/retext-9999.ebuild index 97456098e4e9..9e884f22405b 100644 --- a/app-editors/retext/retext-9999.ebuild +++ b/app-editors/retext/retext-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,9 +30,10 @@ RDEPEND=" $(python_gen_cond_dep ' dev-python/docutils[${PYTHON_USEDEP}] dev-python/markdown[${PYTHON_USEDEP}] - >=dev-python/markups-3.1.1[${PYTHON_USEDEP}] + >=dev-python/markups-4.0.0[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] dev-python/pyqt6[dbus,gui,printsupport,widgets,${PYTHON_USEDEP}] + dev-python/python-markdown-math[${PYTHON_USEDEP}] ') " # qmake6 from qtbase is used to find lrelease