diff options
author | matoro <matoro@users.noreply.github.com> | 2022-09-16 23:02:49 -0400 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-19 08:42:00 +0200 |
commit | 8dadb7091b492f46aba541731f57c0e94a8fadc0 (patch) | |
tree | e2118659a3f3e0d1a629d10f5e9bc0b6aa363b15 /virtual/gsasl | |
parent | net-misc/gsasl: Keyword 2.2.0 alpha, #853634 (diff) | |
download | gentoo-8dadb7091b492f46aba541731f57c0e94a8fadc0.tar.gz gentoo-8dadb7091b492f46aba541731f57c0e94a8fadc0.tar.bz2 gentoo-8dadb7091b492f46aba541731f57c0e94a8fadc0.zip |
virtual/gsasl: Keyword 3 alpha, #853634
Closes: https://github.com/gentoo/gentoo/pull/27293
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual/gsasl')
-rw-r--r-- | virtual/gsasl/gsasl-3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/gsasl/gsasl-3.ebuild b/virtual/gsasl/gsasl-3.ebuild index 57e10506a719..f07f017c29f2 100644 --- a/virtual/gsasl/gsasl-3.ebuild +++ b/virtual/gsasl/gsasl-3.ebuild @@ -6,6 +6,6 @@ EAPI=8 DESCRIPTION="Virtual for the GNU SASL library" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" RDEPEND=">=net-misc/gsasl-2.0.0" |