diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-10-12 07:25:53 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-10-12 07:25:53 +0000 |
commit | dddeb3b9d7c8f768a7425493e18725d67d99b13b (patch) | |
tree | e0bde52b997f5a5f879e5947dec59d94a2ada947 /kde-misc/tork/tork-0.23.ebuild | |
parent | QA fix: make PATCHES an array (diff) | |
download | gentoo-2-dddeb3b9d7c8f768a7425493e18725d67d99b13b.tar.gz gentoo-2-dddeb3b9d7c8f768a7425493e18725d67d99b13b.tar.bz2 gentoo-2-dddeb3b9d7c8f768a7425493e18725d67d99b13b.zip |
QA fix: make PATCHES an array
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-misc/tork/tork-0.23.ebuild')
-rw-r--r-- | kde-misc/tork/tork-0.23.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-misc/tork/tork-0.23.ebuild b/kde-misc/tork/tork-0.23.ebuild index e4b597b6ea3d..38c48025b099 100644 --- a/kde-misc/tork/tork-0.23.ebuild +++ b/kde-misc/tork/tork-0.23.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/tork/tork-0.23.ebuild,v 1.5 2008/02/18 22:56:39 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/tork/tork-0.23.ebuild,v 1.6 2009/10/12 07:25:53 abcd Exp $ inherit kde multilib @@ -24,7 +24,7 @@ RDEPEND="${DEPEND} need-kde 3.5 -PATCHES="${FILESDIR}/${PN}-0.20-ext_tsocks.patch" +PATCHES=( "${FILESDIR}/${PN}-0.20-ext_tsocks.patch" ) src_compile() { # Fix desktop file |