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 60924139694 for ; Thu, 20 Apr 2017 16:41:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAA9421C08D; Thu, 20 Apr 2017 16:41:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 878FD21C08D for ; Thu, 20 Apr 2017 16:41:42 +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 6E5A13416A4 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 672437449 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: <1492706413.ec9eef0fc6ae04973fad7d387e6f012e24687412.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/file/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/file/file-5.25.ebuild sys-apps/file/file-5.29.ebuild sys-apps/file/file-5.30.ebuild sys-apps/file/file-9999.ebuild X-VCS-Directories: sys-apps/file/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: ec9eef0fc6ae04973fad7d387e6f012e24687412 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: 82552a37-0832-4e00-958a-7c607fd3ba74 X-Archives-Hash: 34889bf7c08e351a48cf80f3d0c75e59 commit: ec9eef0fc6ae04973fad7d387e6f012e24687412 Author: David Seifert gentoo org> AuthorDate: Thu Apr 20 16:12:33 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Apr 20 16:40:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9eef0f sys-apps/file: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 sys-apps/file/file-5.25.ebuild | 2 ++ sys-apps/file/file-5.29.ebuild | 1 + sys-apps/file/file-5.30.ebuild | 1 + sys-apps/file/file-9999.ebuild | 1 + 4 files changed, 5 insertions(+) diff --git a/sys-apps/file/file-5.25.ebuild b/sys-apps/file/file-5.25.ebuild index 5a474abf3c5..a0ecae572f4 100644 --- a/sys-apps/file/file-5.25.ebuild +++ b/sys-apps/file/file-5.25.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="5" + PYTHON_COMPAT=( python{2_7,3_4} pypy ) DISTUTILS_OPTIONAL=1 @@ -22,6 +23,7 @@ HOMEPAGE="http://www.darwinsys.com/file/" LICENSE="BSD-2" SLOT="0" IUSE="python static-libs zlib" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" DEPEND="python? ( ${PYTHON_DEPS} ) zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )" diff --git a/sys-apps/file/file-5.29.ebuild b/sys-apps/file/file-5.29.ebuild index a1e7d3f109d..e785d7bd948 100644 --- a/sys-apps/file/file-5.29.ebuild +++ b/sys-apps/file/file-5.29.ebuild @@ -23,6 +23,7 @@ HOMEPAGE="http://www.darwinsys.com/file/ http://mx.gw.com/pipermail/file/" LICENSE="BSD-2" SLOT="0" IUSE="python static-libs zlib" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" DEPEND=" python? ( diff --git a/sys-apps/file/file-5.30.ebuild b/sys-apps/file/file-5.30.ebuild index d4a82766b8c..c139556d381 100644 --- a/sys-apps/file/file-5.30.ebuild +++ b/sys-apps/file/file-5.30.ebuild @@ -23,6 +23,7 @@ HOMEPAGE="http://www.darwinsys.com/file/ http://mx.gw.com/pipermail/file/" LICENSE="BSD-2" SLOT="0" IUSE="python static-libs zlib" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" DEPEND=" python? ( diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild index 37bede78fcc..60b596e5e6f 100644 --- a/sys-apps/file/file-9999.ebuild +++ b/sys-apps/file/file-9999.ebuild @@ -23,6 +23,7 @@ HOMEPAGE="http://www.darwinsys.com/file/ http://mx.gw.com/pipermail/file/" LICENSE="BSD-2" SLOT="0" IUSE="python static-libs zlib" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" DEPEND=" python? (