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 CB03C158086 for ; Thu, 30 Dec 2021 14:34:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C821D2BC03C; Thu, 30 Dec 2021 14:34:37 +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 076A32BC039 for ; Thu, 30 Dec 2021 14:34:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E5C643430F6 for ; Thu, 30 Dec 2021 14:34:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B48226F for ; Thu, 30 Dec 2021 14:34:34 +0000 (UTC) From: "Florian Schmaus" 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" Message-ID: <1640707476.6ae148f550fe7242cf3f3cc7286c1e6db88adb6d.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/rbspy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ruby/rbspy/rbspy-0.10.0-r1.ebuild dev-ruby/rbspy/rbspy-0.10.0-r2.ebuild X-VCS-Directories: dev-ruby/rbspy/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 6ae148f550fe7242cf3f3cc7286c1e6db88adb6d X-VCS-Branch: master Date: Thu, 30 Dec 2021 14:34:34 +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: 4a115ea6-8da1-4632-95b4-ae6a571a2523 X-Archives-Hash: ca8182d339566a41cb616dc6b6e88600 commit: 6ae148f550fe7242cf3f3cc7286c1e6db88adb6d Author: Alexey Zapparov zapparov com> AuthorDate: Tue Dec 28 16:04:28 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Dec 28 16:04:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ae148f5 dev-ruby/rbspy: fix QA issues Bug: https://bugs.gentoo.org/830150 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alexey Zapparov zapparov.com> dev-ruby/rbspy/{rbspy-0.10.0-r1.ebuild => rbspy-0.10.0-r2.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-ruby/rbspy/rbspy-0.10.0-r1.ebuild b/dev-ruby/rbspy/rbspy-0.10.0-r2.ebuild similarity index 98% rename from dev-ruby/rbspy/rbspy-0.10.0-r1.ebuild rename to dev-ruby/rbspy/rbspy-0.10.0-r2.ebuild index 659fc7f16..15a1682db 100644 --- a/dev-ruby/rbspy/rbspy-0.10.0-r1.ebuild +++ b/dev-ruby/rbspy/rbspy-0.10.0-r2.ebuild @@ -154,3 +154,6 @@ QA_FLAGS_IGNORED="usr/bin/${PN}" LICENSE="Apache-2.0 BSD-2 BSD CDDL ISC MIT" SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE="test" + +BDEPEND="test? ( dev-lang/ruby )"