diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-07-19 08:49:17 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-07-19 08:49:17 +0300 |
commit | f0e6cd629f3a58eeb2d1ef02421412a7f60327fb (patch) | |
tree | 4307f0fb5fe5790de4e2f5ad274acf0f33d46f7b /virtual/gsasl | |
parent | net-misc/gsasl: Stabilize 2.0.1 x86, #853637 (diff) | |
download | gentoo-f0e6cd629f3a58eeb2d1ef02421412a7f60327fb.tar.gz gentoo-f0e6cd629f3a58eeb2d1ef02421412a7f60327fb.tar.bz2 gentoo-f0e6cd629f3a58eeb2d1ef02421412a7f60327fb.zip |
virtual/gsasl: Stabilize 3 x86, #853637
Signed-off-by: Joonas Niilola <juippis@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 47786fb78596..44d02ec0edb2 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="~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" |