diff options
author | 2009-06-05 09:58:53 +0000 | |
---|---|---|
committer | 2009-06-05 09:58:53 +0000 | |
commit | 72bdd3048ad468f21c8e44e25c089c2ac289c2d8 (patch) | |
tree | e9b03e0c948cde6d02cd2b1a2b49e1c7a1bf8208 | |
parent | Fix repoman warnings (diff) | |
download | gentoo-2-72bdd3048ad468f21c8e44e25c089c2ac289c2d8.tar.gz gentoo-2-72bdd3048ad468f21c8e44e25c089c2ac289c2d8.tar.bz2 gentoo-2-72bdd3048ad468f21c8e44e25c089c2ac289c2d8.zip |
Fix repoman warnings
(Portage version: 2.1.6.13/cvs/Linux x86_64)
-rw-r--r-- | media-sound/creox/creox-0.2.2_rc2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/creox/creox-0.2.2_rc2.ebuild b/media-sound/creox/creox-0.2.2_rc2.ebuild index 4dd18a1b6e3b..cf51ae5a1dc4 100644 --- a/media-sound/creox/creox-0.2.2_rc2.ebuild +++ b/media-sound/creox/creox-0.2.2_rc2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/creox-0.2.2_rc2.ebuild,v 1.11 2006/05/31 11:07:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/creox-0.2.2_rc2.ebuild,v 1.12 2009/06/05 09:58:53 ssuominen Exp $ ARTS_REQUIRED="yes" inherit kde @@ -20,4 +20,4 @@ IUSE="" DEPEND="media-sound/jack-audio-connection-kit" need-kde 3 -PATCHES="${FILESDIR}/${P}-ebusy.patch" +PATCHES=( "${FILESDIR}/${P}-ebusy.patch" ) |