diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-07-30 17:45:13 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-07-30 17:45:13 +0000 |
commit | 269b99e1e40a8e8181010106f63a400b7f9c2f35 (patch) | |
tree | d4cfc97ce0e72b3b7e10825e6829f45b501b231d /kde-base | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-269b99e1e40a8e8181010106f63a400b7f9c2f35.tar.gz gentoo-2-269b99e1e40a8e8181010106f63a400b7f9c2f35.tar.bz2 gentoo-2-269b99e1e40a8e8181010106f63a400b7f9c2f35.zip |
Whitespace
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/phonon-kde/phonon-kde-4.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/phonon-kde/phonon-kde-4.2.4.ebuild b/kde-base/phonon-kde/phonon-kde-4.2.4.ebuild index 58c90859b064..d454b3b7038a 100644 --- a/kde-base/phonon-kde/phonon-kde-4.2.4.ebuild +++ b/kde-base/phonon-kde/phonon-kde-4.2.4.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/phonon-kde/phonon-kde-4.2.4.ebuild,v 1.2 2009/07/30 14:44:56 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.2.4.ebuild,v 1.3 2009/07/30 17:45:13 scarabeus Exp $ EAPI="2" @@ -32,7 +32,7 @@ src_prepare() { # Disable automagic sed -e 's/find_package(Xine)/macro_optional_find_package(Xine)/' \ -i phonon/kcm/xine/CMakeLists.txt || die "Failed to make xine optional" - sed -e "s:FIND_PACKAGE(Alsa):macro_optional_find_package(Alsa):" + sed -e "s:FIND_PACKAGE(Alsa):macro_optional_find_package(Alsa):" \ -i phonon/CMakeLists.txt || die "Failed to make alsa optional" kde4-meta_src_prepare |