diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-10-11 15:41:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-10-11 15:41:37 +0000 |
commit | a684e0de3a000eb8a77715707546820ce8aeab65 (patch) | |
tree | 134bf705f5bae1c15f1b1b37183c8f11ef060d76 /app-backup/bacula | |
parent | add missing test to IUSE (diff) | |
download | gentoo-2-a684e0de3a000eb8a77715707546820ce8aeab65.tar.gz gentoo-2-a684e0de3a000eb8a77715707546820ce8aeab65.tar.bz2 gentoo-2-a684e0de3a000eb8a77715707546820ce8aeab65.zip |
whitespace
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'app-backup/bacula')
-rw-r--r-- | app-backup/bacula/bacula-5.0.3-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/bacula/bacula-5.0.3-r3.ebuild b/app-backup/bacula/bacula-5.0.3-r3.ebuild index 881caf91a571..119d74d81cc9 100644 --- a/app-backup/bacula/bacula-5.0.3-r3.ebuild +++ b/app-backup/bacula/bacula-5.0.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.0.3-r3.ebuild,v 1.10 2012/10/10 19:32:50 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.0.3-r3.ebuild,v 1.11 2012/10/11 15:41:37 mr_bones_ Exp $ EAPI="2" PYTHON_DEPEND="python? 2" @@ -163,7 +163,7 @@ src_prepare() { epatch "${FILESDIR}"/${PV}/${P}-fix-static.patch - # fix CVE-2012-4430 + # fix CVE-2012-4430 epatch "${FILESDIR}"/${PV}/${P}-cve.patch } |