diff options
author | 2008-05-13 14:01:09 +0000 | |
---|---|---|
committer | 2008-05-13 14:01:09 +0000 | |
commit | 235a29a0b30c631580b32e312cca0fa5cb77090d (patch) | |
tree | 9f39c3c2d72480ce513cd8a4fcbe7e4fd64388fb /app-arch/freeze/freeze-2.5.0.ebuild | |
parent | Fix ChangeLog entry. (diff) | |
download | historical-235a29a0b30c631580b32e312cca0fa5cb77090d.tar.gz historical-235a29a0b30c631580b32e312cca0fa5cb77090d.tar.bz2 historical-235a29a0b30c631580b32e312cca0fa5cb77090d.zip |
Stable for HPPA (LuckyLuke). Fixed quoting issue.
Package-Manager: portage-2.1.5_rc10
Diffstat (limited to 'app-arch/freeze/freeze-2.5.0.ebuild')
-rw-r--r-- | app-arch/freeze/freeze-2.5.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-arch/freeze/freeze-2.5.0.ebuild b/app-arch/freeze/freeze-2.5.0.ebuild index 8c12c1f4ad90..a01f4710d871 100644 --- a/app-arch/freeze/freeze-2.5.0.ebuild +++ b/app-arch/freeze/freeze-2.5.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/freeze/freeze-2.5.0.ebuild,v 1.17 2006/12/04 22:35:10 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/freeze/freeze-2.5.0.ebuild,v 1.18 2008/05/13 14:01:09 jer Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.ibiblio.org/pub/Linux/utils/compress/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" IUSE="" RDEPEND="" @@ -19,7 +19,7 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # Hard links confuse prepman and these links are absolute. # Fix pre-stripped binary and respect CFLAGS as well |