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 0288A138335 for ; Mon, 8 Apr 2019 21:15:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CC7CE09CB; Mon, 8 Apr 2019 21:15:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74E75E09CB for ; Mon, 8 Apr 2019 21:15:15 +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 CB3C7335D24 for ; Mon, 8 Apr 2019 21:15:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB4AD5B1 for ; Mon, 8 Apr 2019 21:15:10 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1554757982.e89f49d6009209166451557d8f7666ff6c3ee00e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vigra/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/vigra/vigra-9999.ebuild X-VCS-Directories: media-libs/vigra/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e89f49d6009209166451557d8f7666ff6c3ee00e X-VCS-Branch: master Date: Mon, 8 Apr 2019 21:15:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 892501c4-cb64-46ea-b741-7b8a9e930c10 X-Archives-Hash: 487ff86828be91bbed31d45deb9b0c10 commit: e89f49d6009209166451557d8f7666ff6c3ee00e Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 8 21:04:41 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 8 21:13:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89f49d6 media-libs/vigra: USE doc needs python_setup Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/vigra/vigra-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/media-libs/vigra/vigra-9999.ebuild b/media-libs/vigra/vigra-9999.ebuild index 46984673565..6f78ecb7151 100644 --- a/media-libs/vigra/vigra-9999.ebuild +++ b/media-libs/vigra/vigra-9999.ebuild @@ -32,7 +32,7 @@ REQUIRED_USE=" BDEPEND=" doc? ( app-doc/doxygen - python? ( >=dev-python/sphinx-1.1.3-r5[${PYTHON_USEDEP}] ) + >=dev-python/sphinx-1.1.3-r5[${PYTHON_USEDEP}] ) test? ( >=dev-python/nose-1.1.2-r1[${PYTHON_USEDEP}] @@ -66,7 +66,9 @@ RESTRICT="test" PATCHES=( "${FILESDIR}/${PN}-1.11.1-lib_suffix.patch" ) pkg_setup() { - use python && python_setup + if use python || use doc; then + python_setup + fi } src_prepare() {