From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26F23139694 for ; Thu, 20 Apr 2017 16:41:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD81021C088; Thu, 20 Apr 2017 16:41:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD38421C088 for ; Thu, 20 Apr 2017 16:41:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79E263416A5 for ; Thu, 20 Apr 2017 16:41:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79569744A for ; Thu, 20 Apr 2017 16:41:18 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1492706420.8d834954312a284cfcd9c729e68469c951d9cb11.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/i2c-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild X-VCS-Directories: sys-apps/i2c-tools/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 8d834954312a284cfcd9c729e68469c951d9cb11 X-VCS-Branch: master Date: Thu, 20 Apr 2017 16:41:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 88c20a6b-2ce6-4a66-a91f-1a72b11f2b2d X-Archives-Hash: 094faa38540571cb0fee4e84586ce9a1 commit: 8d834954312a284cfcd9c729e68469c951d9cb11 Author: David Seifert gentoo org> AuthorDate: Thu Apr 20 16:14:00 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Apr 20 16:40:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d834954 sys-apps/i2c-tools: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild b/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild index 196e78b9d68..d747b381043 100644 --- a/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild +++ b/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild @@ -2,12 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="5" + PYTHON_COMPAT=( python{2_7,3_4,3_5} ) DISTUTILS_OPTIONAL="1" inherit flag-o-matic toolchain-funcs distutils-r1 -DESCRIPTION="I2C tools for bus probing, chip dumping, register-level access helpers, EEPROM decoding, and more" +DESCRIPTION="I2C tools for bus probing, chip dumping, EEPROM decoding, and more" HOMEPAGE="http://www.lm-sensors.org/wiki/I2CTools" SRC_URI="http://dl.lm-sensors.org/i2c-tools/releases/${P}.tar.bz2" @@ -15,6 +16,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm ~arm64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="!