diff options
author | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2005-12-03 06:45:23 +0000 |
---|---|---|
committer | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2005-12-03 06:45:23 +0000 |
commit | 5cae9c839f258b87e69cb4f6370efab9bb2cc908 (patch) | |
tree | 1f427ede0257dab3f11770378a1caf328990c719 /media-gfx/jpeg2ps/jpeg2ps-1.9-r1.ebuild | |
parent | Stable on x86, bug #114301. (diff) | |
download | historical-5cae9c839f258b87e69cb4f6370efab9bb2cc908.tar.gz historical-5cae9c839f258b87e69cb4f6370efab9bb2cc908.tar.bz2 historical-5cae9c839f258b87e69cb4f6370efab9bb2cc908.zip |
Fix minor issue (comment #8 bug #61922), closing #61922
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'media-gfx/jpeg2ps/jpeg2ps-1.9-r1.ebuild')
-rw-r--r-- | media-gfx/jpeg2ps/jpeg2ps-1.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/jpeg2ps/jpeg2ps-1.9-r1.ebuild b/media-gfx/jpeg2ps/jpeg2ps-1.9-r1.ebuild index 6a8d81ced3d9..5ac2c6fb99f3 100644 --- a/media-gfx/jpeg2ps/jpeg2ps-1.9-r1.ebuild +++ b/media-gfx/jpeg2ps/jpeg2ps-1.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeg2ps/jpeg2ps-1.9-r1.ebuild,v 1.5 2005/11/01 19:45:03 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeg2ps/jpeg2ps-1.9-r1.ebuild,v 1.6 2005/12/03 06:45:23 pclouds Exp $ inherit eutils @@ -24,7 +24,7 @@ src_unpack() { } src_compile() { - local pagesize="" + pagesize="" if [ -h /etc/localtime ]; then local continent=$(readlink /etc/localtime | cut -d / -f 5) [ "${continent}" = "Europe" ] && pagesize="-DA4" |