diff options
author | 2018-08-31 16:46:05 +0200 | |
---|---|---|
committer | 2018-08-31 16:54:44 +0200 | |
commit | 727929e2098f7f73a0c9fb1b9de8758c8658d870 (patch) | |
tree | 1cf7b11583fecb5316e4ef2682b29ff026e2391e /sys-apps/keyutils | |
parent | sys-apps/keyutils: tests require a kernel with KEY_DH_OPERATIONS (diff) | |
download | gentoo-727929e2098f7f73a0c9fb1b9de8758c8658d870.tar.gz gentoo-727929e2098f7f73a0c9fb1b9de8758c8658d870.tar.bz2 gentoo-727929e2098f7f73a0c9fb1b9de8758c8658d870.zip |
sys-apps/keyutils: depend on app-crypt/mit-krb5 atom
Upstream added support for AFS SRV records [Link 1] which requires
"profile.h" from app-crypt/mit-krb5 package.
Link 1: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/commit/?id=0d71523ab58493e1b40e1c80d569ff8ebc5ea27d
Closes: https://bugs.gentoo.org/664942
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'sys-apps/keyutils')
-rw-r--r-- | sys-apps/keyutils/keyutils-1.5.11-r1.ebuild (renamed from sys-apps/keyutils/keyutils-1.5.11.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/keyutils/keyutils-1.5.11.ebuild b/sys-apps/keyutils/keyutils-1.5.11-r1.ebuild index 462a6f465114..f4892d5ba5ab 100644 --- a/sys-apps/keyutils/keyutils-1.5.11.ebuild +++ b/sys-apps/keyutils/keyutils-1.5.11-r1.ebuild @@ -15,7 +15,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s IUSE="static static-libs test" RDEPEND="" -DEPEND="!prefix? ( >=sys-kernel/linux-headers-2.6.11 )" +DEPEND="app-crypt/mit-krb5 + !prefix? ( >=sys-kernel/linux-headers-2.6.11 )" PATCHES=( "${FILESDIR}"/${PN}-1.5.10-endian-check-1.patch |