diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-13 03:17:58 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-12 15:05:55 +0100 |
commit | 7a9a46b26b60c8b2afb41326feaf511d4cbbd409 (patch) | |
tree | b80189ca658989dd998edd855e3eed828a8c727f /net-libs | |
parent | media-libs/qt-gstreamer: EAPI-7 bump (diff) | |
download | gentoo-7a9a46b26b60c8b2afb41326feaf511d4cbbd409.tar.gz gentoo-7a9a46b26b60c8b2afb41326feaf511d4cbbd409.tar.bz2 gentoo-7a9a46b26b60c8b2afb41326feaf511d4cbbd409.zip |
net-libs/telepathy-qt: EAPI-7 bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/telepathy-qt/telepathy-qt-0.9.7-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.7-r1.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.7-r1.ebuild index 97dc81e956dd..39c1c5cd6ccd 100644 --- a/net-libs/telepathy-qt/telepathy-qt-0.9.7-r1.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-0.9.7-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 ) inherit python-any-r1 cmake-utils @@ -26,7 +26,8 @@ RDEPEND=" >=net-libs/telepathy-glib-0.18.0 ) " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" ${PYTHON_DEPS} virtual/pkgconfig " |