diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-04-10 17:42:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-04-10 17:42:03 +0000 |
commit | 204a72a1cb6f97b3298a7ebc7dc1717867a1877d (patch) | |
tree | 0824c73a4d1f947a50298eb7a2909447e263ccdb /media-libs/x264-svn | |
parent | Fix Evolution support, resolving bug #129410; misc. clean-ups. (diff) | |
download | gentoo-2-204a72a1cb6f97b3298a7ebc7dc1717867a1877d.tar.gz gentoo-2-204a72a1cb6f97b3298a7ebc7dc1717867a1877d.tar.bz2 gentoo-2-204a72a1cb6f97b3298a7ebc7dc1717867a1877d.zip |
repoman: Trim trailing whitespace
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'media-libs/x264-svn')
-rw-r--r-- | media-libs/x264-svn/x264-svn-20060409.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/x264-svn/x264-svn-20060409.ebuild b/media-libs/x264-svn/x264-svn-20060409.ebuild index 3cb97ca43b53..4f2b4aeeaf0c 100644 --- a/media-libs/x264-svn/x264-svn-20060409.ebuild +++ b/media-libs/x264-svn/x264-svn-20060409.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264-svn/x264-svn-20060409.ebuild,v 1.1 2006/04/09 16:34:09 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264-svn/x264-svn-20060409.ebuild,v 1.2 2006/04/10 17:42:03 mr_bones_ Exp $ inherit multilib eutils toolchain-funcs @@ -46,5 +46,5 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die - dodoc AUTHORS + dodoc AUTHORS } |