diff options
author | Sam James <sam@gentoo.org> | 2022-12-27 20:21:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-27 20:21:13 +0000 |
commit | 9915446c53a11a3feb890bee5d9492342ff55b62 (patch) | |
tree | 35cc9315161f0354a6f87cb3e6675e41bd5f234b /app-alternatives | |
parent | sys-boot/os-prober: Stabilize 1.81 x86, #888651 (diff) | |
download | gentoo-9915446c53a11a3feb890bee5d9492342ff55b62.tar.gz gentoo-9915446c53a11a3feb890bee5d9492342ff55b62.tar.bz2 gentoo-9915446c53a11a3feb890bee5d9492342ff55b62.zip |
app-alternatives/awk: Stabilize 4 amd64, #888657
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-alternatives')
-rw-r--r-- | app-alternatives/awk/awk-4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-alternatives/awk/awk-4.ebuild b/app-alternatives/awk/awk-4.ebuild index 127157897532..ad93ec094c75 100644 --- a/app-alternatives/awk/awk-4.ebuild +++ b/app-alternatives/awk/awk-4.ebuild @@ -13,7 +13,7 @@ ALTERNATIVES=( inherit app-alternatives DESCRIPTION="/bin/awk and /usr/bin/awk symlinks" -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" IUSE="split-usr" RDEPEND=" |