From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B91BA138334 for ; Fri, 23 Aug 2019 20:47:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C3C5E0821; Fri, 23 Aug 2019 20:47:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC617E07B3 for ; Fri, 23 Aug 2019 20:47:00 +0000 (UTC) Received: from vm-gentoo-x64.intern.deutschmann.biz (2001-4dd4-d32-0-59f9-99ae-1be-27b9.ipv6dyn.netcologne.de [IPv6:2001:4dd4:d32:0:59f9:99ae:1be:27b9]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: whissi) by smtp.gentoo.org (Postfix) with ESMTPSA id A3AAB34A20C; Fri, 23 Aug 2019 20:46:57 +0000 (UTC) From: Thomas Deutschmann To: gentoo-dev@lists.gentoo.org Cc: base-system@gentoo.org, Jory Pratt Subject: [gentoo-dev] [PATCH] autotools.eclass: drop outdated sys-devel/gettext blocker Date: Fri, 23 Aug 2019 22:46:22 +0200 Message-Id: <20190823204622.58922-1-whissi@gentoo.org> X-Mailer: git-send-email 2.23.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 18eab8ae-514e-4eba-9e59-7eea57e50c29 X-Archives-Hash: 6a080cd61f52d9a09064e53580002d6b All Signed-off-by: Thomas Deutschmann --- eclass/autotools.eclass | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 9143aa454d0d..9df0e1b93663 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -109,10 +109,7 @@ if [[ -n ${WANT_LIBTOOL} ]] ; then export WANT_LIBTOOL fi -# Force people (nicely) to upgrade to a newer version of gettext as -# older ones are known to be crappy. #496454 -AUTOTOOLS_DEPEND="!