summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-03-07 19:27:15 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-03-07 19:27:15 +0000
commit623b05c2e047330f8ca401096f922359f2c20ad0 (patch)
tree68ebec9f6d4a23e29d121aa18495a4afed5cd8ed /games-puzzle
parentQA cleanup: Fix quoting. (diff)
downloadgentoo-2-623b05c2e047330f8ca401096f922359f2c20ad0.tar.gz
gentoo-2-623b05c2e047330f8ca401096f922359f2c20ad0.tar.bz2
gentoo-2-623b05c2e047330f8ca401096f922359f2c20ad0.zip
QA cleanup: Fix quoting.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/xblockout/ChangeLog8
-rw-r--r--games-puzzle/xblockout/xblockout-1.1.3.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/games-puzzle/xblockout/ChangeLog b/games-puzzle/xblockout/ChangeLog
index 939926415bdf..848a41fc7cba 100644
--- a/games-puzzle/xblockout/ChangeLog
+++ b/games-puzzle/xblockout/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-puzzle/xblockout
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/ChangeLog,v 1.14 2007/01/29 22:24:00 mr_bones_ Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/ChangeLog,v 1.15 2008/03/07 19:27:15 wolf31o2 Exp $
+
+ 07 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ xblockout-1.1.3.ebuild:
+ QA cleanup: Fix quoting.
*xblockout-1.1.5 (29 Jan 2007)
diff --git a/games-puzzle/xblockout/xblockout-1.1.3.ebuild b/games-puzzle/xblockout/xblockout-1.1.3.ebuild
index 8e24147c2c2f..06f25266e348 100644
--- a/games-puzzle/xblockout/xblockout-1.1.3.ebuild
+++ b/games-puzzle/xblockout/xblockout-1.1.3.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/games-puzzle/xblockout/xblockout-1.1.3.ebuild,v 1.3 2006/12/06 17:20:50 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.3.ebuild,v 1.4 2008/03/07 19:27:15 wolf31o2 Exp $
inherit flag-o-matic games
@@ -25,7 +25,7 @@ src_unpack() {
sed -i \
-e "s:-lm:-lm -L/usr/X11R6/lib -lX11:" \
- -e "s:-g$:${CFLAGS}:" ${S}/Makefile.in \
+ -e "s:-g$:${CFLAGS}:" "${S}"/Makefile.in \
|| die "sed failed"
}