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 029571382C5 for ; Mon, 18 Jan 2021 03:32:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AC50E07DB; Mon, 18 Jan 2021 03:32:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EB69BE07DB for ; Mon, 18 Jan 2021 03:32:36 +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 5EC12340A35 for ; Mon, 18 Jan 2021 03:32:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 155F03A6 for ; Mon, 18 Jan 2021 03:32:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610940749.0c7d3ee5fc58e80ea9f258057ac6648cb1308c42.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/heimdal/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/heimdal/heimdal-7.7.0-r1.ebuild X-VCS-Directories: app-crypt/heimdal/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0c7d3ee5fc58e80ea9f258057ac6648cb1308c42 X-VCS-Branch: master Date: Mon, 18 Jan 2021 03:32:34 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 199865b5-f0db-4af3-a753-e8e96d6aa425 X-Archives-Hash: 5221870fa9074bd1df0c2f961e625a69 commit: 0c7d3ee5fc58e80ea9f258057ac6648cb1308c42 Author: Sam James gentoo org> AuthorDate: Mon Jan 18 03:32:29 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 18 03:32:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7d3ee5 app-crypt/heimdal: Stabilize 7.7.0-r1 amd64, #762223 Signed-off-by: Sam James gentoo.org> app-crypt/heimdal/heimdal-7.7.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild b/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild index 0dbea843f38..e4429e9372f 100644 --- a/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild +++ b/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86" IUSE="afs +berkdb caps gdbm hdb-ldap libressl +lmdb otp selinux ssl static-libs test X" RESTRICT="!test? ( test )"