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 DB41C139695 for ; Thu, 20 Apr 2017 20:48:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1E3AE0E09; Thu, 20 Apr 2017 20:48:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 90A27E0E09 for ; Thu, 20 Apr 2017 20:48:33 +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 42AD53416BA for ; Thu, 20 Apr 2017 20:48:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0392A744C for ; Thu, 20 Apr 2017 20:48:28 +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: <1492721271.4fee7f80dd875d2222380769c240039a4190894d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-bz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild dev-vcs/git-bz/git-bz-9999.ebuild X-VCS-Directories: dev-vcs/git-bz/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4fee7f80dd875d2222380769c240039a4190894d X-VCS-Branch: master Date: Thu, 20 Apr 2017 20:48:28 +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: 94be82b8-5df1-494c-8d3b-f4bbf85b46ad X-Archives-Hash: 477edda0618661d7e74dffee2d1c4f41 commit: 4fee7f80dd875d2222380769c240039a4190894d Author: David Seifert gentoo org> AuthorDate: Thu Apr 20 20:29:55 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Apr 20 20:47:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fee7f80 dev-vcs/git-bz: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild | 7 +++++-- dev-vcs/git-bz/git-bz-9999.ebuild | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild b/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild index dea40a4d4c1..6144bc14c8a 100644 --- a/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild +++ b/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,8 +15,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="dev-vcs/git" +RDEPEND=" + dev-vcs/git + ${PYTHON_DEPS}" src_configure() { # custom script diff --git a/dev-vcs/git-bz/git-bz-9999.ebuild b/dev-vcs/git-bz/git-bz-9999.ebuild index 0a0090c354b..c8f2c69685e 100644 --- a/dev-vcs/git-bz/git-bz-9999.ebuild +++ b/dev-vcs/git-bz/git-bz-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,8 +17,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="dev-vcs/git" +RDEPEND=" + dev-vcs/git + ${PYTHON_DEPS}" DEPEND="app-text/asciidoc app-text/xmlto"