diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-03 10:16:47 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-03 10:16:47 +0000 |
commit | 99bc98def71fd9e906bea0c47339c2e89355d402 (patch) | |
tree | 8540864d707963e3db9a39b0185a16ab6c0baec8 /app-office/planner | |
parent | Update xfree references (#68657). (diff) | |
download | gentoo-2-99bc98def71fd9e906bea0c47339c2e89355d402.tar.gz gentoo-2-99bc98def71fd9e906bea0c47339c2e89355d402.tar.bz2 gentoo-2-99bc98def71fd9e906bea0c47339c2e89355d402.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'app-office/planner')
-rw-r--r-- | app-office/planner/planner-0.12-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-office/planner/planner-0.12-r1.ebuild b/app-office/planner/planner-0.12-r1.ebuild index 1dbac86c84d9..f0957a288084 100644 --- a/app-office/planner/planner-0.12-r1.ebuild +++ b/app-office/planner/planner-0.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.12-r1.ebuild,v 1.3 2004/10/22 23:20:15 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.12-r1.ebuild,v 1.4 2004/11/03 10:16:47 mr_bones_ Exp $ inherit gnome2 @@ -44,7 +44,7 @@ src_unpack () { cd ${S} # Upstream has a newer intltool, doing this will fix some dependency problems elibtoolize - intltoolize --force && aclocal && autoconf && automake + intltoolize --force && aclocal && autoconf && automake } pkg_postinst () { @@ -54,4 +54,3 @@ pkg_postinst () { echo "" einfo "emerge unmerge mrproject libmrproject" } - |