diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-06 00:24:29 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-06 00:24:29 +0000 |
commit | f0e17eaeb4653d5cc290fd59657f18f6eb0cb3ea (patch) | |
tree | 422eb6451f62e0a3e8151d21accb030afe7fe864 /kde-base/solid/solid-4.2.1.ebuild | |
parent | Stable for HPPA (bug #255756). (diff) | |
download | gentoo-2-f0e17eaeb4653d5cc290fd59657f18f6eb0cb3ea.tar.gz gentoo-2-f0e17eaeb4653d5cc290fd59657f18f6eb0cb3ea.tar.bz2 gentoo-2-f0e17eaeb4653d5cc290fd59657f18f6eb0cb3ea.zip |
add solid patch
(Portage version: 2.2_rc23/cvs/Linux x86_64)
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) |