From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-dev+bounces-34400-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1LaOiR-0006is-Mp
	for garchives@archives.gentoo.org; Fri, 20 Feb 2009 06:18:27 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7A745E0367;
	Fri, 20 Feb 2009 06:18:25 +0000 (UTC)
Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.249])
	by pigeon.gentoo.org (Postfix) with ESMTP id 489AEE0367
	for <gentoo-dev@lists.gentoo.org>; Fri, 20 Feb 2009 06:18:25 +0000 (UTC)
Received: by rv-out-0708.google.com with SMTP id f25so811074rvb.46
        for <gentoo-dev@lists.gentoo.org>; Thu, 19 Feb 2009 22:18:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:sender:received:in-reply-to
         :references:date:x-google-sender-auth:message-id:subject:from:to
         :content-type:content-transfer-encoding;
        bh=Z7QdjV0ICaeXvZfXpHvfxTFgGLbR70rziWFhrBgIPik=;
        b=MWeF6oeswGvrSOGPVHOX0BHHPTNm3MLi4D8+9LHl+XUReMSNYeFS80yXE674im806P
         iml2TCQbKBPFKKx3VrAQXAiquU5LzrCVa1YncA0d86DW9DflGtJGoqaGge7AWZp9SYdz
         Xd739D7xj0kbwlNb01G03qd76n7mORm5pBTjw=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:sender:in-reply-to:references:date
         :x-google-sender-auth:message-id:subject:from:to:content-type
         :content-transfer-encoding;
        b=oZEFbZcTmH4dnac1b1b+qXXPVd6N6dXEfNJkG2MQ7cy6pOS/t7gZ50e246XOol4NuZ
         MlLMXiSb3f+T4bL3OmJny31OBUhZBEhKgTZxe4r7GI5fnQJRU7RgRJN46RFDQB5ngzsW
         SSII6RaY86iwshvn0x8BGYRNpKJsHGK0wRN0E=
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
MIME-Version: 1.0
Sender: jer.gentoo@gmail.com
Received: by 10.140.173.10 with SMTP id v10mr231184rve.199.1235110704874; Thu, 
	19 Feb 2009 22:18:24 -0800 (PST)
In-Reply-To: <90b936c0902170955o5c300d7evc906ef02116097fc@mail.gmail.com>
References: <90b936c0902170955o5c300d7evc906ef02116097fc@mail.gmail.com>
Date: Fri, 20 Feb 2009 00:18:24 -0600
X-Google-Sender-Auth: e8f048a8a6ca9709
Message-ID: <90b936c0902192218v7d51f4edq7faf3e46ebb6a97a@mail.gmail.com>
Subject: [gentoo-dev] Re: Time to remove app-shells/bash-completion-config
From: Jeremy Olexa <darkside@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 36527222-5ef3-4464-8208-7970a7d25bd9
X-Archives-Hash: 3521e26b6ea1313570e81c79942e6a70

On Tue, Feb 17, 2009 at 11:55 AM, Jeremy Olexa <darkside@gentoo.org> wrote:
> Hello,
> I would like to request that bash-completion-20081218 to be marked
> stable by the arches soon here.
>
> In doing so, I'm going to make the following change to bash-completion.eclass:
>
> -RDEPEND="bash-completion?
> -               ( || (
> -                       app-admin/eselect
> -                       app-shells/bash-completion-config
> -                       )
> -               )"
> +RDEPEND="bash-completion? ( app-admin/eselect )"

Done. Use app-admin/eselect to enable bash completion modules.

-Jeremy