dev-lang/perl: Disable ithreads warning, since this seems to be less serious now
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 4 Jun 2016 20:14:39 +0000 (22:14 +0200)
committerAndreas 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

index 2d2060e134b427ef8cd58febb2612f2a94daf454..6b8e575e450359f8b1f9f130976cf7cd1d6e79f6 100644 (file)
@@ -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
 }