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 D83B715800D for ; Thu, 6 Jul 2023 06:54:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B5D1E0872; Thu, 6 Jul 2023 06:54:45 +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 F1AC9E0872 for ; Thu, 6 Jul 2023 06:54:44 +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 E8D5734103B for ; Thu, 6 Jul 2023 06:54:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53053119 for ; Thu, 6 Jul 2023 06:54:42 +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: <1688626473.9015629fc3c1fc54239015b430d997ec8871d7cc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/global/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/global/global-6.6.10.ebuild X-VCS-Directories: dev-util/global/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9015629fc3c1fc54239015b430d997ec8871d7cc X-VCS-Branch: master Date: Thu, 6 Jul 2023 06:54:42 +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: 1d87bcd5-86f6-468f-8bd8-184452456156 X-Archives-Hash: 020e5ecf3a716038500c2e38fe074df5 commit: 9015629fc3c1fc54239015b430d997ec8871d7cc Author: Sam James gentoo org> AuthorDate: Thu Jul 6 06:49:46 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 6 06:54:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9015629f dev-util/global: add texlive-core dep Closes: https://bugs.gentoo.org/909751 Signed-off-by: Sam James gentoo.org> dev-util/global/global-6.6.10.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/global/global-6.6.10.ebuild b/dev-util/global/global-6.6.10.ebuild index ba1e95a1d864..a26d05c4474f 100644 --- a/dev-util/global/global-6.6.10.ebuild +++ b/dev-util/global/global-6.6.10.ebuild @@ -30,6 +30,7 @@ DEPEND="${RDEPEND}" BDEPEND=" doc? ( app-text/texi2html + app-text/texlive-core sys-apps/texinfo ) "