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 9A540138334 for ; Wed, 18 Jul 2018 17:11:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A2DCE08DD; Wed, 18 Jul 2018 17:11:06 +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 38FDAE08DD for ; Wed, 18 Jul 2018 17:11:05 +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 0EB76335C36 for ; Wed, 18 Jul 2018 17:11:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92C3235C for ; Wed, 18 Jul 2018 17:11:01 +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: <1531933851.13df43d0565815f40bcbc6c748c5dc63b0f9ba3a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/kadu/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/kadu/kadu-4.3-r2.ebuild X-VCS-Directories: net-im/kadu/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 13df43d0565815f40bcbc6c748c5dc63b0f9ba3a X-VCS-Branch: master Date: Wed, 18 Jul 2018 17:11:01 +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-Archives-Salt: cddb9799-7942-4b7c-9718-ef489d3f9863 X-Archives-Hash: 9134d2a450804ce7664c398a900c0f27 commit: 13df43d0565815f40bcbc6c748c5dc63b0f9ba3a Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 18 17:10:28 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 18 17:10:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13df43d0 net-im/kadu: Add virtualx for tests Closes: https://bugs.gentoo.org/655692 Package-Manager: Portage-2.3.43, Repoman-2.3.10 net-im/kadu/kadu-4.3-r2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net-im/kadu/kadu-4.3-r2.ebuild b/net-im/kadu/kadu-4.3-r2.ebuild index c6c749dc4d3..7c7b4b2617f 100644 --- a/net-im/kadu/kadu-4.3-r2.ebuild +++ b/net-im/kadu/kadu-4.3-r2.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit cmake-utils flag-o-matic gnome2-utils +inherit cmake-utils flag-o-matic gnome2-utils virtualx MY_P="${P/_/-}" @@ -133,6 +133,10 @@ src_configure() { cmake-utils_src_configure } +src_test() { + virtx cmake-utils_src_test +} + pkg_postinst() { gnome2_icon_cache_update }