diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-03 12:29:47 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-03 12:30:07 +0100 |
commit | 976bf9b3e790b5fa81817c32de5252d371e0b8e8 (patch) | |
tree | 918e341468f7fae73fb65ec2a527cb0d3136558a /net-libs/telepathy-qt | |
parent | net-misc/apt-cacher-ng: Version 3.3_p2 (diff) | |
download | gentoo-976bf9b3e790b5fa81817c32de5252d371e0b8e8.tar.gz gentoo-976bf9b3e790b5fa81817c32de5252d371e0b8e8.tar.bz2 gentoo-976bf9b3e790b5fa81817c32de5252d371e0b8e8.zip |
net-libs/telepathy-qt: Fix python setup and test deps
Closes: https://bugs.gentoo.org/701864
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/telepathy-qt')
-rw-r--r-- | net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild index 4f2492ea2c4d..3aefd66fcbf0 100644 --- a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild @@ -15,6 +15,8 @@ SLOT="0" KEYWORDS="amd64 ~arm arm64 x86" IUSE="debug farstream test" +REQUIRED_USE="test? ( farstream )" + RDEPEND=" dev-qt/qtcore:5 dev-qt/qtdbus:5 @@ -48,7 +50,7 @@ python_check_deps() { } pkg_setup() { - use test && python-any-r1_pkg_setup + python-any-r1_pkg_setup } src_configure() { |