From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DCD241381FA for ; Fri, 16 May 2014 17:10:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AA40E0BD7; Fri, 16 May 2014 17:09:33 +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 E5779E0B8E for ; Fri, 16 May 2014 17:09:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 1205834009F for ; Fri, 16 May 2014 17:09:30 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: 0.122 X-Spam-Level: X-Spam-Status: No, score=0.122 tagged_above=-999 required=5.5 tests=[AWL=-1.151, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=1.274, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=no Received: from smtp.gentoo.org ([IPv6:::ffff:127.0.0.1]) by localhost (smtp.gentoo.org [IPv6:::ffff:127.0.0.1]) (amavisd-new, port 10024) with ESMTP id L9SQpDHHJsqz for ; Fri, 16 May 2014 17:09:24 +0000 (UTC) Received: from plane.gmane.org (unknown [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57C8F34000E for ; Fri, 16 May 2014 17:09:24 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WlLdJ-0005pp-LY for gentoo-user@gentoo.org; Fri, 16 May 2014 19:09:21 +0200 Received: from hsi-kbw-109-192-107-076.hsi6.kabel-badenwuerttemberg.de ([109.192.107.76]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 May 2014 19:09:21 +0200 Received: from joerg.schaible by hsi-kbw-109-192-107-076.hsi6.kabel-badenwuerttemberg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 May 2014 19:09:21 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: =?UTF-8?B?SsO2cmc=?= Schaible Subject: [gentoo-user] Re: How to control SLOT? Date: Fri, 16 May 2014 19:09:08 +0200 Message-ID: References: <201405161339.02577.michaelkintzios@gmail.com> <53760835.1030801@gmail.com> <201405161703.50313.michaelkintzios@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: hsi-kbw-109-192-107-076.hsi6.kabel-badenwuerttemberg.de User-Agent: KNode/4.12.5 X-Archives-Salt: 40d2b8fe-a226-40cc-bdea-6399e8c3a9dc X-Archives-Hash: f6e81fc39e73e7fbcfcfd8d08f782b9f Mick wrote: > On Friday 16 May 2014 13:44:37 Alan McKinnon wrote: >> On 16/05/2014 14:38, Mick wrote: >> > After all these years I still can't find my way around SLOT management >> > needed for enlightenment. >> > >> > I want to emerge the latest available in the tree, which right now >> > happens to be (~) 0.18.7. So I added this in my keywords: >> > > =x11-wm/enlightenment-0.18.7:0.17 ~amd64 >> >> Either drop the "=" or drop the SLOT ":0.17" >> >> = always means a specific version is to be specified and a SLOT is not a >> version > > OK, dropping "=" still wants to install e16. > > Dropping ">" still wants to install e16. > > Dropping the SLOT ":0.17" still wants to install e16. > > > There must be some way of bringing in any >=0.18.7:0.17, but not 'x11- > wm/enlightenment-1.0.11:0' > > What else could I try? x11-wm/enlightenment:0.17 ~amd64 - Jörg