From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 256C5138334 for ; Sun, 3 Mar 2019 23:22:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CE2FE07E2; Sun, 3 Mar 2019 23:22:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E64B9E07E2 for ; Sun, 3 Mar 2019 23:22:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F2C1335D0D for ; Sun, 3 Mar 2019 23:22:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2897A44B for ; Sun, 3 Mar 2019 23:22:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1551655313.80fcb2820da18ad6910874d2f9b174407fdec69c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild X-VCS-Directories: net-libs/telepathy-logger-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 80fcb2820da18ad6910874d2f9b174407fdec69c X-VCS-Branch: master Date: Sun, 3 Mar 2019 23:22:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c1c48f94-e9f1-44c2-a7b8-78596c61b866 X-Archives-Hash: b7a9d5022afae168dae5b3cf760e29af commit: 80fcb2820da18ad6910874d2f9b174407fdec69c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 3 23:21:53 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 3 23:21:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fcb282 net-libs/telepathy-logger-qt: EAPI-7 bump Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild index 01442832b5c..5506d98d64a 100644 --- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild +++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 ) inherit kde5 python-any-r1 @@ -17,7 +17,8 @@ fi LICENSE="LGPL-2.1" IUSE="" -RDEPEND=" +BDEPEND="${PYTHON_DEPS}" +DEPEND=" $(add_qt_dep qtdbus) dev-libs/dbus-glib dev-libs/glib:2 @@ -27,6 +28,4 @@ RDEPEND=" net-libs/telepathy-qt[qt5(+)] sys-apps/dbus " -DEPEND="${RDEPEND} - ${PYTHON_DEPS} -" +RDEPEND="${DEPEND}"