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 5A47513835B 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 96B6CE0815; 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 7F970E0815 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 932CB34110D 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 5DFB6494 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: <1609871394.9bbe0e65bcbaa154f079e44b9c79d2ee6d0407ac.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gedit-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/gedit-plugins/gedit-plugins-3.36.2.ebuild X-VCS-Directories: app-editors/gedit-plugins/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9bbe0e65bcbaa154f079e44b9c79d2ee6d0407ac 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: 21e80f3f-4ca0-4df3-a775-e2df44450580 X-Archives-Hash: 355471f5018df1076d8743d3061c3231 commit: 9bbe0e65bcbaa154f079e44b9c79d2ee6d0407ac Author: Matt Turner gentoo org> AuthorDate: Mon Jan 4 17:20:31 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Jan 5 18:29:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bbe0e65 app-editors/gedit-plugins: Update gedit[introspection] dep Signed-off-by: Matt Turner gentoo.org> app-editors/gedit-plugins/gedit-plugins-3.36.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/gedit-plugins/gedit-plugins-3.36.2.ebuild b/app-editors/gedit-plugins/gedit-plugins-3.36.2.ebuild index 997b81affda..f5669621848 100644 --- a/app-editors/gedit-plugins/gedit-plugins-3.36.2.ebuild +++ b/app-editors/gedit-plugins/gedit-plugins-3.36.2.ebuild @@ -34,7 +34,7 @@ RDEPEND=" python? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' - >=app-editors/gedit-3.36[introspection,python,${PYTHON_SINGLE_USEDEP}] + >=app-editors/gedit-3.36[introspection(+),python,${PYTHON_SINGLE_USEDEP}] dev-libs/libpeas[python,${PYTHON_SINGLE_USEDEP}] >=dev-python/dbus-python-0.82[${PYTHON_MULTI_USEDEP}] dev-python/pycairo[${PYTHON_MULTI_USEDEP}]