diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-05-22 03:43:45 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-05-22 03:43:45 +0000 |
commit | 1d099f6250e2a24b424e8c5ee9463d68d51320f2 (patch) | |
tree | 017f65e297fd21240374d7d44ac139dbb1f4b6ce /media-video | |
parent | Fix missing link warnings in the eclass to print the library's soname again. (diff) | |
download | gentoo-2-1d099f6250e2a24b424e8c5ee9463d68d51320f2.tar.gz gentoo-2-1d099f6250e2a24b424e8c5ee9463d68d51320f2.tar.bz2 gentoo-2-1d099f6250e2a24b424e8c5ee9463d68d51320f2.zip |
whitespace
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/totem/totem-2.28.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/totem/totem-2.28.6.ebuild b/media-video/totem/totem-2.28.6.ebuild index b12c0a3e57af..56305e72a0a2 100644 --- a/media-video/totem/totem-2.28.6.ebuild +++ b/media-video/totem/totem-2.28.6.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/media-video/totem/totem-2.28.6.ebuild,v 1.1 2010/05/20 22:25:03 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.28.6.ebuild,v 1.2 2010/05/22 03:43:45 mr_bones_ Exp $ EAPI="2" @@ -132,7 +132,7 @@ src_prepare() { # Fix broken smclient option passing epatch "${FILESDIR}/${PN}-2.26.1-smclient-target-detection.patch" - + intltoolize --force --copy --automake || die "intltoolize failed" eautoreconf |