diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-04-26 13:36:40 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-04-29 15:58:14 +0800 |
commit | 7f55b09ec805848e7e89b977612575e683aa4d9c (patch) | |
tree | 478ae41d96fde340701f6890f4696e0e8502e7b6 /sys-apps/groff/groff-1.22.4.ebuild | |
parent | sys-process/psmisc: keyword 23.4-r1 for ~loong (diff) | |
download | gentoo-7f55b09ec805848e7e89b977612575e683aa4d9c.tar.gz gentoo-7f55b09ec805848e7e89b977612575e683aa4d9c.tar.bz2 gentoo-7f55b09ec805848e7e89b977612575e683aa4d9c.zip |
sys-apps/groff: keyword 1.22.4 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'sys-apps/groff/groff-1.22.4.ebuild')
-rw-r--r-- | sys-apps/groff/groff-1.22.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/groff/groff-1.22.4.ebuild b/sys-apps/groff/groff-1.22.4.ebuild index a8d2517a24c0..958daba55415 100644 --- a/sys-apps/groff/groff-1.22.4.ebuild +++ b/sys-apps/groff/groff-1.22.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/groff/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" [[ "${PV}" == *_rc* ]] || \ -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples uchardet X" RDEPEND=" |