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 2E3B01388C0 for ; Sun, 28 Feb 2016 11:58:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BEE021C001; Sun, 28 Feb 2016 11:58:17 +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 13DB621C001 for ; Sun, 28 Feb 2016 11:58:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93BB23409D7 for ; Sun, 28 Feb 2016 11:58:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A28511606 for ; Sun, 28 Feb 2016 11:58:07 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1456660685.f2b283a2268531e8f484bc1973d9b876bbda31e2.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mistune/mistune-0.5.1.ebuild dev-python/mistune/mistune-0.6-r1.ebuild dev-python/mistune/mistune-0.7.1.ebuild dev-python/mistune/mistune-0.7.2.ebuild dev-python/mistune/mistune-0.7.ebuild X-VCS-Directories: dev-python/mistune/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f2b283a2268531e8f484bc1973d9b876bbda31e2 X-VCS-Branch: master Date: Sun, 28 Feb 2016 11:58:07 +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: aa80115f-4d26-44a0-940e-7e706ad948c1 X-Archives-Hash: 2647b18f1473c22af6943284c2947fce commit: f2b283a2268531e8f484bc1973d9b876bbda31e2 Author: Justin Lecher gentoo org> AuthorDate: Sun Feb 28 11:56:28 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Feb 28 11:58:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b283a2 dev-python/mistune: add missing build dep Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=571478 Signed-off-by: Justin Lecher gentoo.org> dev-python/mistune/mistune-0.5.1.ebuild | 3 ++- dev-python/mistune/mistune-0.6-r1.ebuild | 3 ++- dev-python/mistune/mistune-0.7.1.ebuild | 3 ++- dev-python/mistune/mistune-0.7.2.ebuild | 1 + dev-python/mistune/mistune-0.7.ebuild | 3 ++- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/dev-python/mistune/mistune-0.5.1.ebuild b/dev-python/mistune/mistune-0.5.1.ebuild index 842e4c9..5d34954 100644 --- a/dev-python/mistune/mistune-0.5.1.ebuild +++ b/dev-python/mistune/mistune-0.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,6 +20,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} dev-python/cython[$(python_gen_usedep 'python*')] + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] ) " diff --git a/dev-python/mistune/mistune-0.6-r1.ebuild b/dev-python/mistune/mistune-0.6-r1.ebuild index a10ce82..0b3346e 100644 --- a/dev-python/mistune/mistune-0.6-r1.ebuild +++ b/dev-python/mistune/mistune-0.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,6 +20,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} dev-python/cython[$(python_gen_usedep 'python*')] + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] ) " diff --git a/dev-python/mistune/mistune-0.7.1.ebuild b/dev-python/mistune/mistune-0.7.1.ebuild index 92f034b..03f3f50 100644 --- a/dev-python/mistune/mistune-0.7.1.ebuild +++ b/dev-python/mistune/mistune-0.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,6 +20,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} dev-python/cython[$(python_gen_usedep 'python*')] + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] ) " diff --git a/dev-python/mistune/mistune-0.7.2.ebuild b/dev-python/mistune/mistune-0.7.2.ebuild index da82a55..03f3f50 100644 --- a/dev-python/mistune/mistune-0.7.2.ebuild +++ b/dev-python/mistune/mistune-0.7.2.ebuild @@ -20,6 +20,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} dev-python/cython[$(python_gen_usedep 'python*')] + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] ) " diff --git a/dev-python/mistune/mistune-0.7.ebuild b/dev-python/mistune/mistune-0.7.ebuild index 9ba8e32..d7c7a07 100644 --- a/dev-python/mistune/mistune-0.7.ebuild +++ b/dev-python/mistune/mistune-0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,6 +20,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} dev-python/cython[$(python_gen_usedep 'python*')] + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] ) "