diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-09 21:43:57 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-09 21:43:57 +0000 |
commit | 56a9d4618ac7768964049b5de24782c6d1e96d78 (patch) | |
tree | c94c4e611ad2f51f045bea845c290599a7ab1ec7 /sys-apps/dbus/dbus-1.4.18.ebuild | |
parent | remove vala dependency. Thanks to ssuominen@gentoo.org (diff) | |
download | gentoo-2-56a9d4618ac7768964049b5de24782c6d1e96d78.tar.gz gentoo-2-56a9d4618ac7768964049b5de24782c6d1e96d78.tar.bz2 gentoo-2-56a9d4618ac7768964049b5de24782c6d1e96d78.zip |
Punt PYTHON_DEPEND usage for USE="test" because we want it only in DEPEND instead of both DEPEND and RDEPEND.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/dbus/dbus-1.4.18.ebuild')
-rw-r--r-- | sys-apps/dbus/dbus-1.4.18.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/sys-apps/dbus/dbus-1.4.18.ebuild b/sys-apps/dbus/dbus-1.4.18.ebuild index 5b3eaa0056bc..616de571b21d 100644 --- a/sys-apps/dbus/dbus-1.4.18.ebuild +++ b/sys-apps/dbus/dbus-1.4.18.ebuild @@ -1,12 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.4.18.ebuild,v 1.3 2012/03/09 14:44:33 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.4.18.ebuild,v 1.4 2012/03/09 21:43:57 ssuominen Exp $ EAPI=4 - -PYTHON_DEPEND="test? 2:2.7" -PYTHON_USE_WITH_OPT="test" - inherit autotools eutils multilib flag-o-matic python systemd virtualx DESCRIPTION="A message bus system, a simple way for applications to talk to each other" @@ -34,8 +30,10 @@ DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.1.2 app-text/xmlto ) - test? ( >=dev-libs/glib-2.28 ) - !<dev-libs/glib-2.30.1-r2:2" + test? ( + >=dev-libs/glib-2.28 + dev-lang/python:2.7 + )" # out of sources build directory BD=${WORKDIR}/${P}-build |