diff options
author | Sam James <sam@gentoo.org> | 2023-04-22 13:00:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-22 13:00:07 +0100 |
commit | 2e20a1bb7a796a6fc35d7bf8a580e7ceb97f688d (patch) | |
tree | cd2843f53fcbde192bfe8535a2e3fde03de61985 /app-misc/editor-wrapper | |
parent | app-misc/ca-certificates: keyword ~arm64-macos (diff) | |
download | gentoo-2e20a1bb7a796a6fc35d7bf8a580e7ceb97f688d.tar.gz gentoo-2e20a1bb7a796a6fc35d7bf8a580e7ceb97f688d.tar.bz2 gentoo-2e20a1bb7a796a6fc35d7bf8a580e7ceb97f688d.zip |
app-misc/editor-wrapper: keyword ~arm64-macos
Bug: https://bugs.gentoo.org/904474
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/editor-wrapper')
-rw-r--r-- | app-misc/editor-wrapper/editor-wrapper-4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/editor-wrapper/editor-wrapper-4-r1.ebuild b/app-misc/editor-wrapper/editor-wrapper-4-r1.ebuild index cd0f2892095d..295071bbb572 100644 --- a/app-misc/editor-wrapper/editor-wrapper-4-r1.ebuild +++ b/app-misc/editor-wrapper/editor-wrapper-4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" LICENSE="MIT" SLOT="0" -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" S="${WORKDIR}" |