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 A3FC2158087 for ; Wed, 2 Feb 2022 15:40:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 004EF2BC00D; Wed, 2 Feb 2022 15:40:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C6532BC00D for ; Wed, 2 Feb 2022 15:40:45 +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 8F627343291 for ; Wed, 2 Feb 2022 15:40:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EED9D233 for ; Wed, 2 Feb 2022 15:40:42 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1643816415.e04e32a6bd15efb28be9a2cbf9a3ccceb2e63705.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/ginac/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/ginac/ginac-1.8.2.ebuild X-VCS-Directories: sci-mathematics/ginac/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: e04e32a6bd15efb28be9a2cbf9a3ccceb2e63705 X-VCS-Branch: master Date: Wed, 2 Feb 2022 15:40: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: 2d6427c2-99b3-43b4-8162-fa82a0c2d493 X-Archives-Hash: eab247f71171df0fc7fd576d54decfc5 commit: e04e32a6bd15efb28be9a2cbf9a3ccceb2e63705 Author: Andrey Grozin gentoo org> AuthorDate: Wed Feb 2 15:40:15 2022 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Wed Feb 2 15:40:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e04e32a6 sci-mathematics/ginac: ginac-1.8.2[doc] DEPENDs on texlive-latexextra Bug: https://bugs.gentoo.org/832582 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrey Grozin gentoo.org> sci-mathematics/ginac/ginac-1.8.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-mathematics/ginac/ginac-1.8.2.ebuild b/sci-mathematics/ginac/ginac-1.8.2.ebuild index f53cf97078dd..9d6757bca841 100644 --- a/sci-mathematics/ginac/ginac-1.8.2.ebuild +++ b/sci-mathematics/ginac/ginac-1.8.2.ebuild @@ -25,6 +25,7 @@ BDEPEND=" app-doc/doxygen dev-texlive/texlive-fontsrecommended media-gfx/transfig + dev-texlive/texlive-latexextra virtual/texi2dvi )"