diff options
author | Sam James <sam@gentoo.org> | 2021-10-28 08:57:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-28 08:57:13 +0100 |
commit | b38321c2f86d0d3a9aa406ae9b501a801a4e169e (patch) | |
tree | c1bc80585769823248539ddf301e779ddaa82b22 /net-libs/libgsasl | |
parent | acct-user/vnstat: update EAPI 7 -> 8 (diff) | |
download | gentoo-b38321c2f86d0d3a9aa406ae9b501a801a4e169e.tar.gz gentoo-b38321c2f86d0d3a9aa406ae9b501a801a4e169e.tar.bz2 gentoo-b38321c2f86d0d3a9aa406ae9b501a801a4e169e.zip |
net-libs/libgsasl: add note re stable upstream versions
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libgsasl')
-rw-r--r-- | net-libs/libgsasl/libgsasl-1.10.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-libs/libgsasl/libgsasl-1.10.0.ebuild b/net-libs/libgsasl/libgsasl-1.10.0.ebuild index 830b362924bf..c397cf421f6f 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" |