diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-08 01:25:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-08 01:25:59 +0000 |
commit | fd6a37846b3e1f725045351faf2ae9012fcd47a1 (patch) | |
tree | f25be7ce3907ac10609ce5f648a9b1c9f4c9f0f5 /app-portage | |
parent | needs prepgamesdirs (diff) | |
download | gentoo-2-fd6a37846b3e1f725045351faf2ae9012fcd47a1.tar.gz gentoo-2-fd6a37846b3e1f725045351faf2ae9012fcd47a1.tar.bz2 gentoo-2-fd6a37846b3e1f725045351faf2ae9012fcd47a1.zip |
repoman: Trim trailing whitespace
(Portage version: 2.0.53)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/eix-0.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/eix/eix-0.5.0.ebuild b/app-portage/eix/eix-0.5.0.ebuild index ea87ffd11438..2d138d21ed8a 100644 --- a/app-portage/eix/eix-0.5.0.ebuild +++ b/app-portage/eix/eix-0.5.0.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/app-portage/eix/eix-0.5.0.ebuild,v 1.2 2006/01/07 06:24:14 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.5.0.ebuild,v 1.3 2006/01/08 01:25:59 mr_bones_ Exp $ inherit eutils flag-o-matic bash-completion @@ -18,7 +18,7 @@ DEPEND="sys-apps/portage" src_unpack() { unpack ${A} cd "${S}" - + epatch ${FILESDIR}/eix-0.5.0-redir-fix.patch } |