Install this version:
emerge -a =dev-util/App-SVN-Bisect-1.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/App-SVN-Bisect-1.1
Or alternatively:
emerge --autounmask-write -a =dev-util/App-SVN-Bisect-1.1
# Copyright 2012-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR="INFINOID"
inherit perl-module
DESCRIPTION="Binary search through svn revisions"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/YAML-Syck
dev-perl/IO-All
dev-vcs/subversion
"
BDEPEND="
dev-perl/Module-Build
test? (
${RDEPEND}
dev-perl/Test-Exception
dev-perl/Test-Output
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage
)
"
Manage flags for this package:
euse -i <flag> -p dev-util/App-SVN-Bisect |
euse -E <flag> -p dev-util/App-SVN-Bisect |
euse -D <flag> -p dev-util/App-SVN-Bisect
dev-perl/YAML-Syck dev-perl/IO-All dev-vcs/subversion
dev-perl/Module-Build test? ( dev-perl/YAML-Syck dev-perl/IO-All dev-vcs/subversion dev-perl/Test-Exception dev-perl/Test-Output dev-perl/Test-Pod dev-perl/Test-Pod-Coverage )