diff options
author | Sam James <sam@gentoo.org> | 2022-12-27 19:46:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-27 19:53:01 +0000 |
commit | bfd93031571025c709d325335b6fa116bc8653f1 (patch) | |
tree | 0da75cb142e0104e57eb8326d639035da61857fd /sys-apps | |
parent | app-alternatives/cpio: Stabilize 0 x86, #886017 (diff) | |
download | gentoo-bfd93031571025c709d325335b6fa116bc8653f1.tar.gz gentoo-bfd93031571025c709d325335b6fa116bc8653f1.tar.bz2 gentoo-bfd93031571025c709d325335b6fa116bc8653f1.zip |
sys-apps/gawk: Stabilize 5.2.1 x86, #886017
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/gawk/gawk-5.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/gawk/gawk-5.2.1.ebuild b/sys-apps/gawk/gawk-5.2.1.ebuild index df1265dab7f6..fe7a2d311b88 100644 --- a/sys-apps/gawk/gawk-5.2.1.ebuild +++ b/sys-apps/gawk/gawk-5.2.1.ebuild @@ -29,7 +29,7 @@ else SRC_URI="mirror://gnu/gawk/${P}.tar.xz" SRC_URI+=" verify-sig? ( mirror://gnu/gawk/${P}.tar.xz.sig )" - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-3+" |