From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1469701-garchives=archives.gentoo.org@lists.gentoo.org> 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 B651E158003 for <garchives@archives.gentoo.org>; Tue, 20 Dec 2022 18:59:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2675E0977; Tue, 20 Dec 2022 18:59:17 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89F9EE0977 for <gentoo-commits@lists.gentoo.org>; Tue, 20 Dec 2022 18:59:17 +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 AE1F033BF0B for <gentoo-commits@lists.gentoo.org>; Tue, 20 Dec 2022 18:59:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36748477 for <gentoo-commits@lists.gentoo.org>; Tue, 20 Dec 2022 18:59:15 +0000 (UTC) From: "Florian Schmaus" <flow@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" <flow@gentoo.org> Message-ID: <1671562728.249155fb960f0effebaeaa3b0778d5da2f313e3c.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsnow/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xsnow/xsnow-3.5.3-r1.ebuild x11-misc/xsnow/xsnow-3.5.3.ebuild X-VCS-Directories: x11-misc/xsnow/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 249155fb960f0effebaeaa3b0778d5da2f313e3c X-VCS-Branch: master Date: Tue, 20 Dec 2022 18:59:15 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 455dcb55-224a-4a6a-b474-e9ff10f2b4ce X-Archives-Hash: 503c9df2389b8f0697d64f555c2ae81d commit: 249155fb960f0effebaeaa3b0778d5da2f313e3c Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Tue Dec 20 18:56:29 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Dec 20 18:58:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=249155fb x11-misc/xsnow: add missing sci-libs/gsl dep Closes: https://bugs.gentoo.org/874807 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> x11-misc/xsnow/{xsnow-3.5.3.ebuild => xsnow-3.5.3-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-misc/xsnow/xsnow-3.5.3.ebuild b/x11-misc/xsnow/xsnow-3.5.3-r1.ebuild similarity index 97% rename from x11-misc/xsnow/xsnow-3.5.3.ebuild rename to x11-misc/xsnow/xsnow-3.5.3-r1.ebuild index e0918534a97e..d57c9e3051f7 100644 --- a/x11-misc/xsnow/xsnow-3.5.3.ebuild +++ b/x11-misc/xsnow/xsnow-3.5.3-r1.ebuild @@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86" RDEPEND=" dev-libs/glib:2 + sci-libs/gsl:= sys-apps/dbus x11-libs/cairo x11-libs/gtk+:3