diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2010-12-29 16:29:58 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2010-12-29 16:29:58 +0000 |
commit | 5617612066ecdd7bd27efbc445a5bab917e1c278 (patch) | |
tree | 7f9a77beb12b2aed6cf79141f8bb01a420e088a4 /app-backup/amanda/amanda-3.2.1.ebuild | |
parent | Stable on amd64 wrt bug #342927 (diff) | |
download | gentoo-2-5617612066ecdd7bd27efbc445a5bab917e1c278.tar.gz gentoo-2-5617612066ecdd7bd27efbc445a5bab917e1c278.tar.bz2 gentoo-2-5617612066ecdd7bd27efbc445a5bab917e1c278.zip |
Remove the --without-krb4-security option since it's no longer valid.
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'app-backup/amanda/amanda-3.2.1.ebuild')
-rw-r--r-- | app-backup/amanda/amanda-3.2.1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app-backup/amanda/amanda-3.2.1.ebuild b/app-backup/amanda/amanda-3.2.1.ebuild index e3c4cd2563e2..773cca7a04e6 100644 --- a/app-backup/amanda/amanda-3.2.1.ebuild +++ b/app-backup/amanda/amanda-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.2.1.ebuild,v 1.5 2010/12/29 16:09:02 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.2.1.ebuild,v 1.6 2010/12/29 16:29:58 idl0r Exp $ EAPI=3 inherit autotools eutils perl-module @@ -247,10 +247,6 @@ src_configure() { myconf="${myconf} --with-bsdudp-security" myconf="${myconf} --with-bsdtcp-security" - # kerberos-security mechanism version 4 - # always disable, per bug #173354 - myconf="${myconf} --without-krb4-security" - # kerberos-security mechanism version 5 myconf="${myconf} `use_with kerberos krb5-security`" |