diff options
author | 2017-06-04 20:30:07 +0200 | |
---|---|---|
committer | 2017-06-04 20:31:59 +0200 | |
commit | 021b4128fab449a793151ee229d692b10ec248bf (patch) | |
tree | 411bfbfa6e92018f33aa134510007b3e7ae1b711 /www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild | |
parent | net-im/gajim: Version Bump (diff) | |
download | gentoo-021b4128fab449a793151ee229d692b10ec248bf.tar.gz gentoo-021b4128fab449a793151ee229d692b10ec248bf.tar.bz2 gentoo-021b4128fab449a793151ee229d692b10ec248bf.zip |
www-apache/mod_auth_kerb: Fix building with heimdal (#327445)
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild')
-rw-r--r-- | www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild index 1b067a4769a0..1d1b560367c0 100644 --- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild +++ b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -32,6 +32,7 @@ PATCHES=( "${FILESDIR}"/${P}-cachedir.patch "${FILESDIR}"/${P}-longuser.patch "${FILESDIR}"/${P}-handle-continue.patch + "${FILESDIR}"/${P}-heimdal.patch ) src_prepare() { |