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 586D713835A for ; Tue, 5 Jan 2021 18:30:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 995F3E0817; Tue, 5 Jan 2021 18:30:17 +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 80C51E0817 for ; Tue, 5 Jan 2021 18:30:17 +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 916D63410ED for ; Tue, 5 Jan 2021 18:30:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A8B2493 for ; Tue, 5 Jan 2021 18:30:12 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1609871393.8a612a3f7876a3f25c09ba896a77a5ff8eded404.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/devhelp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/devhelp/devhelp-3.36.2.ebuild X-VCS-Directories: dev-util/devhelp/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 8a612a3f7876a3f25c09ba896a77a5ff8eded404 X-VCS-Branch: master Date: Tue, 5 Jan 2021 18:30:12 +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: 28c81334-d1d2-4efc-ab95-e4bc5b1b4751 X-Archives-Hash: 2a9b3189230fee5e534c9e4ae7ec71f9 commit: 8a612a3f7876a3f25c09ba896a77a5ff8eded404 Author: Matt Turner gentoo org> AuthorDate: Mon Jan 4 17:19:50 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Jan 5 18:29:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a612a3f dev-util/devhelp: Update gedit[introspection] dep Signed-off-by: Matt Turner gentoo.org> dev-util/devhelp/devhelp-3.36.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/devhelp/devhelp-3.36.2.ebuild b/dev-util/devhelp/devhelp-3.36.2.ebuild index 6d708ca540b..3a4c40d359f 100644 --- a/dev-util/devhelp/devhelp-3.36.2.ebuild +++ b/dev-util/devhelp/devhelp-3.36.2.ebuild @@ -27,7 +27,7 @@ RDEPEND="${DEPEND} gedit? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' - app-editors/gedit[introspection,python,${PYTHON_SINGLE_USEDEP}] + app-editors/gedit[introspection(+),python,${PYTHON_SINGLE_USEDEP}] dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] ') )