diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-05-14 05:17:52 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-05-14 05:17:52 +0000 |
commit | f485628f42f88d3a32639386162c8879af42c739 (patch) | |
tree | 92cdf676ffadefacf2ebd3fa9898282c5fd3eb7a /app-vim | |
parent | Summarize DESCRIPTION. (diff) | |
download | gentoo-2-f485628f42f88d3a32639386162c8879af42c739.tar.gz gentoo-2-f485628f42f88d3a32639386162c8879af42c739.tar.bz2 gentoo-2-f485628f42f88d3a32639386162c8879af42c739.zip |
Fix quoting QA warning.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/xquery-syntax/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/xquery-syntax/ChangeLog b/app-vim/xquery-syntax/ChangeLog index 7b8e86084758..9dae3ff86feb 100644 --- a/app-vim/xquery-syntax/ChangeLog +++ b/app-vim/xquery-syntax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/xquery-syntax -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/xquery-syntax/ChangeLog,v 1.16 2012/12/07 18:44:20 ulm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/xquery-syntax/ChangeLog,v 1.17 2013/05/14 05:17:52 radhermit Exp $ + + 14 May 2013; Tim Harder <radhermit@gentoo.org> xquery-syntax-0.1-r1.ebuild: + Fix quoting QA warning. 07 Dec 2012; Ulrich Müller <ulm@gentoo.org> xquery-syntax-0.1.ebuild, xquery-syntax-0.1-r1.ebuild: diff --git a/app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild b/app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild index 9b36662dd2aa..57406365b2cc 100644 --- a/app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild +++ b/app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild,v 1.11 2012/12/07 18:44:20 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild,v 1.12 2013/05/14 05:17:52 radhermit Exp $ inherit vim-plugin @@ -15,7 +15,7 @@ VIM_PLUGIN_HELPTEXT=\ "This plugin provides syntax highlighting for XQuery files." src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" # use hi def link. Bug #101788, bug #101804. sed -i -e 's,^hi\(ghlight\)\? link,hi def link,' syntax/xquery.vim \ |