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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2CA7815815E for ; Wed, 7 Feb 2024 08:30:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69253E2A0A; Wed, 7 Feb 2024 08:30:38 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DDCCE2A0A for ; Wed, 7 Feb 2024 08:30:38 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B0EC33FE60 for ; Wed, 7 Feb 2024 08:30:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFAB9118C for ; Wed, 7 Feb 2024 08:30:35 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1707294632.2b2486ade9d0b745aa2b9e45ecd29bfdb3260271.flow@gentoo> Subject: [gentoo-commits] proj/tex-overlay:main commit in: app-text/texlive/ X-VCS-Repository: proj/tex-overlay X-VCS-Files: app-text/texlive/texlive-2023.ebuild X-VCS-Directories: app-text/texlive/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 2b2486ade9d0b745aa2b9e45ecd29bfdb3260271 X-VCS-Branch: main Date: Wed, 7 Feb 2024 08:30:35 +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: 4923c51c-0250-40f3-bc6d-ad63258dd6ac X-Archives-Hash: 916dc5b139f0485e2a61a9e33d91f87e commit: 2b2486ade9d0b745aa2b9e45ecd29bfdb3260271 Author: Florian Schmaus gentoo org> AuthorDate: Wed Feb 7 08:30:32 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Feb 7 08:30:32 2024 +0000 URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=2b2486ad app-text/texlive: bump glossaries dep to 4.53 Signed-off-by: Florian Schmaus gentoo.org> app-text/texlive/texlive-2023.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/texlive/texlive-2023.ebuild b/app-text/texlive/texlive-2023.ebuild index 3b265c2..dd1e4ec 100644 --- a/app-text/texlive/texlive-2023.ebuild +++ b/app-text/texlive/texlive-2023.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -51,7 +51,7 @@ RDEPEND="${DEPEND} >=${TEXLIVE_CAT}/texlive-fontsextra-${PV} >=${TEXLIVE_CAT}/texlive-formatsextra-${PV} >=${TEXLIVE_CAT}/texlive-latexextra-${PV} - >=dev-tex/glossaries-2.07 + >=dev-tex/glossaries-4.53 ) xetex? ( >=${TEXLIVE_CAT}/texlive-xetex-${PV} ) graphics? ( >=${TEXLIVE_CAT}/texlive-pictures-${PV} )