diff options
Diffstat (limited to 'net-voip/cohoba')
-rw-r--r-- | net-voip/cohoba/ChangeLog | 7 | ||||
-rw-r--r-- | net-voip/cohoba/cohoba-0.0.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-voip/cohoba/ChangeLog b/net-voip/cohoba/ChangeLog index b575472a9de1..19680af4d5d5 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.6 2006/11/20 18:06:50 peper Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-voip/cohoba/ChangeLog,v 1.7 2008/06/05 11:57:38 remi Exp $ + + 05 Jun 2008; Rémi Cardona <remi@gentoo.org> cohoba-0.0.4.ebuild: + pkgmove to gnome-base/gnome-control-center 20 Nov 2006; Piotr Jaroszyński <peper@gentoo.org> cohoba-0.0.4.ebuild: Fix dbus dep wrt bug #154521. diff --git a/net-voip/cohoba/cohoba-0.0.4.ebuild b/net-voip/cohoba/cohoba-0.0.4.ebuild index f9a2482bd694..dedf1467a44a 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 +# Copyright 1999-2008 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.4 2006/11/20 18:06:50 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/cohoba/cohoba-0.0.4.ebuild,v 1.5 2008/06/05 11:57:38 remi Exp $ inherit eutils @@ -19,7 +19,7 @@ DEPEND="dev-python/gnome-python-desktop x11-themes/gnome-themes" RDEPEND="${DEPEND} - gnome-base/control-center" + gnome-base/gnome-control-center" src_install() { emake install DESTDIR="${D}" || die "emake install failed" |