summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadoslaw Stachowiak <radek@gentoo.org>2006-10-21 17:57:23 +0000
committerRadoslaw Stachowiak <radek@gentoo.org>2006-10-21 17:57:23 +0000
commit873a7c2a9432d8bc2cab7741cc0d325e78d08199 (patch)
tree98b12703ef589003c44a59b80749143ac6040ef5 /app-arch
parentAdd vim-syntax use flag. (diff)
downloadgentoo-2-873a7c2a9432d8bc2cab7741cc0d325e78d08199.tar.gz
gentoo-2-873a7c2a9432d8bc2cab7741cc0d325e78d08199.tar.bz2
gentoo-2-873a7c2a9432d8bc2cab7741cc0d325e78d08199.zip
QA fix: Leading Space Syntax Error. Line 37
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/p7zip/ChangeLog5
-rw-r--r--app-arch/p7zip/p7zip-4.43.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/p7zip/ChangeLog b/app-arch/p7zip/ChangeLog
index 5f1dc270e968..aae5d34e19eb 100644
--- a/app-arch/p7zip/ChangeLog
+++ b/app-arch/p7zip/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/p7zip
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.48 2006/10/21 17:48:55 radek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.49 2006/10/21 17:57:23 radek Exp $
+
+ 21 Oct 2006; Radoslaw Stachowiak <radek@gentoo.org> p7zip-4.43.ebuild:
+ QA fix: Leading Space Syntax Error. Line 37
21 Oct 2006; Radoslaw Stachowiak <radek@gentoo.org> p7zip-4.43.ebuild:
arghh, wrongly commited stable keywords after version bump. shame on me.
diff --git a/app-arch/p7zip/p7zip-4.43.ebuild b/app-arch/p7zip/p7zip-4.43.ebuild
index a125ddf97a82..5bf0d70aba5c 100644
--- a/app-arch/p7zip/p7zip-4.43.ebuild
+++ b/app-arch/p7zip/p7zip-4.43.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/app-arch/p7zip/p7zip-4.43.ebuild,v 1.2 2006/10/21 17:48:55 radek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-4.43.ebuild,v 1.3 2006/10/21 17:57:23 radek Exp $
inherit eutils toolchain-funcs multilib
@@ -34,7 +34,7 @@ src_unpack() {
elif use x86-fbsd; then
# FreeBSD needs this special makefile, because it hasn't -ldl
sed -e 's/-lc_r/-pthread/' makefile.freebsd > makefile.machine
- fi
+ fi
use static && sed -i -e '/^LOCAL_LIBS=/s/LOCAL_LIBS=/&-static /' makefile.machine
}