From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF6A2138335 for ; Fri, 31 Aug 2018 14:55:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1FFBE088D; Fri, 31 Aug 2018 14:55:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6D6CE088D for ; Fri, 31 Aug 2018 14:55:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6560B335CF1 for ; Fri, 31 Aug 2018 14:55:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFC433C0 for ; Fri, 31 Aug 2018 14:55:05 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1535727284.727929e2098f7f73a0c9fb1b9de8758c8658d870.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/keyutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/keyutils/keyutils-1.5.11-r1.ebuild sys-apps/keyutils/keyutils-1.5.11.ebuild X-VCS-Directories: sys-apps/keyutils/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 727929e2098f7f73a0c9fb1b9de8758c8658d870 X-VCS-Branch: master Date: Fri, 31 Aug 2018 14:55:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c24505ea-dd9d-4979-8999-2f60bab22255 X-Archives-Hash: 23142c771181f8eb6b9adf222d3959d9 commit: 727929e2098f7f73a0c9fb1b9de8758c8658d870 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Aug 31 14:46:05 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Aug 31 14:54:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727929e2 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 .../keyutils/{keyutils-1.5.11.ebuild => keyutils-1.5.11-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-apps/keyutils/keyutils-1.5.11.ebuild b/sys-apps/keyutils/keyutils-1.5.11-r1.ebuild similarity index 97% rename from sys-apps/keyutils/keyutils-1.5.11.ebuild rename to sys-apps/keyutils/keyutils-1.5.11-r1.ebuild index 462a6f46511..f4892d5ba5a 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