From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SWgAY-0004LJ-D0 for garchives@archives.gentoo.org; Tue, 22 May 2012 03:53:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0B56E078A; Tue, 22 May 2012 03:53:38 +0000 (UTC) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 55577E078A for ; Tue, 22 May 2012 03:52:02 +0000 (UTC) Received: by bkcjk13 with SMTP id jk13so5225736bkc.40 for ; Mon, 21 May 2012 20:52:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Smrxgbjql1Aqo4NR7geWVpmB6hIKhTcoeuD6fmw4KeE=; b=KCQ0XNdx+tC/fRID9rJoYvuMSYfxu+FLLWFuUAMtU6gBqV/TrvF8OABy7SDSUnO4qj MJE+9nuxSJ7QmTDyAiU43IFsxQE+Qz4YjA9VR5Ka5rGJ7/FuWw8TIuD2YRW4Kdoc8Xqu naI9pMzP4ec3R1xo3sCu1uVZPAQbfV3Rz6kO/vi9gtVtzVBXRmSX02CuOKpmTs9nwYuJ 3RJDEhksWwMe6TVW0IFBmA3vVdV3hJjdt7LgYycgzfBwpsSPZ3YRgqEx0GFRRbhjo47u kkpgHHK52lqFgSLSori3YbpyM9NRjBeDmpJK3oZ1KyVZRybAZBQsJUrYrYQx9jm46wnK ekCg== 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 Received: by 10.205.128.8 with SMTP id hc8mr8956434bkc.17.1337658721363; Mon, 21 May 2012 20:52:01 -0700 (PDT) Received: by 10.204.171.137 with HTTP; Mon, 21 May 2012 20:52:01 -0700 (PDT) Date: Mon, 21 May 2012 20:52:01 -0700 Message-ID: Subject: [gentoo-user] Understanding new ruby dependencies From: Chris Stankevitz To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 8d3d2085-5d67-4ce1-bad6-db8a1126d295 X-Archives-Hash: 9f754be4c55a7464e0ff00f70c2ab0c8 Hello, Today during an emerge -Dauvt world, portage asked me to update a bunch of Ruby USE flags and install a bunch of new RUBY projects. Here is a snippet: http://pastebin.com/raw.php?i=PK8ubZeB Normally I just give portage the green light to install whatever it wants, but the USE change request caught my eye. Question: Is is true that the RUBY dependencies listed in the above paste link are entirely due to adding documentation support (specifically rdoc)? If so, can I tell portage to not install the rdoc stuff? I have USE=-doc already. Thank you, Chris