summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-02-16 11:18:45 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-02-16 11:18:45 +0000
commitf67b799a322968bf966b10f373c377f8243ed725 (patch)
tree0cc977859faebab75f4b3c518ac5a643dca3f6ae /x11-misc/xchm
parentcleaned up old 1.2.4 ebuilds. warning in 2.4 to hardened-sources. (diff)
downloadgentoo-2-f67b799a322968bf966b10f373c377f8243ed725.tar.gz
gentoo-2-f67b799a322968bf966b10f373c377f8243ed725.tar.bz2
gentoo-2-f67b799a322968bf966b10f373c377f8243ed725.zip
Fixed bug #122834, unpack error.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-misc/xchm')
-rw-r--r--x11-misc/xchm/ChangeLog5
-rw-r--r--x11-misc/xchm/xchm-1.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xchm/ChangeLog b/x11-misc/xchm/ChangeLog
index ef5d9fffb7a6..071c38854d09 100644
--- a/x11-misc/xchm/ChangeLog
+++ b/x11-misc/xchm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xchm
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/ChangeLog,v 1.33 2006/02/14 10:21:26 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/ChangeLog,v 1.34 2006/02/16 11:18:45 nelchael Exp $
+
+ 16 Feb 2006; Krzysiek Pawlik <nelchael@gentoo.org> xchm-1.2.ebuild:
+ Fixed bug #122834, unpack error.
*xchm-1.3 (14 Feb 2006)
diff --git a/x11-misc/xchm/xchm-1.2.ebuild b/x11-misc/xchm/xchm-1.2.ebuild
index 2988bc4d7bd9..4e72a5ef080c 100644
--- a/x11-misc/xchm/xchm-1.2.ebuild
+++ b/x11-misc/xchm/xchm-1.2.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/x11-misc/xchm/xchm-1.2.ebuild,v 1.3 2006/02/14 10:21:26 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/xchm-1.2.ebuild,v 1.4 2006/02/16 11:18:45 nelchael Exp $
inherit eutils wxwidgets
@@ -19,7 +19,7 @@ DEPEND=">=app-doc/chmlib-0.31
src_unpack() {
- unpack "${A}"
+ unpack ${A}
# Fixes bug #117798:
epatch "${FILESDIR}/${PN}-gcc41.patch"