dev-ruby/pry-byebug: add 3.10.1

Signed-off-by: Caleb Stein <caleb@calebstein.net>
This commit is contained in:
Caleb Stein
2023-05-31 11:21:25 -07:00
parent 868caa9763
commit e813502db2
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
RUBY_FAKEGEM_EXTRADOC=""
RUBY_FAKEGEM_GEMSPEC=""
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""
USE_RUBY="ruby32 ruby31 ruby30 ruby27 ruby26"
inherit ruby-fakegem
DESCRIPTION="Step-by-step debugging and stack navigation in Pry"
HOMEPAGE="https://github.com/deivid-rodriguez/pry-byebug"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
ruby_add_rdepend "
>=dev-ruby/byebug-11.0
>=dev-ruby/pry-0.13
<dev-ruby/pry-0.15
"