commit: f3a54d5567cf161091a61853af3286944cf294fb
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 07:35:49 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 07:58:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a54d55
app-misc/recoll: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-misc/recoll/recoll-1.22.4.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-misc/recoll/recoll-1.22.4.ebuild
b/app-misc/recoll/recoll-1.22.4.ebuild
index 6c339c6b1be..0286db253b9 100644
--- a/app-misc/recoll/recoll-1.22.4.ebuild
+++ b/app-misc/recoll/recoll-1.22.4.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="camelcase doc +inotify qt4 qt5 session +spell"
-REQUIRED_USE="session? ( inotify )"
+REQUIRED_USE="session? ( inotify ) ${PYTHON_REQUIRED_USE}"
COMMON_DEPEND="
dev-libs/xapian:=
@@ -36,6 +36,7 @@ COMMON_DEPEND="
inotify? ( x11-libs/libSM x11-libs/libICE )
)
spell? ( app-text/aspell )
+ ${PYTHON_DEPS}
"
DEPEND="${COMMON_DEPEND}
qt5? ( dev-qt/linguist-tools:5 )