diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-02-20 07:38:11 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-02-20 07:38:11 +0000 |
commit | 3d2de6144cd4108ebb0d7ca1bc28e47abf524afa (patch) | |
tree | 332c8f378d8d2840c0f0bce7412f462892adb67b /media-sound/qmpdclient | |
parent | keyworded ~arch for x86, bug 210595 (diff) | |
download | gentoo-2-3d2de6144cd4108ebb0d7ca1bc28e47abf524afa.tar.gz gentoo-2-3d2de6144cd4108ebb0d7ca1bc28e47abf524afa.tar.bz2 gentoo-2-3d2de6144cd4108ebb0d7ca1bc28e47abf524afa.zip |
remove quotes around a variable
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound/qmpdclient')
-rw-r--r-- | media-sound/qmpdclient/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/qmpdclient/qmpdclient-1.0.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/qmpdclient/ChangeLog b/media-sound/qmpdclient/ChangeLog index ee4cfe69bf2b..ed1cdd9141b0 100644 --- a/media-sound/qmpdclient/ChangeLog +++ b/media-sound/qmpdclient/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/qmpdclient # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.22 2008/02/20 07:36:01 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.23 2008/02/20 07:38:11 opfer Exp $ + + 20 Feb 2008; Christian Faulhammer <opfer@gentoo.org> + qmpdclient-1.0.8.ebuild: + remove quotes around a variable 20 Feb 2008; Christian Faulhammer <opfer@gentoo.org> qmpdclient-1.0.8.ebuild: diff --git a/media-sound/qmpdclient/qmpdclient-1.0.8.ebuild b/media-sound/qmpdclient/qmpdclient-1.0.8.ebuild index 6e8dc9e54fdb..26b7c7ab9757 100644 --- a/media-sound/qmpdclient/qmpdclient-1.0.8.ebuild +++ b/media-sound/qmpdclient/qmpdclient-1.0.8.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/media-sound/qmpdclient/qmpdclient-1.0.8.ebuild,v 1.7 2008/02/20 07:36:01 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.0.8.ebuild,v 1.8 2008/02/20 07:38:11 opfer Exp $ inherit eutils multilib qt4 toolchain-funcs @@ -16,7 +16,7 @@ IUSE="" DEPEND="$(qt4_min_version 4.2)" src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" # Fix a crasher for am64 and possibly others. Bug #183593. |