diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-08-15 11:15:05 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-08-15 11:15:05 +0200 |
commit | 5f6b7396e849c9f7e9e93421ff71805be844c386 (patch) | |
tree | 5a2bd4e8bcafab357562f34b0d37643cce0cf8bb /app-editors | |
parent | app-editors/nano: Stabilize 8.1 amd64, #937945 (diff) | |
download | gentoo-5f6b7396e849c9f7e9e93421ff71805be844c386.tar.gz gentoo-5f6b7396e849c9f7e9e93421ff71805be844c386.tar.bz2 gentoo-5f6b7396e849c9f7e9e93421ff71805be844c386.zip |
app-editors/nano: Stabilize 8.1 arm, #937945
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/nano-8.1.ebuild | 2 |
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 119c68c8e475..7c43ae39bf0c 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" |