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 C25691382C5 for ; Mon, 15 Mar 2021 17:47:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBC54E081A; Mon, 15 Mar 2021 17:47:15 +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 A034CE081A for ; Mon, 15 Mar 2021 17:47:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A2B99340DD6 for ; Mon, 15 Mar 2021 17:47:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 599B24A6 for ; Mon, 15 Mar 2021 17:47:13 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1615830275.d1f809db6a6a35ba40a21d7e0aedd05749ddad91.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/flint/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/flint/flint-2.6.3-r1.ebuild sci-mathematics/flint/flint-2.6.3.ebuild X-VCS-Directories: sci-mathematics/flint/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: d1f809db6a6a35ba40a21d7e0aedd05749ddad91 X-VCS-Branch: master Date: Mon, 15 Mar 2021 17:47:13 +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: bcab2409-ab99-43e4-be1b-da00720423ca X-Archives-Hash: 9b04fd5e794f1c1ca284df2e571a8649 commit: d1f809db6a6a35ba40a21d7e0aedd05749ddad91 Author: Michael Orlitzky gentoo org> AuthorDate: Mon Mar 15 15:05:26 2021 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Mar 15 17:44:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f809db sci-mathematics/flint: add missing dev-tex/latexmk dependency. Straight-to-stable because we're still in the process of stabilizing v2.6.3 and I don't want to make amd64@ re-test it when I've already done that myself. Closes: https://bugs.gentoo.org/775164 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Orlitzky gentoo.org> sci-mathematics/flint/{flint-2.6.3.ebuild => flint-2.6.3-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-mathematics/flint/flint-2.6.3.ebuild b/sci-mathematics/flint/flint-2.6.3-r1.ebuild similarity index 98% rename from sci-mathematics/flint/flint-2.6.3.ebuild rename to sci-mathematics/flint/flint-2.6.3-r1.ebuild index 2f2cf0fd152..dcf4d4d0e5a 100644 --- a/sci-mathematics/flint/flint-2.6.3.ebuild +++ b/sci-mathematics/flint/flint-2.6.3-r1.ebuild @@ -22,6 +22,7 @@ BDEPEND="doc? ( app-text/texlive-core dev-texlive/texlive-latex dev-texlive/texlive-latexextra + dev-tex/latexmk ) ${PYTHON_DEPS}" DEPEND="dev-libs/gmp:=