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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1AD6D158042 for ; Fri, 15 Nov 2024 10:03:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1892FE09BD; Fri, 15 Nov 2024 10:03:13 +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 0052FE09BD for ; Fri, 15 Nov 2024 10:03:12 +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 0B58E341B52 for ; Fri, 15 Nov 2024 10:03:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 669F11915 for ; Fri, 15 Nov 2024 10:03:10 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1731664979.5b7b3e98795253a4a11c892288f36ce7203cedae.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/haml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/haml/haml-6.3.0-r1.ebuild X-VCS-Directories: dev-ruby/haml/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 5b7b3e98795253a4a11c892288f36ce7203cedae X-VCS-Branch: master Date: Fri, 15 Nov 2024 10:03:10 +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: 241cc023-97e6-4428-b045-86a275781d31 X-Archives-Hash: 5279c7fa5377b2c32a572f0109856497 commit: 5b7b3e98795253a4a11c892288f36ce7203cedae Author: Hans de Graaff gentoo org> AuthorDate: Fri Nov 15 10:02:07 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Nov 15 10:02:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7b3e98 dev-ruby/haml: add missing test dependencies The tilt tests require a sass compiler to be present. Closes: https://bugs.gentoo.org/943542 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/haml/haml-6.3.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ruby/haml/haml-6.3.0-r1.ebuild b/dev-ruby/haml/haml-6.3.0-r1.ebuild index eccbac2ab2b9..5506fa6f40c1 100644 --- a/dev-ruby/haml/haml-6.3.0-r1.ebuild +++ b/dev-ruby/haml/haml-6.3.0-r1.ebuild @@ -30,6 +30,7 @@ ruby_add_bdepend " dev-ruby/minitest:5 dev-ruby/nokogiri