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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B91D1580FD for ; Thu, 26 Dec 2024 17:50:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 794FDE0827; Thu, 26 Dec 2024 17:50:22 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64181E0827 for ; Thu, 26 Dec 2024 17:50:22 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB0D233BEB9 for ; Thu, 26 Dec 2024 17:50:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E75419A1 for ; Thu, 26 Dec 2024 17:50:18 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1735235315.ea1708d4cc25d9b809dc9de55cab6960ee96c261.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/mathgl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/mathgl/mathgl-8.0.1-r1.ebuild sci-libs/mathgl/mathgl-8.0.1-r2.ebuild X-VCS-Directories: sci-libs/mathgl/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: ea1708d4cc25d9b809dc9de55cab6960ee96c261 X-VCS-Branch: master Date: Thu, 26 Dec 2024 17:50:18 +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: 620b902d-498a-4ba4-bb9a-45d08f3ee113 X-Archives-Hash: 817fe5ba21362f5a9f266975b54df5e1 commit: ea1708d4cc25d9b809dc9de55cab6960ee96c261 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Dec 26 09:18:29 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Dec 26 17:48:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea1708d4 sci-libs/mathgl: add binding := to fltk, soname changed Signed-off-by: Ionen Wolkens gentoo.org> sci-libs/mathgl/{mathgl-8.0.1-r1.ebuild => mathgl-8.0.1-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/mathgl/mathgl-8.0.1-r1.ebuild b/sci-libs/mathgl/mathgl-8.0.1-r2.ebuild similarity index 99% rename from sci-libs/mathgl/mathgl-8.0.1-r1.ebuild rename to sci-libs/mathgl/mathgl-8.0.1-r2.ebuild index 96df3e08c15a..53318c93823a 100644 --- a/sci-libs/mathgl/mathgl-8.0.1-r1.ebuild +++ b/sci-libs/mathgl/mathgl-8.0.1-r2.ebuild @@ -24,7 +24,7 @@ unset l RDEPEND=" virtual/opengl - fltk? ( x11-libs/fltk:1 ) + fltk? ( x11-libs/fltk:1= ) gif? ( media-libs/giflib ) glut? ( media-libs/freeglut ) gsl? ( >=sci-libs/gsl-2:= )