From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RVVQS-0004Cu-Ns for garchives@archives.gentoo.org; Tue, 29 Nov 2011 21:41:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D099321C1A8; Tue, 29 Nov 2011 21:41:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A1F3B21C1A8 for ; Tue, 29 Nov 2011 21:41:04 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 292BD1B4057 for ; Tue, 29 Nov 2011 21:41:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0B49080052 for ; Tue, 29 Nov 2011 21:41:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <8075e6f18a42e8504026b7a7d458a4d86cfb4371.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: eclass/ X-VCS-Repository: dev/mgorny X-VCS-Files: eclass/autotools-utils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8075e6f18a42e8504026b7a7d458a4d86cfb4371 Date: Tue, 29 Nov 2011 21:41:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 2a194f20-9f6a-4cc1-bc3f-90db08b69179 X-Archives-Hash: a185892640f78271e04e2de70bb6f612 commit: 8075e6f18a42e8504026b7a7d458a4d86cfb4371 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Tue Nov 29 21:11:44 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Tue Nov 29 21:13:10 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3D8075e6f1 autotools-utils: Disable unnecessarily adding autotools depends. --- eclass/autotools-utils.eclass | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclas= s index 0aa1679..1f75cd9 100644 --- a/eclass/autotools-utils.eclass +++ b/eclass/autotools-utils.eclass @@ -93,6 +93,7 @@ case ${EAPI:-0} in *) die "EAPI=3D${EAPI} is not supported" ;; esac =20 +AUTOTOOLS_AUTO_DEPEND=3Dno \ inherit autotools base eutils libtool =20 EXPORT_FUNCTIONS src_prepare src_configure src_compile src_install src_t= est