summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-03-06 03:26:28 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-03-06 03:26:28 +0000
commit4f34152290c4442c92026293cdd74d8023b9f21e (patch)
tree5d07c9316c41ab06e856defb6b732b7719921605 /games-action
parentFix quoting. (diff)
downloadgentoo-2-4f34152290c4442c92026293cdd74d8023b9f21e.tar.gz
gentoo-2-4f34152290c4442c92026293cdd74d8023b9f21e.tar.bz2
gentoo-2-4f34152290c4442c92026293cdd74d8023b9f21e.zip
QA cleanup: unquote ${A}.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/koth/ChangeLog7
-rw-r--r--games-action/koth/koth-0.8.0.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/games-action/koth/ChangeLog b/games-action/koth/ChangeLog
index 85a88894f40a..214b9b4b7503 100644
--- a/games-action/koth/ChangeLog
+++ b/games-action/koth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/koth
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/koth/ChangeLog,v 1.14 2007/07/27 11:23:50 uberlord Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/koth/ChangeLog,v 1.15 2008/03/06 03:26:28 wolf31o2 Exp $
+
+ 06 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> koth-0.8.0.ebuild:
+ QA cleanup: unquote ${A}.
27 Jul 2007; Roy Marples <uberlord@gentoo.org> koth-0.8.0.ebuild:
Keyworded ~x86-fbsd
diff --git a/games-action/koth/koth-0.8.0.ebuild b/games-action/koth/koth-0.8.0.ebuild
index c5db37aec49f..379a4e2b09de 100644
--- a/games-action/koth/koth-0.8.0.ebuild
+++ b/games-action/koth/koth-0.8.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation and Arcady Genkin <agenkin@thpoon.com>
+# Copyright 1999-2008 Gentoo Foundation and Arcady Genkin <agenkin@thpoon.com>
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.8.0.ebuild,v 1.15 2007/07/27 11:23:50 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.8.0.ebuild,v 1.16 2008/03/06 03:26:28 wolf31o2 Exp $
inherit eutils games
@@ -16,7 +16,7 @@ IUSE=""
DEPEND="media-libs/libggi"
src_unpack() {
- unpack "${A}"
+ unpack ${A}
cd "${S}"
sed -i 's:-g -O2::' configure \
|| die "sed configure failed"