summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2024-08-15 11:15:06 +0200
committerJakov Smolić <jsmolic@gentoo.org>2024-08-15 11:15:06 +0200
commit3ba2389c8ef13d60ba2b5378442a79e46e25c137 (patch)
treeccefd842f83a050b595ff44c87b32b2d08092b2e /app-editors
parentapp-editors/nano: Stabilize 8.1 arm, #937945 (diff)
downloadgentoo-3ba2389c8ef13d60ba2b5378442a79e46e25c137.tar.gz
gentoo-3ba2389c8ef13d60ba2b5378442a79e46e25c137.tar.bz2
gentoo-3ba2389c8ef13d60ba2b5378442a79e46e25c137.zip
app-editors/nano: Stabilize 8.1 arm64, #937945
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/nano/nano-8.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/nano/nano-8.1.ebuild b/app-editors/nano/nano-8.1.ebuild
index 7c43ae39bf0c..36b27c05ad34 100644
--- a/app-editors/nano/nano-8.1.ebuild
+++ b/app-editors/nano/nano-8.1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]] ; then
else
MY_P="${PN}-${PV/_}"
SRC_URI="https://www.nano-editor.org/dist/v${PV:0:1}/${MY_P}.tar.xz"
- KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~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 ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
fi
DESCRIPTION="GNU GPL'd Pico clone with more functionality"