diff options
author | Sam James <sam@gentoo.org> | 2023-02-24 18:28:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-24 18:35:51 +0000 |
commit | 78a076da5d2f991c4ce818f77c2bcdcb5bd4bd87 (patch) | |
tree | 5c1bffbcebe35b33e62fd710cc012720d58954ba /app-alternatives/lex | |
parent | app-alternatives/gzip: keyword for ~arm64-macos (diff) | |
download | gentoo-78a076da5d2f991c4ce818f77c2bcdcb5bd4bd87.tar.gz gentoo-78a076da5d2f991c4ce818f77c2bcdcb5bd4bd87.tar.bz2 gentoo-78a076da5d2f991c4ce818f77c2bcdcb5bd4bd87.zip |
app-alternatives/lex: keyword for ~arm64-macos
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-alternatives/lex')
-rw-r--r-- | app-alternatives/lex/lex-0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-alternatives/lex/lex-0-r1.ebuild b/app-alternatives/lex/lex-0-r1.ebuild index 74bc78455949..2b9d804b7833 100644 --- a/app-alternatives/lex/lex-0-r1.ebuild +++ b/app-alternatives/lex/lex-0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ ALTERNATIVES=( inherit app-alternatives DESCRIPTION="lex 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 ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" !<sys-devel/flex-2.6.4-r5 |