diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2007-12-30 17:50:04 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2007-12-30 17:50:04 +0000 |
commit | 2d9e7e90a8038201c5290c460029d5420304fd91 (patch) | |
tree | 562a5db78ac2a232d04c59816c9ceef558029674 /app-antivirus/klamav | |
parent | add appropriate config lines to depend() (diff) | |
download | gentoo-2-2d9e7e90a8038201c5290c460029d5420304fd91.tar.gz gentoo-2-2d9e7e90a8038201c5290c460029d5420304fd91.tar.bz2 gentoo-2-2d9e7e90a8038201c5290c460029d5420304fd91.zip |
Fixing typo that prevents the patch from being applied.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'app-antivirus/klamav')
-rw-r--r-- | app-antivirus/klamav/ChangeLog | 5 | ||||
-rw-r--r-- | app-antivirus/klamav/klamav-0.41.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-antivirus/klamav/ChangeLog b/app-antivirus/klamav/ChangeLog index 659031bff7dd..9b80fb745e1e 100644 --- a/app-antivirus/klamav/ChangeLog +++ b/app-antivirus/klamav/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-antivirus/klamav # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.33 2007/12/30 12:50:17 mattepiu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.34 2007/12/30 17:50:04 keytoaster Exp $ + + 30 Dec 2007; Tobias Heinlein <keytoaster@gentoo.org> klamav-0.41.1.ebuild: + Fixing typo that prevents the patch from being applied. *klamav-0.41.1 (30 Dec 2007) diff --git a/app-antivirus/klamav/klamav-0.41.1.ebuild b/app-antivirus/klamav/klamav-0.41.1.ebuild index a5719ccf2d58..d55ac8ce8663 100644 --- a/app-antivirus/klamav/klamav-0.41.1.ebuild +++ b/app-antivirus/klamav/klamav-0.41.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.41.1.ebuild,v 1.1 2007/12/30 12:50:17 mattepiu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.41.1.ebuild,v 1.2 2007/12/30 17:50:04 keytoaster Exp $ inherit kde @@ -22,7 +22,7 @@ RDEPEND="${DEPEND}" need-kde 3.4 PATCHES="${FILESDIR}/${P}-cl_loaddbdir.patch - ${FILESDIR}/klamav-gentempdesc.patch" + ${FILESDIR}/${P}-gentempdesc.patch" src_unpack(){ kde_src_unpack |