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 9A316138351 for ; Fri, 10 Apr 2020 07:10:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDC10E08AB; Fri, 10 Apr 2020 07:10:53 +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 C4195E08AB for ; Fri, 10 Apr 2020 07:10:53 +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 4E6C434EDB5 for ; Fri, 10 Apr 2020 07:10:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47CA51CF for ; Fri, 10 Apr 2020 07:10:50 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1586502636.20b428a88bedbc00152eb04842aac4ba385d46a3.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/kitty/kitty-0.17.2-r1.ebuild x11-terms/kitty/kitty-0.17.2.ebuild X-VCS-Directories: x11-terms/kitty/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 20b428a88bedbc00152eb04842aac4ba385d46a3 X-VCS-Branch: master Date: Fri, 10 Apr 2020 07:10:50 +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: 4f22a968-1781-4558-bcc4-8795a963dfcd X-Archives-Hash: cbbb7916f96671f046ae9cb79294ebad commit: 20b428a88bedbc00152eb04842aac4ba385d46a3 Author: end222 gmail com> AuthorDate: Mon Apr 6 17:41:48 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Apr 10 07:10:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b428a8 x11-terms/kitty: add importlib_resources as dependency when using Python 3.6 Signed-off-by: Pablo Orduna gmail.com> Closes: https://bugs.gentoo.org/716352 Closes: https://github.com/gentoo/gentoo/pull/15247 Signed-off-by: Joonas Niilola gentoo.org> x11-terms/kitty/{kitty-0.17.2.ebuild => kitty-0.17.2-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-terms/kitty/kitty-0.17.2.ebuild b/x11-terms/kitty/kitty-0.17.2-r1.ebuild similarity index 95% rename from x11-terms/kitty/kitty-0.17.2.ebuild rename to x11-terms/kitty/kitty-0.17.2-r1.ebuild index 3331f1a9370..24b10118172 100644 --- a/x11-terms/kitty/kitty-0.17.2.ebuild +++ b/x11-terms/kitty/kitty-0.17.2-r1.ebuild @@ -43,6 +43,7 @@ RDEPEND=" dev-libs/wayland >=dev-libs/wayland-protocols-1.17 ) + $(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_MULTI_USEDEP}]' python3_6) " DEPEND="${RDEPEND}