diff options
Diffstat (limited to 'dev-python/dbus-python/dbus-python-0.71.ebuild')
-rw-r--r-- | dev-python/dbus-python/dbus-python-0.71.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-python/dbus-python/dbus-python-0.71.ebuild b/dev-python/dbus-python/dbus-python-0.71.ebuild index e9b593074082..223fd034e7d3 100644 --- a/dev-python/dbus-python/dbus-python-0.71.ebuild +++ b/dev-python/dbus-python/dbus-python-0.71.ebuild @@ -1,22 +1,21 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.71.ebuild,v 1.9 2007/01/23 05:01:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.71.ebuild,v 1.10 2007/01/28 07:36:21 vapier Exp $ inherit distutils -DESCRIPTION="Python bindings for the D-Bus messagebus." +DESCRIPTION="Python bindings for the D-Bus messagebus" HOMEPAGE="http://dbus.freedesktop.org/" SRC_URI="http://dbus.freedesktop.org/releases/${P}.tar.gz" -SLOT="0" LICENSE="|| ( GPL-2 AFL-2.1 )" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +SLOT="0" +KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 s390 sh ~sparc x86 ~x86-fbsd" RDEPEND=">=dev-lang/python-2.4 >=dev-python/pyrex-0.9.3-r2 >=dev-libs/dbus-glib-0.71 >=sys-apps/dbus-0.91" - DEPEND="${RDEPEND} dev-util/pkgconfig" |