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 32BE2158015 for ; Sun, 17 Dec 2023 12:34:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EB202BC021; Sun, 17 Dec 2023 12:34:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54DDF2BC021 for ; Sun, 17 Dec 2023 12:34:34 +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 90BE333E3A9 for ; Sun, 17 Dec 2023 12:34:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1E049C4 for ; Sun, 17 Dec 2023 12:34:31 +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: <1702816467.1ccf319eebb9b78bc63f4ea184236e8ae6ade4f7.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/aruba/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/aruba/aruba-2.2.0.ebuild X-VCS-Directories: dev-util/aruba/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 1ccf319eebb9b78bc63f4ea184236e8ae6ade4f7 X-VCS-Branch: master Date: Sun, 17 Dec 2023 12:34:31 +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: 51acf0cb-b43c-415c-9d9a-b0cff9086ce0 X-Archives-Hash: 45cec6f9595708fdaf5ecec291f59ef1 commit: 1ccf319eebb9b78bc63f4ea184236e8ae6ade4f7 Author: Hans de Graaff gentoo org> AuthorDate: Sun Dec 17 12:33:38 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Dec 17 12:34:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ccf319e dev-util/aruba: avoid test dependency on kramdown Bug: https://bugs.gentoo.org/916520 Signed-off-by: Hans de Graaff gentoo.org> dev-util/aruba/aruba-2.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/aruba/aruba-2.2.0.ebuild b/dev-util/aruba/aruba-2.2.0.ebuild index 04f5f79f4b6c..8cb77ddc9bfc 100644 --- a/dev-util/aruba/aruba-2.2.0.ebuild +++ b/dev-util/aruba/aruba-2.2.0.ebuild @@ -48,7 +48,7 @@ all_ruby_prepare() { sed -e 's:_relative ": "./:' \ -e 's/git ls-files -z/find * -print0/' \ - -e '/\(pry-doc\|rake-manifest\|rubocop\|yard-junk\)/ s:^:#:' \ + -e '/\(kramdown\|pry-doc\|rake-manifest\|rubocop\|yard-junk\)/ s:^:#:' \ -e '/simplecov/ s/22/23/' \ -i ${RUBY_FAKEGEM_GEMSPEC} || die