diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-18 18:39:59 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-18 18:39:59 +0300 |
commit | 88d6b96e790acf8b4f9ca53e23abffd028044201 (patch) | |
tree | b938fed8ab86a6260ea93d1e6457f8f705be5bda /sys-apps | |
parent | sys-apps/texinfo: Stabilize 7.1.1 arm, #941574 (diff) | |
download | gentoo-88d6b96e790acf8b4f9ca53e23abffd028044201.tar.gz gentoo-88d6b96e790acf8b4f9ca53e23abffd028044201.tar.bz2 gentoo-88d6b96e790acf8b4f9ca53e23abffd028044201.zip |
sys-apps/texinfo: Stabilize 7.1.1 arm64, #941574
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/texinfo/texinfo-7.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/texinfo/texinfo-7.1.1.ebuild b/sys-apps/texinfo/texinfo-7.1.1.ebuild index a570efa41c5e..081fa9dce9ea 100644 --- a/sys-apps/texinfo/texinfo-7.1.1.ebuild +++ b/sys-apps/texinfo/texinfo-7.1.1.ebuild @@ -27,7 +27,7 @@ elif [[ $(ver_cut 3) -ge 90 || $(ver_cut 4) -ge 90 ]] ; then REGEN_BDEPEND="" else SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm ~arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" REGEN_BDEPEND="" fi |