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 6C6531384B4 for ; Mon, 16 Nov 2015 09:01:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F5C921C006; Mon, 16 Nov 2015 09:01:29 +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 5092DE0898 for ; Mon, 16 Nov 2015 09:01:28 +0000 (UTC) Received: from localhost (unknown [IPv6:2a01:e34:eeaa:6bd0:76d4:35ff:fee6:9e58]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: aballier) by smtp.gentoo.org (Postfix) with ESMTPSA id B8F333402A2; Mon, 16 Nov 2015 09:01:26 +0000 (UTC) Date: Mon, 16 Nov 2015 10:01:18 +0100 From: Alexis Ballier To: "=?UTF-8?B?TWljaGHFgiBHw7Nybnk=?=" Cc: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: eclass/ Message-ID: <20151116100118.2dd111d1@gentoo.org> In-Reply-To: <1447458773.ad4c142684afb096e8fff2937ae5c5c3385dd22e.mgorny@gentoo> References: <1447458773.ad4c142684afb096e8fff2937ae5c5c3385dd22e.mgorny@gentoo> Organization: Gentoo X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; x86_64-pc-linux-gnu) 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: aeb794be-ad8c-4bce-84fd-1d59f94017b6 X-Archives-Hash: b8298dbaf03bbdf63f8b78afc5d9e164 On Fri, 13 Nov 2015 23:53:05 +0000 (UTC) "Micha=C5=82 G=C3=B3rny" wrote: > commit: ad4c142684afb096e8fff2937ae5c5c3385dd22e > Author: Micha=C5=82 G=C3=B3rny gentoo org> > AuthorDate: Fri Nov 13 18:46:33 2015 +0000 > Commit: Micha=C5=82 G=C3=B3rny gentoo org> > CommitDate: Fri Nov 13 23:52:53 2015 +0000 > URL: > https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3Dad4c1426 >=20 > autotools-{utils,multilib}.eclass: Ban for EAPI=3D6 >=20 > Ban autotools-utils.eclass and dependant autotools-multilib.eclass for > EAPI=3D6 to avoid them being accidentally enabled. The former eclass > should be replaced with inline code, the latter with > multilib-minimal.eclass. Not that I particularly like those eclasses, but I seem to have missed the deprecation warnings for these. I hope you're planning in submitting patches "fixing" consumers... Alexis.