mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-ruby/hiredis: use proper tmp directory for tests
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
@@ -28,6 +28,10 @@ RUBY_S="${MY_P}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-unvendor-hiredis.patch" )
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i -e 's:/tmp/:'${T}'/:' test/connection_test.rb || die
|
||||
}
|
||||
|
||||
each_ruby_configure() {
|
||||
CC=$(tc-getCC) ${RUBY} -Cext/hiredis_ext extconf.rb || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user