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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C851A158095 for ; Tue, 27 Sep 2022 23:55:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FCA5E0828; Tue, 27 Sep 2022 23:55:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F01A8E0828 for ; Tue, 27 Sep 2022 23:55:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 421D0340D5A for ; Tue, 27 Sep 2022 23:55:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B46C5F7 for ; Tue, 27 Sep 2022 23:55:42 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1664322921.cee66297da54773c75c75e0fa71860271e7c7aa0.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/empathy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/empathy/empathy-3.12.14-r1.ebuild X-VCS-Directories: net-im/empathy/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: cee66297da54773c75c75e0fa71860271e7c7aa0 X-VCS-Branch: master Date: Tue, 27 Sep 2022 23:55:42 +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: a4512725-e7bd-40da-89e1-2c834dfc6e50 X-Archives-Hash: 13400cd4bcda5046024db4e842786306 commit: cee66297da54773c75c75e0fa71860271e7c7aa0 Author: Matt Turner gentoo org> AuthorDate: Tue Sep 27 16:15:04 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Sep 27 23:55:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee66297 net-im/empathy: Bump to EAPI=8 Notably fix src_test() to use dbus-run-session instead of dbus-launch. Appears to have been broken since 2014. Signed-off-by: Matt Turner gentoo.org> net-im/empathy/empathy-3.12.14-r1.ebuild | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/net-im/empathy/empathy-3.12.14-r1.ebuild b/net-im/empathy/empathy-3.12.14-r1.ebuild index 551946b73396..4cebea65eb10 100644 --- a/net-im/empathy/empathy-3.12.14-r1.ebuild +++ b/net-im/empathy/empathy-3.12.14-r1.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{8..10} ) +EAPI=8 +PYTHON_COMPAT=( python3_{8..11} ) inherit gnome2 python-any-r1 virtualx @@ -68,24 +67,24 @@ COMMON_DEPEND=" >=media-video/cheese-3.4:= ) " -# >=empathy-3.4 is incompatible with telepathy-rakia-0.6, bug #403861 RDEPEND="${COMMON_DEPEND} media-libs/gst-plugins-base:1.0 net-im/telepathy-connection-managers - !