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 A5CED139694 for ; Sun, 5 Mar 2017 02:38:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF612E0CC2; Sun, 5 Mar 2017 02:38:08 +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 AC724E0CBD for ; Sun, 5 Mar 2017 02:38:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8CEA8341848 for ; Sun, 5 Mar 2017 02:38:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 317AA5CBD for ; Sun, 5 Mar 2017 02:38:06 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1488681474.7e92987ccbcfc9358d52f03d1c73effedeb8d514.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libX11/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libX11/libX11-1.6.5.ebuild X-VCS-Directories: x11-libs/libX11/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7e92987ccbcfc9358d52f03d1c73effedeb8d514 X-VCS-Branch: master Date: Sun, 5 Mar 2017 02:38:06 +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: 1e379fbb-b238-4c84-b574-89867b6473de X-Archives-Hash: c25eaaafd7a4c889f8c9fdff623d17e0 commit: 7e92987ccbcfc9358d52f03d1c73effedeb8d514 Author: Matt Turner gentoo org> AuthorDate: Sun Mar 5 02:26:30 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Mar 5 02:37:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e92987c x11-libs/libX11: Remove incorrect comment. eautoreconf is needed because we patch configure.ac, not because of some automake version problem. x11-libs/libX11/libX11-1.6.5.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/x11-libs/libX11/libX11-1.6.5.ebuild b/x11-libs/libX11/libX11-1.6.5.ebuild index e6f75814c12..ed806117766 100644 --- a/x11-libs/libX11/libX11-1.6.5.ebuild +++ b/x11-libs/libX11/libX11-1.6.5.ebuild @@ -6,7 +6,6 @@ EAPI=5 # bogus commit to force manifest regeneration #596462 XORG_DOC=doc -# needs automake-1.14 without eautoreconf XORG_EAUTORECONF=yes XORG_MULTILIB=yes inherit xorg-2 toolchain-funcs