summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-02-22 05:53:56 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-02-22 05:53:56 +0000
commit6346b6b4514cbda73de8de442251592da80aee3b (patch)
treeffe76d84927ba330661b258a10b9979dbb5bf19c /app-misc/graphlcd-base
parentAdd ~ppc. (diff)
downloadgentoo-2-6346b6b4514cbda73de8de442251592da80aee3b.tar.gz
gentoo-2-6346b6b4514cbda73de8de442251592da80aee3b.tar.bz2
gentoo-2-6346b6b4514cbda73de8de442251592da80aee3b.zip
Fix quoting.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc/graphlcd-base')
-rw-r--r--app-misc/graphlcd-base/ChangeLog6
-rw-r--r--app-misc/graphlcd-base/graphlcd-base-0.1.5.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-misc/graphlcd-base/ChangeLog b/app-misc/graphlcd-base/ChangeLog
index e2f7355f8997..bfa5318205f3 100644
--- a/app-misc/graphlcd-base/ChangeLog
+++ b/app-misc/graphlcd-base/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/graphlcd-base
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/ChangeLog,v 1.17 2008/02/21 23:54:54 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/ChangeLog,v 1.18 2008/02/22 05:53:56 robbat2 Exp $
+
+ 22 Feb 2008; Robin H. Johnson <robbat2@gentoo.org>
+ graphlcd-base-0.1.5.ebuild:
+ Fix quoting.
21 Feb 2008; Robin H. Johnson <robbat2@gentoo.org>
graphlcd-base-0.1.5-r1.ebuild:
diff --git a/app-misc/graphlcd-base/graphlcd-base-0.1.5.ebuild b/app-misc/graphlcd-base/graphlcd-base-0.1.5.ebuild
index 9015a66c8786..37abc6906687 100644
--- a/app-misc/graphlcd-base/graphlcd-base-0.1.5.ebuild
+++ b/app-misc/graphlcd-base/graphlcd-base-0.1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/graphlcd-base-0.1.5.ebuild,v 1.4 2008/01/01 11:49:47 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/graphlcd-base-0.1.5.ebuild,v 1.5 2008/02/22 05:53:56 robbat2 Exp $
inherit eutils flag-o-matic multilib
@@ -21,7 +21,7 @@ RDEPEND="truetype? ( media-libs/freetype
src_unpack() {
- unpack "${A}"
+ unpack ${A}
cd "${S}"
sed -i Make.config -e "s:usr\/local:usr:" -e "s:FLAGS *=:FLAGS ?=:"