mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/tre: add blocker on dev-ruby/amatch.
Gentoo-Bug: https://bugs.gentoo.org/626480 Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
@@ -15,16 +15,19 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-
|
||||
IUSE="nls static-libs"
|
||||
|
||||
RDEPEND="
|
||||
!app-misc/glimpse
|
||||
!app-text/agrep"
|
||||
DEPEND="${RDEPEND}
|
||||
!app-text/agrep
|
||||
!dev-ruby/amatch
|
||||
!app-misc/glimpse"
|
||||
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
nls? ( sys-devel/gettext )"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PV}-pkgcfg.patch" )
|
||||
|
||||
src_prepare() {
|
||||
eapply \
|
||||
"${FILESDIR}"/${PV}-pkgcfg.patch
|
||||
eapply_user
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
@@ -47,8 +50,10 @@ src_test() {
|
||||
|
||||
src_install() {
|
||||
local HTML_DOCS=( doc/*.{css,html} )
|
||||
|
||||
default
|
||||
|
||||
# 626480
|
||||
mv "${ED%/}"/usr/bin/agrep{,-tre}$(get_exeext) || die
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user