diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-07-21 23:44:25 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-07-21 23:44:25 +0000 |
commit | a0548c12785097a7ac9095425b34c7cec42e4e3b (patch) | |
tree | fda3445b44c6cbedd2f3b4f49951f72c8effa630 /kde-base | |
parent | Fix src_compile() so we are not failing to build (diff) | |
download | gentoo-2-a0548c12785097a7ac9095425b34c7cec42e4e3b.tar.gz gentoo-2-a0548c12785097a7ac9095425b34c7cec42e4e3b.tar.bz2 gentoo-2-a0548c12785097a7ac9095425b34c7cec42e4e3b.zip |
Add HAL RDEP. It might work without but stuff like PM and NM won't work properly until the backend is switched to the u* daemons. Patch by Christian Schmitt
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/solid/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/solid/solid-4.4.5.ebuild | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/kde-base/solid/ChangeLog b/kde-base/solid/ChangeLog index 144a7a1ea244..cef1f481d565 100644 --- a/kde-base/solid/ChangeLog +++ b/kde-base/solid/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/solid # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/solid/ChangeLog,v 1.77 2010/07/03 03:23:08 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/solid/ChangeLog,v 1.78 2010/07/21 23:44:25 tampakrap Exp $ + + 21 Jul 2010; Theo Chatzimichos <tampakrap@gentoo.org> solid-4.4.5.ebuild: + Add HAL RDEP. It might work without but stuff like PM and NM won't work + properly until the backend is switched to the u* daemons. Patch by + Christian Schmitt 03 Jul 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> solid-4.4.5.ebuild: diff --git a/kde-base/solid/solid-4.4.5.ebuild b/kde-base/solid/solid-4.4.5.ebuild index d13fd1addeee..9a0d81d2dc69 100644 --- a/kde-base/solid/solid-4.4.5.ebuild +++ b/kde-base/solid/solid-4.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/solid/solid-4.4.5.ebuild,v 1.2 2010/07/03 03:23:08 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/solid/solid-4.4.5.ebuild,v 1.3 2010/07/21 23:44:25 tampakrap Exp $ EAPI="3" @@ -20,7 +20,9 @@ DEPEND=" networkmanager? ( >=net-misc/networkmanager-0.7 ) wicd? ( net-misc/wicd ) " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + sys-apps/hal +" KMEXTRA=" libs/solid/ |