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/
Date: Mon, 17 Apr 2017 16:49:13
Message-Id: 1492447723.13c0ac7ea8cd2008b83e09dd120db1cfaf498263.soap@gentoo
1 commit: 13c0ac7ea8cd2008b83e09dd120db1cfaf498263
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:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c0ac7e
7
8 app-editors/gedit: 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/gedit-3.22.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-editors/gedit/gedit-3.22.0.ebuild b/app-editors/gedit/gedit-3.22.0.ebuild
17 index ee7a7f3e4ab..3e3bc39dedf 100644
18 --- a/app-editors/gedit/gedit-3.22.0.ebuild
19 +++ b/app-editors/gedit/gedit-3.22.0.ebuild
20 @@ -38,7 +38,7 @@ COMMON_DEPEND="
21 ${PYTHON_DEPS}
22 dev-python/pycairo[${PYTHON_USEDEP}]
23 >=dev-python/pygobject-3:3[cairo,${PYTHON_USEDEP}]
24 - dev-libs/libpeas[${PYTHON_USEDEP}] )
25 + dev-libs/libpeas[python,${PYTHON_USEDEP}] )
26 spell? ( >=app-text/gspell-0.2.5:0= )
27 "
28 RDEPEND="${COMMON_DEPEND}