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 CD8AA13877A for ; Wed, 6 Aug 2014 12:26:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0865E091F; Wed, 6 Aug 2014 12:26:41 +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 EF1B9E091F for ; Wed, 6 Aug 2014 12:26:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 228D434021E for ; Wed, 6 Aug 2014 12:26:40 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: -0.345 X-Spam-Level: X-Spam-Status: No, score=-0.345 tagged_above=-999 required=5.5 tests=[AWL=-0.177, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_LOW=-0.7, RP_MATCHES_RCVD=-0.668, 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 lvmfo0VEW6yx for ; Wed, 6 Aug 2014 12:26:35 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [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 D0D623400A3 for ; Wed, 6 Aug 2014 12:26:31 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XF0IW-0006Nd-Ot for gentoo-devhelp@gentoo.org; Wed, 06 Aug 2014 14:26:28 +0200 Received: from athedsl-357602.home.otenet.gr ([85.72.252.128]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Aug 2014 14:26:28 +0200 Received: from realnc by athedsl-357602.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Aug 2014 14:26:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-devhelp@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-devhelp] How does PYTHON_COMPAT work? Date: Wed, 06 Aug 2014 15:26:13 +0300 Organization: Lucas Barks Message-ID: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Development-related help X-BeenThere: gentoo-devhelp@gentoo.org X-BeenThere: gentoo-devhelp@lists.gentoo.org Reply-To: gentoo-devhelp@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-357602.home.otenet.gr User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 X-Archives-Salt: 4a63b038-ff3b-4408-ae87-204075a1cebd X-Archives-Hash: 9fa0d60c9b29edc317db36c25f5a0203 I have an ebuild where: PYTHON_COMPAT=( python3_3 python3_4 ) inherit distutils-r1 works just fine. Now python 3.3 doesn't work anymore for the software, so I removed that. But this: PYTHON_COMPAT=( python3_4 ) # or: PYTHON_COMPAT=python3_4 inherit distutils-r1 doesn't work. During emerge: Calculating dependencies \ !!! Problem resolving dependencies for net-misc/livestreamer ... done! !!! The ebuild selected to satisfy "livestreamer" has unmet requirements. - net-misc/livestreamer-1.9.0::Local USE="" ABI_X86="64" PYTHON_TARGETS="-python3_4" The following REQUIRED_USE flag constraints are unsatisfied: python_targets_python3_4 The above constraints are a subset of the following complete expression: any-of ( python_targets_python3_4 )