dev-ruby/pry-byebug - 3.12.0 (guru)

Search

Install

Install this version:

emerge -a =dev-ruby/pry-byebug-3.12.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ruby/pry-byebug-3.12.0

Or alternatively:

emerge --autounmask-write -a =dev-ruby/pry-byebug-3.12.0

Package Information

Description:
Step-by-step debugging and stack navigation in Pry
Homepage:
https://github.com/deivid-rodriguez/pry-byebug
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
3.12.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

RUBY_FAKEGEM_EXTRADOC=""
RUBY_FAKEGEM_GEMSPEC=""
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""
USE_RUBY="ruby32 ruby33 ruby34"

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.16.0
"

Inherited Eclasses