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 0D797138334 for ; Sat, 18 May 2019 09:16:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 315E8E07AE; Sat, 18 May 2019 09:16:40 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13F49E07AE for ; Sat, 18 May 2019 09:16:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E2C473449A6 for ; Sat, 18 May 2019 09:16:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 668035DE for ; Sat, 18 May 2019 09:16:36 +0000 (UTC) From: "William Breathitt Gray" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Breathitt Gray" Message-ID: <1558170976.103fbab9ab0e09f5343679b9d7823d48d4a75cf3.vilhelm.gray@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-fps/crispy-doom/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-fps/crispy-doom/crispy-doom-5.5.2.ebuild X-VCS-Directories: games-fps/crispy-doom/ X-VCS-Committer: vilhelm.gray X-VCS-Committer-Name: William Breathitt Gray X-VCS-Revision: 103fbab9ab0e09f5343679b9d7823d48d4a75cf3 X-VCS-Branch: dev Date: Sat, 18 May 2019 09:16:36 +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: dc29436e-048b-4faa-98f3-f4d8833e797d X-Archives-Hash: 2f1fe84dfab9331fd1462421fd764e01 commit: 103fbab9ab0e09f5343679b9d7823d48d4a75cf3 Author: William Breathitt Gray gmail com> AuthorDate: Sat May 18 09:16:16 2019 +0000 Commit: William Breathitt Gray gmail com> CommitDate: Sat May 18 09:16:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=103fbab9 games-fps/crispy-doom: Utilize python_gen_any_dep Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: William Breathitt Gray gmail.com> games-fps/crispy-doom/crispy-doom-5.5.2.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/games-fps/crispy-doom/crispy-doom-5.5.2.ebuild b/games-fps/crispy-doom/crispy-doom-5.5.2.ebuild index f2ca898..05f0281 100644 --- a/games-fps/crispy-doom/crispy-doom-5.5.2.ebuild +++ b/games-fps/crispy-doom/crispy-doom-5.5.2.ebuild @@ -24,14 +24,14 @@ DEPEND=" png? ( media-libs/libpng:= ) zlib? ( sys-libs/zlib )" RDEPEND="${DEPEND}" -BDEPEND=" - python? ( - ${PYTHON_DEPS} - dev-python/pillow - )" +BDEPEND="python? ( $(python_gen_any_dep 'dev-python/pillow[${PYTHON_USEDEP}]') )" S="${WORKDIR}"/${PN}-${P} +python_check_deps() { + has_version "dev-python/pillow[${PYTHON_USEDEP}]" +} + src_prepare() { default eautoreconf