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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10BAD158093 for ; Sat, 2 Jul 2022 17:43:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA7A8E0C10; Sat, 2 Jul 2022 17:43:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1377E0C10 for ; Sat, 2 Jul 2022 17:43:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3B3B341CC9 for ; Sat, 2 Jul 2022 17:43:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D0585EE for ; Sat, 2 Jul 2022 17:35:23 +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: <1656783315.1f260c7ef9ff470022b17a5813f0eb12fcb0fec7.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-cola/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-cola/git-cola-4.0.1.ebuild X-VCS-Directories: dev-vcs/git-cola/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 1f260c7ef9ff470022b17a5813f0eb12fcb0fec7 X-VCS-Branch: master Date: Sat, 2 Jul 2022 17:35:23 +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: c8a61a8d-a9e3-4e11-854f-bceead1fc7ab X-Archives-Hash: 32c3cc90550a4c8f1d67d5903f5e2824 commit: 1f260c7ef9ff470022b17a5813f0eb12fcb0fec7 Author: Joonas Niilola gentoo org> AuthorDate: Sat Jul 2 17:24:44 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Jul 2 17:35:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f260c7e dev-vcs/git-cola: add a missing RDEPEND to 4.0.1 Signed-off-by: Joonas Niilola gentoo.org> dev-vcs/git-cola/git-cola-4.0.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-vcs/git-cola/git-cola-4.0.1.ebuild b/dev-vcs/git-cola/git-cola-4.0.1.ebuild index dc640bd0539b..68d4675e79db 100644 --- a/dev-vcs/git-cola/git-cola-4.0.1.ebuild +++ b/dev-vcs/git-cola/git-cola-4.0.1.ebuild @@ -23,6 +23,7 @@ RDEPEND=" $(python_gen_cond_dep ' dev-python/numpy[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] + dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets] dev-python/QtPy[gui,network,${PYTHON_USEDEP}] dev-python/send2trash[${PYTHON_USEDEP}] ')