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 C5096138BF0 for ; Tue, 13 Oct 2015 00:20:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0D52E07D6; Tue, 13 Oct 2015 00:20:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18688E07D4 for ; Tue, 13 Oct 2015 00:20:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9514F340864 for ; Tue, 13 Oct 2015 00:20:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C3E1F69 for ; Tue, 13 Oct 2015 00:20:33 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1444695266.202fa188ad645f1cd9d56ce049fc1e8530e26380.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gettext/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gettext/gettext-0.19.4.ebuild sys-devel/gettext/gettext-0.19.5.1-r1.ebuild sys-devel/gettext/gettext-0.19.5.ebuild sys-devel/gettext/gettext-0.19.6.ebuild X-VCS-Directories: sys-devel/gettext/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 202fa188ad645f1cd9d56ce049fc1e8530e26380 X-VCS-Branch: master Date: Tue, 13 Oct 2015 00:20:33 +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: 9b1e0935-2368-4dde-b731-4796032c2dc4 X-Archives-Hash: e2c4fafa11ba68edc32a8c027a35873f commit: 202fa188ad645f1cd9d56ce049fc1e8530e26380 Author: Mike Frysinger gentoo org> AuthorDate: Mon Oct 12 22:25:25 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Oct 13 00:14:26 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202fa188 sys-devel/gettext: drop old acl workaround for cross-compilers #333887 The new release has happened and all these versions include corrected code with acl compile tests (they assume yes when cross-compiling). sys-devel/gettext/gettext-0.19.4.ebuild | 3 --- sys-devel/gettext/gettext-0.19.5.1-r1.ebuild | 3 --- sys-devel/gettext/gettext-0.19.5.ebuild | 3 --- sys-devel/gettext/gettext-0.19.6.ebuild | 3 --- 4 files changed, 12 deletions(-) diff --git a/sys-devel/gettext/gettext-0.19.4.ebuild b/sys-devel/gettext/gettext-0.19.4.ebuild index e4169aa..102a79c 100644 --- a/sys-devel/gettext/gettext-0.19.4.ebuild +++ b/sys-devel/gettext/gettext-0.19.4.ebuild @@ -68,9 +68,6 @@ multilib_src_configure() { fi use cxx || export CXX=$(tc-getCC) - # Should be able to drop this hack in next release. #333887 - tc-is-cross-compiler && export gl_cv_func_working_acl_get_file=yes - local ECONF_SOURCE=${S} if ! multilib_is_native_abi ; then # for non-native ABIs, we build runtime only diff --git a/sys-devel/gettext/gettext-0.19.5.1-r1.ebuild b/sys-devel/gettext/gettext-0.19.5.1-r1.ebuild index 3ae12cf..e422888 100644 --- a/sys-devel/gettext/gettext-0.19.5.1-r1.ebuild +++ b/sys-devel/gettext/gettext-0.19.5.1-r1.ebuild @@ -74,9 +74,6 @@ multilib_src_configure() { fi use cxx || export CXX=$(tc-getCC) - # Should be able to drop this hack in next release. #333887 - tc-is-cross-compiler && export gl_cv_func_working_acl_get_file=yes - local ECONF_SOURCE=${S} if ! multilib_is_native_abi ; then # for non-native ABIs, we build runtime only diff --git a/sys-devel/gettext/gettext-0.19.5.ebuild b/sys-devel/gettext/gettext-0.19.5.ebuild index 81fe50a..39cd40b 100644 --- a/sys-devel/gettext/gettext-0.19.5.ebuild +++ b/sys-devel/gettext/gettext-0.19.5.ebuild @@ -68,9 +68,6 @@ multilib_src_configure() { fi use cxx || export CXX=$(tc-getCC) - # Should be able to drop this hack in next release. #333887 - tc-is-cross-compiler && export gl_cv_func_working_acl_get_file=yes - local ECONF_SOURCE=${S} if ! multilib_is_native_abi ; then # for non-native ABIs, we build runtime only diff --git a/sys-devel/gettext/gettext-0.19.6.ebuild b/sys-devel/gettext/gettext-0.19.6.ebuild index dd7cde5..8c43dd9 100644 --- a/sys-devel/gettext/gettext-0.19.6.ebuild +++ b/sys-devel/gettext/gettext-0.19.6.ebuild @@ -69,9 +69,6 @@ multilib_src_configure() { fi use cxx || export CXX=$(tc-getCC) - # Should be able to drop this hack in next release. #333887 - tc-is-cross-compiler && export gl_cv_func_working_acl_get_file=yes - local ECONF_SOURCE=${S} if ! multilib_is_native_abi ; then # for non-native ABIs, we build runtime only