diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-08-03 10:33:17 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-08-03 10:33:26 +0200 |
commit | 79156e15250b00e3abf4e9b7cfbc1983e791dc0b (patch) | |
tree | 2e3fb62e8cbbef1636ff81d27828441ac9f7fb2f /sys-apps/dbus | |
parent | dev-perl/Module-Install: keyworded 1.180.0 for ppc64, bug #622974 (diff) | |
download | gentoo-79156e15250b00e3abf4e9b7cfbc1983e791dc0b.tar.gz gentoo-79156e15250b00e3abf4e9b7cfbc1983e791dc0b.tar.bz2 gentoo-79156e15250b00e3abf4e9b7cfbc1983e791dc0b.zip |
sys-apps/dbus: Prepare reintroduction of tests.
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-apps/dbus')
-rw-r--r-- | sys-apps/dbus/dbus-1.10.22.ebuild | 11 |
1 files 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 b166421a7116..cbd855261fc8 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() { |