diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-28 07:36:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-28 07:36:55 +0000 |
commit | 28f6536387471475c209fe6c578073ef81d6a073 (patch) | |
tree | 1831da9fe5d6bcd677ea954e3ae9aef5a39a60e7 /dev-python/dbus-python | |
parent | arm/s390/sh stable (diff) | |
download | historical-28f6536387471475c209fe6c578073ef81d6a073.tar.gz historical-28f6536387471475c209fe6c578073ef81d6a073.tar.bz2 historical-28f6536387471475c209fe6c578073ef81d6a073.zip |
arm/ia64/s390/sh stable
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'dev-python/dbus-python')
-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" |