From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D3E6C1381F3 for ; Mon, 27 May 2013 16:23:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78799E0C78; Mon, 27 May 2013 16:23:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9AFEDE0BA5 for ; Mon, 27 May 2013 16:23:29 +0000 (UTC) Received: from mail-ie0-x234.google.com (mail-ie0-x234.google.com [IPv6:2607:f8b0:4001:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id C5DA133E0DB for ; Mon, 27 May 2013 16:23:28 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id b11so4519315iee.25 for ; Mon, 27 May 2013 09:23:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ceOa7Lky/CqiXb2Zcn+CGz1qZ1AR/++xug7FfFBqU1s=; b=le2jQIXEGcC31QKOJzhgrr/MZkLVNFg0IxJ9D02E0RnvY7+MmGckQES7mul9f/sBXL 36yoeNQlqzzWb0SVyGJdS+o6UqM1jgk+z8oBaHsP12w8yP04/FgnyL86v3QIInhYjINS /V6pBX8rYlt3F9CNWeOkk4IWurdYglqUz+WD+UeeZDhVpv001y4cEY7sMd6Lsi0qdGDV c0d/YVk/9aE8RWiCHKmJ/ihHk3rKWoddBovQgfoyJrPIaG2/STmsIEbl7h6VsH+7xQbs FNZQdW3x86mQ25KN1LcCwow5cTlvR2ddEESecsyjo7qnuou7vXNOjRX0n1APGjRlYPOz OhJQ== 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 X-Received: by 10.50.16.112 with SMTP id f16mr5229269igd.55.1369671807531; Mon, 27 May 2013 09:23:27 -0700 (PDT) Received: by 10.64.165.167 with HTTP; Mon, 27 May 2013 09:23:27 -0700 (PDT) In-Reply-To: <51A37D3D.3070808@gentoo.org> References: <51A37D3D.3070808@gentoo.org> Date: Mon, 27 May 2013 12:23:27 -0400 Message-ID: Subject: Re: [gentoo-dev] PSA: python-r1.eclass, python-single-r1.eclass, and REQUIRED_USE From: Mike Gilbert To: Gentoo Dev Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: d41282b1-ccfd-4f3f-aa45-3828c8bc81ac X-Archives-Hash: 2486bb9162db2f8c55cf19e89a77643d On Mon, May 27, 2013 at 11:35 AM, Jonathan Callen wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > A quick reminder for anyone using python-r1.eclass or > python-single-r1.eclass: > > These eclasses provide a ${PYTHON_REQUIRED_USE} variable that should > be included in REQUIRED_USE under the same USE conditionals (if any) > that ${PYTHON_DEPS} is included in DEPEND/RDEPEND. Thanks for that. I probably should have announced it myself.