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 D09311382C5 for ; Fri, 18 Jun 2021 13:16:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4F63E0877; Fri, 18 Jun 2021 13:16:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BAE8AE0877 for ; Fri, 18 Jun 2021 13:16:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 99F16335DA7 for ; Fri, 18 Jun 2021 13:16:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD79D7BB for ; Fri, 18 Jun 2021 13:15:58 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1624022136.8c487d81becc40c748649ac15da904c245b76f79.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/giac/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/giac/giac-1.7.0.13-r1.ebuild sci-mathematics/giac/giac-1.7.0.13.ebuild X-VCS-Directories: sci-mathematics/giac/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 8c487d81becc40c748649ac15da904c245b76f79 X-VCS-Branch: master Date: Fri, 18 Jun 2021 13:15:58 +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: b3f36b9e-ded1-4b97-a396-14cb7239e0c3 X-Archives-Hash: d3705168e91b7c3c1a8ff1fb8abb2e87 commit: 8c487d81becc40c748649ac15da904c245b76f79 Author: David Seifert gentoo org> AuthorDate: Fri Jun 18 13:15:36 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Jun 18 13:15:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c487d81 sci-mathematics/giac: Depend on dev-libs/gmp[cxx(+)] Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: David Seifert gentoo.org> sci-mathematics/giac/{giac-1.7.0.13.ebuild => giac-1.7.0.13-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/giac/giac-1.7.0.13.ebuild b/sci-mathematics/giac/giac-1.7.0.13-r1.ebuild similarity index 99% rename from sci-mathematics/giac/giac-1.7.0.13.ebuild rename to sci-mathematics/giac/giac-1.7.0.13-r1.ebuild index 2d6ab4387bf..79fd766d7ac 100644 --- a/sci-mathematics/giac/giac-1.7.0.13.ebuild +++ b/sci-mathematics/giac/giac-1.7.0.13-r1.ebuild @@ -21,7 +21,7 @@ for X in ${LANGS} ; do done # nauty and cliquer are automagical dependencies -RDEPEND="dev-libs/gmp:=[cxx] +RDEPEND="dev-libs/gmp:=[cxx(+)] sys-libs/readline:= gui? ( x11-libs/fltk media-libs/libpng:= )