Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gedit-plugins/
Date: Mon, 17 Apr 2017 16:49:19
Message-Id: 1492447728.0d5fc3108d2c52d014ec27670035509a515bd981.soap@gentoo
1 commit: 0d5fc3108d2c52d014ec27670035509a515bd981
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 17 16:46:18 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 17 16:48:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d5fc310
7
8 app-editors/gedit-plugins: Add missing 'python' use dep
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4434
12
13 app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild b/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild
17 index 77bd96fb426..fdf3fe79fda 100644
18 --- a/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild
19 +++ b/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild
20 @@ -28,15 +28,15 @@ REQUIRED_USE="
21 "
22
23 RDEPEND="
24 - >=app-editors/gedit-3.16[python?]
25 + >=app-editors/gedit-3.16
26 >=dev-libs/glib-2.32:2
27 - >=dev-libs/libpeas-1.7.0[gtk,python?]
28 + >=dev-libs/libpeas-1.7.0[gtk]
29 >=x11-libs/gtk+-3.9:3
30 >=x11-libs/gtksourceview-3.21.3:3.0
31 python? (
32 ${PYTHON_DEPS}
33 - >=app-editors/gedit-3.16[introspection,${PYTHON_USEDEP}]
34 - dev-libs/libpeas[${PYTHON_USEDEP}]
35 + >=app-editors/gedit-3.16[introspection,python,${PYTHON_USEDEP}]
36 + dev-libs/libpeas[python,${PYTHON_USEDEP}]
37 >=dev-python/dbus-python-0.82[${PYTHON_USEDEP}]
38 dev-python/pycairo[${PYTHON_USEDEP}]
39 dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]