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 A5E88139694 for ; Mon, 17 Apr 2017 16:49:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03E2621C039; Mon, 17 Apr 2017 16:49:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D53B021C039 for ; Mon, 17 Apr 2017 16:49:12 +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 19AFF34167D for ; Mon, 17 Apr 2017 16:49:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50435743A for ; Mon, 17 Apr 2017 16:49:09 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1492447728.0d5fc3108d2c52d014ec27670035509a515bd981.soap@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.22.0.ebuild X-VCS-Directories: app-editors/gedit-plugins/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0d5fc3108d2c52d014ec27670035509a515bd981 X-VCS-Branch: master Date: Mon, 17 Apr 2017 16:49:09 +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-Archives-Salt: 461abb42-42c6-4a84-9aee-ea54ee8fe900 X-Archives-Hash: 935a019007e000e88b64334369c853e0 commit: 0d5fc3108d2c52d014ec27670035509a515bd981 Author: David Seifert gentoo org> AuthorDate: Mon Apr 17 16:46:18 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Apr 17 16:48:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d5fc310 app-editors/gedit-plugins: Add missing 'python' use dep Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4434 app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild b/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild index 77bd96fb426..fdf3fe79fda 100644 --- a/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild +++ b/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild @@ -28,15 +28,15 @@ REQUIRED_USE=" " RDEPEND=" - >=app-editors/gedit-3.16[python?] + >=app-editors/gedit-3.16 >=dev-libs/glib-2.32:2 - >=dev-libs/libpeas-1.7.0[gtk,python?] + >=dev-libs/libpeas-1.7.0[gtk] >=x11-libs/gtk+-3.9:3 >=x11-libs/gtksourceview-3.21.3:3.0 python? ( ${PYTHON_DEPS} - >=app-editors/gedit-3.16[introspection,${PYTHON_USEDEP}] - dev-libs/libpeas[${PYTHON_USEDEP}] + >=app-editors/gedit-3.16[introspection,python,${PYTHON_USEDEP}] + dev-libs/libpeas[python,${PYTHON_USEDEP}] >=dev-python/dbus-python-0.82[${PYTHON_USEDEP}] dev-python/pycairo[${PYTHON_USEDEP}] dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]