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 E0B3A139694 for ; Thu, 3 Aug 2017 08:33:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FA70E0DFF; Thu, 3 Aug 2017 08:33:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 11A03E0DFF for ; Thu, 3 Aug 2017 08:33:31 +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 DE2F7341772 for ; Thu, 3 Aug 2017 08:33:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 691A974C7 for ; Thu, 3 Aug 2017 08:33:28 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1501749206.79156e15250b00e3abf4e9b7cfbc1983e791dc0b.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dbus/dbus-1.10.22.ebuild X-VCS-Directories: sys-apps/dbus/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 79156e15250b00e3abf4e9b7cfbc1983e791dc0b X-VCS-Branch: master Date: Thu, 3 Aug 2017 08:33:28 +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: f1400a67-9e9e-4619-8f8e-28657ecee92a X-Archives-Hash: 251eaa8905afd44829dcd9f79b6fa28c commit: 79156e15250b00e3abf4e9b7cfbc1983e791dc0b Author: Lars Wendler gentoo org> AuthorDate: Thu Aug 3 08:33:17 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Aug 3 08:33:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79156e15 sys-apps/dbus: Prepare reintroduction of tests. Package-Manager: Portage-2.3.6, Repoman-2.3.3 sys-apps/dbus/dbus-1.10.22.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/sys-apps/dbus/dbus-1.10.22.ebuild b/sys-apps/dbus/dbus-1.10.22.ebuild index b166421a711..cbd855261fc 100644 --- a/sys-apps/dbus/dbus-1.10.22.ebuild +++ b/sys-apps/dbus/dbus-1.10.22.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit autotools ltprune linux-info flag-o-matic python-any-r1 readme.gentoo-r1 systemd virtualx user multilib-minimal @@ -15,9 +15,12 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="debug doc elogind selinux static-libs systemd test user-session X" -RESTRICT="test" +#RESTRICT="test" -REQUIRED_USE="?? ( elogind systemd )" +REQUIRED_USE=" + ?? ( elogind systemd ) + test? ( debug ) +" CDEPEND=" >=dev-libs/expat-2 @@ -184,7 +187,7 @@ multilib_src_compile() { } src_test() { - DBUS_VERBOSE=1 Xemake -j1 -C "${TBD}" check + DBUS_VERBOSE=1 virtx emake -j1 -C "${TBD}" check } multilib_src_install() {