diff options
author | Sam James <sam@gentoo.org> | 2021-10-28 08:57:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-28 08:57:36 +0100 |
commit | 3e16a1f603b599188894f436e16253dfd4effe18 (patch) | |
tree | 21bf578a7f8e64c082dfeaa2d5bd2bba04d7d483 /net-misc/gsasl | |
parent | net-libs/libgsasl: add note re stable upstream versions (diff) | |
download | gentoo-3e16a1f603b599188894f436e16253dfd4effe18.tar.gz gentoo-3e16a1f603b599188894f436e16253dfd4effe18.tar.bz2 gentoo-3e16a1f603b599188894f436e16253dfd4effe18.zip |
net-misc/gsasl: add note re stable upstream versions
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/gsasl')
-rw-r--r-- | net-misc/gsasl/gsasl-1.10.0.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-misc/gsasl/gsasl-1.10.0.ebuild b/net-misc/gsasl/gsasl-1.10.0.ebuild index 93ca9ea43387..62338661d0ef 100644 --- a/net-misc/gsasl/gsasl-1.10.0.ebuild +++ b/net-misc/gsasl/gsasl-1.10.0.ebuild @@ -9,8 +9,11 @@ inherit autotools DESCRIPTION="The GNU SASL client, server, and library" HOMEPAGE="https://www.gnu.org/software/gsasl/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" + LICENSE="GPL-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="amd64 ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc gcrypt idn kerberos nls ntlm static-libs +threads" |