diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-01-28 13:20:04 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-01-28 13:20:04 +0000 |
commit | acf6b6189642ab4094c56277568270ad7c896c35 (patch) | |
tree | 9fda42be7e471ac50072e01a71d6aa3985036211 /dev-lang/sather/sather-1.3.ebuild | |
parent | Moving binary patches from CVS into mirrors (diff) | |
download | historical-acf6b6189642ab4094c56277568270ad7c896c35.tar.gz historical-acf6b6189642ab4094c56277568270ad7c896c35.tar.bz2 historical-acf6b6189642ab4094c56277568270ad7c896c35.zip |
no need to gzip a smallish patch
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-lang/sather/sather-1.3.ebuild')
-rw-r--r-- | dev-lang/sather/sather-1.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/sather/sather-1.3.ebuild b/dev-lang/sather/sather-1.3.ebuild index 010682a8c818..d3b899861a13 100644 --- a/dev-lang/sather/sather-1.3.ebuild +++ b/dev-lang/sather/sather-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/sather/sather-1.3.ebuild,v 1.17 2005/08/23 17:59:01 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/sather/sather-1.3.ebuild,v 1.18 2006/01/28 13:20:04 blubb Exp $ inherit eutils @@ -29,7 +29,7 @@ S="${WORKDIR}/${MY_P}" src_unpack() { unpack ${MY_P}.tar.gz - epatch ${FILESDIR}/${P}_gentoo.patch.gz + epatch ${FILESDIR}/${P}_gentoo.patch mkdir doc cd doc |