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 63ED613933E for ; Wed, 7 Jul 2021 12:23:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AECBBE0A01; Wed, 7 Jul 2021 12:23:19 +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 95597E0A01 for ; Wed, 7 Jul 2021 12:23:19 +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 B33A6342A7E for ; Wed, 7 Jul 2021 12:23:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CF6C744 for ; Wed, 7 Jul 2021 12:23:17 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1625660520.47118a199e05629602704b6d0b84354dea390080.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/freedm-data/freedm-data-0.12.1.ebuild X-VCS-Directories: games-fps/freedm-data/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 47118a199e05629602704b6d0b84354dea390080 X-VCS-Branch: master Date: Wed, 7 Jul 2021 12:23:17 +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: feb53801-6e84-49a7-9f50-d0ce4c9946dd X-Archives-Hash: eabe3d962bc64b783ae2c100fb2614c7 commit: 47118a199e05629602704b6d0b84354dea390080 Author: William Breathitt Gray gmail com> AuthorDate: Tue Jul 6 23:57:23 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Jul 7 12:22:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47118a19 games-fps/freedm-data: Add Pillow zlib dependency Closes: https://bugs.gentoo.org/800773 Signed-off-by: William Breathitt Gray gmail.com> Signed-off-by: Ionen Wolkens gentoo.org> games-fps/freedm-data/freedm-data-0.12.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-fps/freedm-data/freedm-data-0.12.1.ebuild b/games-fps/freedm-data/freedm-data-0.12.1.ebuild index 791aeefb98a..38602df2b14 100644 --- a/games-fps/freedm-data/freedm-data-0.12.1.ebuild +++ b/games-fps/freedm-data/freedm-data-0.12.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~x86" BDEPEND=" - $(python_gen_any_dep 'dev-python/pillow[${PYTHON_USEDEP}]') + $(python_gen_any_dep 'dev-python/pillow[${PYTHON_USEDEP},zlib]') app-text/asciidoc games-util/deutex" @@ -25,7 +25,7 @@ S="${WORKDIR}/freedoom-${PV}" DOOMWADPATH=share/doom python_check_deps() { - has_version -b "dev-python/pillow[${PYTHON_USEDEP}]" + has_version -b "dev-python/pillow[${PYTHON_USEDEP},zlib]" } src_prepare() {