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 2E5FC158020 for ; Sun, 20 Nov 2022 12:10:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 459AEE0931; Sun, 20 Nov 2022 12:10:46 +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 217D5E0931 for ; Sun, 20 Nov 2022 12:10: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 B788D341186 for ; Sun, 20 Nov 2022 12:10:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14E64624 for ; Sun, 20 Nov 2022 12:10:43 +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: <1668942962.78de8f669042f8b52f49e86211443279b9cd2767.mjo@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.9.0.29-r1.ebuild sci-mathematics/giac/giac-1.9.0.29.ebuild X-VCS-Directories: sci-mathematics/giac/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 78de8f669042f8b52f49e86211443279b9cd2767 X-VCS-Branch: master Date: Sun, 20 Nov 2022 12:10:43 +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: c4951904-72e1-436c-87af-4df084695d45 X-Archives-Hash: a5a2866fbff37cdd586463bec4bf9114 commit: 78de8f669042f8b52f49e86211443279b9cd2767 Author: Michael Orlitzky gentoo org> AuthorDate: Sun Nov 20 11:16:02 2022 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Nov 20 11:16:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78de8f66 sci-mathematics/giac: add missing USE dep x11-libs/fltk[opengl]. Closes: https://bugs.gentoo.org/849860 Signed-off-by: Michael Orlitzky gentoo.org> sci-mathematics/giac/{giac-1.9.0.29.ebuild => giac-1.9.0.29-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/giac/giac-1.9.0.29.ebuild b/sci-mathematics/giac/giac-1.9.0.29-r1.ebuild similarity index 99% rename from sci-mathematics/giac/giac-1.9.0.29.ebuild rename to sci-mathematics/giac/giac-1.9.0.29-r1.ebuild index 2efba95ba2ec..6e7c236f37e3 100644 --- a/sci-mathematics/giac/giac-1.9.0.29.ebuild +++ b/sci-mathematics/giac/giac-1.9.0.29-r1.ebuild @@ -23,7 +23,7 @@ done # nauty and cliquer are automagical dependencies RDEPEND="dev-libs/gmp:=[cxx(+)] sys-libs/readline:= - gui? ( x11-libs/fltk + gui? ( x11-libs/fltk[opengl] media-libs/libpng:= ) ao? ( media-libs/libao ) dev-libs/mpfr:=