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 986DE1384B4 for ; Wed, 9 Dec 2015 19:07:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75C2521C01E; Wed, 9 Dec 2015 19:07: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 8FD9421C021 for ; Wed, 9 Dec 2015 19:07: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 839AC340806 for ; Wed, 9 Dec 2015 19:07:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30B61A3F for ; Wed, 9 Dec 2015 19:07:11 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1449688007.a3d65e7c0d6b022acb274e8cf282e8f354852997.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/doit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/doit/doit-0.28.0.ebuild X-VCS-Directories: dev-python/doit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a3d65e7c0d6b022acb274e8cf282e8f354852997 X-VCS-Branch: master Date: Wed, 9 Dec 2015 19:07:11 +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: 1a472154-d0a1-4145-b242-0b64fd0487b8 X-Archives-Hash: b9e98fecad1fe8a35b1fac50a99e33bd commit: a3d65e7c0d6b022acb274e8cf282e8f354852997 Author: Michał Górny gentoo org> AuthorDate: Wed Dec 9 17:33:02 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 9 19:06:47 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d65e7c dev-python/doit: Unrestrict doc? to python3 Lift the python2 doc-build restriction since docs build fine in python3. dev-python/doit/doit-0.28.0.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/doit/doit-0.28.0.ebuild b/dev-python/doit/doit-0.28.0.ebuild index 645435a..2b9949b 100644 --- a/dev-python/doit/doit-0.28.0.ebuild +++ b/dev-python/doit/doit-0.28.0.ebuild @@ -27,9 +27,6 @@ DEPEND="test? ( ${RDEPEND} dev-python/pyflakes[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] )" -PY27_REQUSE="$(python_gen_useflags 'python2.7')" -REQUIRED_USE="doc? ( ${PY27_REQUSE} )" - # Required for test phase DISTUTILS_IN_SOURCE_BUILD=1