projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf5e3c4
)
dev-lang/perl: Disable ithreads warning, since this seems to be less serious now
author
Andreas K. Hüttel
<dilfridge@gentoo.org>
Sat, 4 Jun 2016 20:14:39 +0000
(22:14 +0200)
committer
Andreas K. Hüttel
<dilfridge@gentoo.org>
Sat, 4 Jun 2016 20:28:59 +0000
(22:28 +0200)
Package-Manager: portage-2.3.0_rc1
dev-lang/perl/perl-5.24.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-lang/perl/perl-5.24.0-r1.ebuild
b/dev-lang/perl/perl-5.24.0-r1.ebuild
index 2d2060e134b427ef8cd58febb2612f2a94daf454..6b8e575e450359f8b1f9f130976cf7cd1d6e79f6 100644
(file)
--- a/
dev-lang/perl/perl-5.24.0-r1.ebuild
+++ b/
dev-lang/perl/perl-5.24.0-r1.ebuild
@@
-119,14
+119,6
@@
pkg_setup() {
VENDOR_LIB="/usr/$(get_libdir)/perl5/vendor_perl/${MY_PV}"
VENDOR_ARCH="/usr/$(get_libdir)/perl5/vendor_perl/${MY_PV}/${myarch}${mythreading}"
- if use ithreads ; then
- echo ""
- ewarn "THREADS WARNING"
- ewarn "PLEASE NOTE: You are compiling ${MY_P} with interpreter-level threading enabled."
- ewarn "Threading is not supported by all applications that compile against perl. You"
- ewarn "use threading at your own discretion."
- fi
-
dual_scripts
}