diff options
Diffstat (limited to 'kde-base/solid/solid-4.2.1.ebuild')
-rw-r--r-- | kde-base/solid/solid-4.2.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/kde-base/solid/solid-4.2.1.ebuild b/kde-base/solid/solid-4.2.1.ebuild index 340a87ad3ec6..09ffd1984f58 100644 --- a/kde-base/solid/solid-4.2.1.ebuild +++ b/kde-base/solid/solid-4.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/solid/solid-4.2.1.ebuild,v 1.1 2009/03/04 22:55:49 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/solid/solid-4.2.1.ebuild,v 1.2 2009/03/06 00:24:29 scarabeus Exp $ EAPI="2" @@ -14,9 +14,6 @@ DESCRIPTION="Solid: the KDE hardware library" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="bluetooth debug networkmanager" -# solid/CMakeLists.txt has an add_subdirectory statement that depends on -# networkmanager-0.7, referring to a non-existant directory, restricted to =0.6* -# for now. DEPEND=" >=sys-apps/hal-0.5.9 bluetooth? ( @@ -33,6 +30,8 @@ KMEXTRA=" libs/solid/ " +PATCHES=( "${DISTDIR}/${PN}-4.2.0-backport-solid-bluetooth.patch.tar.bz2" ) + src_configure() { mycmakeargs="${mycmakeargs} $(cmake-utils_use_with bluetooth BlueZ) |