diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-15 05:44:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-15 05:44:58 +0000 |
commit | 0f12b679fbdd76ec959a1db416024cfc001fe025 (patch) | |
tree | 7587afc8ffb6423144a48aa4d1710e2b5b5d0897 /app-arch/lrzip | |
parent | whitespace (diff) | |
download | historical-0f12b679fbdd76ec959a1db416024cfc001fe025.tar.gz historical-0f12b679fbdd76ec959a1db416024cfc001fe025.tar.bz2 historical-0f12b679fbdd76ec959a1db416024cfc001fe025.zip |
whitespace
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'app-arch/lrzip')
-rw-r--r-- | app-arch/lrzip/lrzip-0.18.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-arch/lrzip/lrzip-0.18.ebuild b/app-arch/lrzip/lrzip-0.18.ebuild index 02012df48184..18fae1cc4097 100644 --- a/app-arch/lrzip/lrzip-0.18.ebuild +++ b/app-arch/lrzip/lrzip-0.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/lrzip-0.18.ebuild,v 1.3 2007/05/11 20:06:27 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/lrzip-0.18.ebuild,v 1.4 2007/07/15 05:44:57 mr_bones_ Exp $ DESCRIPTION="Long Range ZIP or Lzma RZIP" HOMEPAGE="http://ck.kolivas.org/apps/lrzip/README" @@ -19,4 +19,3 @@ src_install() { make DESTDIR=${D} install || die "make install failed" dodoc README } - |