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 575171382C5 for ; Tue, 23 Jan 2018 03:18:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58A5CE08F5; Tue, 23 Jan 2018 03:17:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EF109E08D4 for ; Tue, 23 Jan 2018 03:17:55 +0000 (UTC) Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id E073F335C42 for ; Tue, 23 Jan 2018 03:17:53 +0000 (UTC) Received: by mail-wm0-f50.google.com with SMTP id g1so19977885wmg.2 for ; Mon, 22 Jan 2018 19:17:53 -0800 (PST) X-Gm-Message-State: AKwxytc5mSBi8HHQr+r9KhFf/Uz2xwKktyXqsvmr1JDGkGHpV8w8tBsN kmwTcocz+/KkzniAs1Zr3K8Vus2bmw1gkrxa2JY= X-Google-Smtp-Source: AH8x227WL/dcjQhXimCH1vfmVSHLfX1zL5Zg28H5COUWjr8QDnjHOxQaR0QtgHHYdy4hUXv4FXDJdWk+n09St423svM= X-Received: by 10.28.131.210 with SMTP id f201mr604396wmd.117.1516677471088; Mon, 22 Jan 2018 19:17:51 -0800 (PST) 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 Received: by 10.223.143.18 with HTTP; Mon, 22 Jan 2018 19:17:30 -0800 (PST) In-Reply-To: <19783638-8239-afeb-c6a6-dd567d1cb552@gentoo.org> References: <19783638-8239-afeb-c6a6-dd567d1cb552@gentoo.org> From: Mike Gilbert Date: Mon, 22 Jan 2018 22:17:30 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-dev] version/slot locked dependencies in eclasses like autotools.eclass and vala.eclass To: Gentoo Dev Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: dc75d1c5-1f5e-44be-97b1-0c9173447424 X-Archives-Hash: 9cce0df23d44fb89a42be21c49fba720 On Mon, Jan 22, 2018 at 12:34 PM, Michael Orlitzky wrote: > On 01/22/2018 11:37 AM, Mike Gilbert wrote: >>> >>> If the dependencies are to remain in the eclasses, then the eclasses >>> should get a new revision when those dependencies change. Afterwards, >>> the consumers can be revbumped and stabilized normally to utilize the >>> new eclass. >> >> While that sounds like the right thing to do in theory, updating all >> consumers of autotools.eclass whenever a new version of automake is >> stabilized is really a lot of work for very little benefit. > > Is now a good time to reconsider why we're manually listing stable > versions of automake in autotools.eclass? Yeah, it seems like we might be able to replace it with an unbounded dependency. For the purpose of automake-wrapper, we might set an environment variable using the output of "best_version dev-utils/automake".