From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BEA0913829C for ; Sat, 4 Jun 2016 20:29:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40873254023; Sat, 4 Jun 2016 20:29:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC49B254023 for ; Sat, 4 Jun 2016 20:29:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05727340BF6 for ; Sat, 4 Jun 2016 20:29:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA7E9972 for ; Sat, 4 Jun 2016 20:29:16 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1465072139.098870898710569bb9881a08026c1199fc25dee6.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/perl/perl-5.24.0-r1.ebuild X-VCS-Directories: dev-lang/perl/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 098870898710569bb9881a08026c1199fc25dee6 X-VCS-Branch: master Date: Sat, 4 Jun 2016 20:29:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c61f9421-c937-43a3-b925-4d47ca489835 X-Archives-Hash: 11e890c1dd70c63fa903e32bf021e027 commit: 098870898710569bb9881a08026c1199fc25dee6 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jun 4 20:14:39 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Jun 4 20:28:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09887089 dev-lang/perl: Disable ithreads warning, since this seems to be less serious now Package-Manager: portage-2.3.0_rc1 dev-lang/perl/perl-5.24.0-r1.ebuild | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dev-lang/perl/perl-5.24.0-r1.ebuild b/dev-lang/perl/perl-5.24.0-r1.ebuild index 2d2060e..6b8e575 100644 --- 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 }