diff options
-rw-r--r-- | x11-plugins/gkrellm-bluez/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-plugins/gkrellm-bluez/ChangeLog b/x11-plugins/gkrellm-bluez/ChangeLog index 9028c2cdfd0f..758915e85f0a 100644 --- a/x11-plugins/gkrellm-bluez/ChangeLog +++ b/x11-plugins/gkrellm-bluez/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gkrellm-bluez -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-bluez/ChangeLog,v 1.3 2008/04/17 18:05:56 lack Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-bluez/ChangeLog,v 1.4 2009/05/20 08:10:28 robbat2 Exp $ + + 20 May 2009; Robin H. Johnson <robbat2@gentoo.org> + gkrellm-bluez-0.2-r1.ebuild: + Update for bluez split. Works here. 17 Apr 2008; Jim Ramsay <lack@gentoo.org> gkrellm-bluez-0.2-r1.ebuild: Marking ~amd64 (Bug #218020) diff --git a/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild b/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild index 5275443424df..12fa35cb13c8 100644 --- a/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild +++ b/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild,v 1.3 2008/04/17 18:05:56 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild,v 1.4 2009/05/20 08:10:28 robbat2 Exp $ inherit gkrellm-plugin @@ -8,7 +8,7 @@ DESCRIPTION="GKrellm plugin for monitoring bluetooth (Linux BlueZ) adapters" SRC_URI="mirror://sourceforge/gkrellm-bluez/${P}.tar.gz" HOMEPAGE="http://gkrellm-bluez.sourceforge.net" -RDEPEND="net-wireless/bluez-libs" +RDEPEND="|| ( net-wireless/bluez-libs net-wireless/bluez )" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" |