diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-03-12 14:33:50 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-03-12 14:33:50 +0000 |
commit | 85e066acef40b391037db4c49e410e63390f3007 (patch) | |
tree | 70dc62d18a588fa79a0f2e4c47bd7ad3fadc61a7 /net-dialup/komport | |
parent | Remove a stray patch file from the last commit. (diff) | |
download | gentoo-2-85e066acef40b391037db4c49e410e63390f3007.tar.gz gentoo-2-85e066acef40b391037db4c49e410e63390f3007.tar.bz2 gentoo-2-85e066acef40b391037db4c49e410e63390f3007.zip |
quote patch filename
(Portage version: 2.0.54)
Diffstat (limited to 'net-dialup/komport')
-rw-r--r-- | net-dialup/komport/komport-0.5.9.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-dialup/komport/komport-0.5.9.ebuild b/net-dialup/komport/komport-0.5.9.ebuild index 8e237c47e749..6284ee5dd0c6 100644 --- a/net-dialup/komport/komport-0.5.9.ebuild +++ b/net-dialup/komport/komport-0.5.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/komport/komport-0.5.9.ebuild,v 1.7 2005/05/10 17:25:01 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/komport/komport-0.5.9.ebuild,v 1.8 2006/03/12 14:33:50 mrness Exp $ inherit kde @@ -17,5 +17,5 @@ need-kde 3 src_unpack() { kde_src_unpack - epatch ${FILESDIR}/${P}-configure-arts.diff -}
\ No newline at end of file + epatch "${FILESDIR}/${P}-configure-arts.diff" +} |