diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2011-07-05 17:10:14 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2011-07-05 17:10:14 +0000 |
commit | 057b66b329b13d0535568ff4c68b77cd9aa7b8d4 (patch) | |
tree | e96d980d1b04876c2444c287bbd8e698407f2813 /net-dns/bind | |
parent | Version bumps. 9.7.3_p4 fixes CVE-2011-2464. 9.8.0_p4 fixes CVE-2011-1907 and... (diff) | |
download | gentoo-2-057b66b329b13d0535568ff4c68b77cd9aa7b8d4.tar.gz gentoo-2-057b66b329b13d0535568ff4c68b77cd9aa7b8d4.tar.bz2 gentoo-2-057b66b329b13d0535568ff4c68b77cd9aa7b8d4.zip |
Fix typo when patching odbc-dlz in 9.8.0.
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'net-dns/bind')
-rw-r--r-- | net-dns/bind/bind-9.8.0_p4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/bind/bind-9.8.0_p4.ebuild b/net-dns/bind/bind-9.8.0_p4.ebuild index 8eabdc1ee2e9..4372b813d97e 100644 --- a/net-dns/bind/bind-9.8.0_p4.ebuild +++ b/net-dns/bind/bind-9.8.0_p4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.0_p4.ebuild,v 1.1 2011/07/05 17:00:12 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.0_p4.ebuild,v 1.2 2011/07/05 17:10:14 idl0r Exp $ EAPI="3" @@ -86,7 +86,7 @@ src_prepare() { fi if use odbc; then - epatch "${FILESDIR}/${P}-odbc-dlz-detect.patch" + epatch "${FILESDIR}/${PN}-9.7.3-odbc-dlz-detect.patch" fi fi |