summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2010-12-29 16:29:58 +0000
committerChristian Ruppert <idl0r@gentoo.org>2010-12-29 16:29:58 +0000
commit5617612066ecdd7bd27efbc445a5bab917e1c278 (patch)
tree7f9a77beb12b2aed6cf79141f8bb01a420e088a4 /app-backup
parentStable on amd64 wrt bug #342927 (diff)
downloadgentoo-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')
-rw-r--r--app-backup/amanda/ChangeLog5
-rw-r--r--app-backup/amanda/amanda-3.2.1.ebuild6
2 files changed, 4 insertions, 7 deletions
diff --git a/app-backup/amanda/ChangeLog b/app-backup/amanda/ChangeLog
index 04ade8675f1a..1c8dbaeacd04 100644
--- a/app-backup/amanda/ChangeLog
+++ b/app-backup/amanda/ChangeLog
@@ -1,10 +1,11 @@
# ChangeLog for app-backup/amanda
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.77 2010/12/29 16:09:02 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.78 2010/12/29 16:29:58 idl0r Exp $
29 Dec 2010; Christian Ruppert <idl0r@gentoo.org> amanda-3.2.1.ebuild:
Move elog block regarding the AMANDA_SERVER environment variable into
- pkg_setup. Install the sample cronjob only on non-minimal setups.
+ pkg_setup. Install the sample cronjob only on non-minimal setups. Remove the
+ --without-krb4-security option since it's no longer valid.
28 Dec 2010; Christian Ruppert <idl0r@gentoo.org> amanda-3.2.1.ebuild:
Fix libcurl dependency again.
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`"