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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3ED8F158086 for ; Thu, 28 Oct 2021 08:16:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62D69E0855; Thu, 28 Oct 2021 08:16:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B7FDE0855 for ; Thu, 28 Oct 2021 08:16:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAD703435FF for ; Thu, 28 Oct 2021 08:16:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 067AA144 for ; Thu, 28 Oct 2021 08:16:13 +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: <1635407833.b38321c2f86d0d3a9aa406ae9b501a801a4e169e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libgsasl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libgsasl/libgsasl-1.10.0.ebuild X-VCS-Directories: net-libs/libgsasl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b38321c2f86d0d3a9aa406ae9b501a801a4e169e X-VCS-Branch: master Date: Thu, 28 Oct 2021 08:16:13 +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: 489ee258-ea95-4274-b73a-03bfd62897fa X-Archives-Hash: b3e2d7595c332ef2f56ee6cba7ef3f9f commit: b38321c2f86d0d3a9aa406ae9b501a801a4e169e Author: Sam James gentoo org> AuthorDate: Thu Oct 28 07:57:13 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 28 07:57:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38321c2 net-libs/libgsasl: add note re stable upstream versions Signed-off-by: Sam James gentoo.org> net-libs/libgsasl/libgsasl-1.10.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-libs/libgsasl/libgsasl-1.10.0.ebuild b/net-libs/libgsasl/libgsasl-1.10.0.ebuild index 830b362924b..c397cf421f6 100644 --- a/net-libs/libgsasl/libgsasl-1.10.0.ebuild +++ b/net-libs/libgsasl/libgsasl-1.10.0.ebuild @@ -12,6 +12,8 @@ SRC_URI="mirror://gnu/${PN/lib}/${P}.tar.gz" LICENSE="GPL-3 LGPL-3" SLOT="0" +# Before giving keywords, please check https://www.gnu.org/software/gsasl/ to see +# if it's a stable release or not! KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="idn gcrypt kerberos nls ntlm static-libs"