commit: 13c0ac7ea8cd2008b83e09dd120db1cfaf498263 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Mon Apr 17 16:46:18 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Apr 17 16:48:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c0ac7e
app-editors/gedit: 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/gedit-3.22.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/gedit/gedit-3.22.0.ebuild b/app-editors/gedit/gedit-3.22.0.ebuild index ee7a7f3e4ab..3e3bc39dedf 100644 --- a/app-editors/gedit/gedit-3.22.0.ebuild +++ b/app-editors/gedit/gedit-3.22.0.ebuild @@ -38,7 +38,7 @@ COMMON_DEPEND=" ${PYTHON_DEPS} dev-python/pycairo[${PYTHON_USEDEP}] >=dev-python/pygobject-3:3[cairo,${PYTHON_USEDEP}] - dev-libs/libpeas[${PYTHON_USEDEP}] ) + dev-libs/libpeas[python,${PYTHON_USEDEP}] ) spell? ( >=app-text/gspell-0.2.5:0= ) " RDEPEND="${COMMON_DEPEND}
