From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by chiba.3jane.net (Postfix) with ESMTP id EC9B0AC7BF for ; Sun, 21 Apr 2002 00:20:17 -0500 (CDT) Received: from bucky.dawgdayz.com ([12.231.121.88]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020421052017.UDCD1901.rwcrmhc52.attbi.com@bucky.dawgdayz.com> for ; Sun, 21 Apr 2002 05:20:17 +0000 Content-Type: text/plain; charset="iso-8859-1" From: Mike Payson To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] stabilitylevels and such issues. Date: Sat, 20 Apr 2002 22:26:37 -0700 X-Mailer: KMail [version 1.4] References: <200204201131.01194.mike@bucky.dawgdayz.com> In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200204202226.37126.mike@bucky.dawgdayz.com> Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 99c559c9-11bc-4e3e-a551-64b6c122014f X-Archives-Hash: 94fd6ecc494a2c56572b699a3a6074ab On Saturday 20 April 2002 07:12 pm, Terje Kvernes wrote: > Mike Payson writes: > > How about something like: > > emerge --force foo_1.1beta > > > > with --force (or whatever keyword is chosen) telling it to ignore > > the currently set stability level & install the particular package > > specified? > > hm, "--force" might eventually get other meanings, with dependencies > and such. but I can't really think of any other fitting option. > "--any-stability-level" is a tad long, but "--force" will probably > imply "--any-stability-level", and of course, we can use a short > mapping of it (-A or so). I'll see about getting this in as well. > > please note that an option like this will _not_ have the exact > effect you're thinking of. > > emerge --force xgammon > > will get the most resent xgammon. if you specifically want > xgammon-0.98a you need to do: > > emerge --force =3Dxgammon-0.98a > > note the "=3D". if you don't give the "=3D"-sign emerge will look fo= r > the latest version of the package "xgammon-0.98a" and come up short. > this is also how emerge / portage works today.