diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2006-11-20 18:06:50 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2006-11-20 18:06:50 +0000 |
commit | 478ef4eea2de17d0057767e56aac20f283ac1826 (patch) | |
tree | dabbd952a3e77d9ec0125be5f4d3f48121a3e867 /net-voip/cohoba | |
parent | stable x86, bug #155521 (diff) | |
download | gentoo-2-478ef4eea2de17d0057767e56aac20f283ac1826.tar.gz gentoo-2-478ef4eea2de17d0057767e56aac20f283ac1826.tar.bz2 gentoo-2-478ef4eea2de17d0057767e56aac20f283ac1826.zip |
Fix dbus dep wrt bug #154521.
(Portage version: 2.1.2_rc2)
Diffstat (limited to 'net-voip/cohoba')
-rw-r--r-- | net-voip/cohoba/ChangeLog | 5 | ||||
-rw-r--r-- | net-voip/cohoba/cohoba-0.0.4.ebuild | 14 |
2 files changed, 7 insertions, 12 deletions
diff --git a/net-voip/cohoba/ChangeLog b/net-voip/cohoba/ChangeLog index 79f3baf26577..b575472a9de1 100644 --- a/net-voip/cohoba/ChangeLog +++ b/net-voip/cohoba/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-voip/cohoba # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/cohoba/ChangeLog,v 1.5 2006/10/22 18:41:19 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/cohoba/ChangeLog,v 1.6 2006/11/20 18:06:50 peper Exp $ + + 20 Nov 2006; Piotr Jaroszyński <peper@gentoo.org> cohoba-0.0.4.ebuild: + Fix dbus dep wrt bug #154521. 22 Oct 2006; Piotr Jaroszyński <peper@gentoo.org> metadata.xml, cohoba-0.0.4.ebuild: diff --git a/net-voip/cohoba/cohoba-0.0.4.ebuild b/net-voip/cohoba/cohoba-0.0.4.ebuild index e7b84ab800b9..f9a2482bd694 100644 --- a/net-voip/cohoba/cohoba-0.0.4.ebuild +++ b/net-voip/cohoba/cohoba-0.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/cohoba/cohoba-0.0.4.ebuild,v 1.3 2006/10/22 18:41:19 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/cohoba/cohoba-0.0.4.ebuild,v 1.4 2006/11/20 18:06:50 peper Exp $ inherit eutils @@ -14,21 +14,13 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-python/gnome-python-desktop - >=sys-apps/dbus-0.61 + dev-python/telepathy-python x11-themes/gnome-icon-theme x11-themes/gnome-themes" + RDEPEND="${DEPEND} - dev-python/telepathy-python gnome-base/control-center" -pkg_setup() { - if ! built_with_use sys-apps/dbus python; then - eerror "you need to build dbus with USE=python" - die "dbus needs python bindings" - fi - -} - src_install() { emake install DESTDIR="${D}" || die "emake install failed" dodoc AUTHORS ChangeLog NEWS README TODO |