diff options
author | Sam James <sam@gentoo.org> | 2021-12-18 18:10:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-18 18:10:33 +0000 |
commit | c46b6534cb6363523481edb6fb0895b31fce55f5 (patch) | |
tree | c7a5ec81ac5ed77a01e2891754086be9353e8afc /app-editors | |
parent | dev-util/shadowman: Stabilize 3 arm, #829557 (diff) | |
download | gentoo-c46b6534cb6363523481edb6fb0895b31fce55f5.tar.gz gentoo-c46b6534cb6363523481edb6fb0895b31fce55f5.tar.bz2 gentoo-c46b6534cb6363523481edb6fb0895b31fce55f5.zip |
app-editors/nano: Stabilize 5.9 arm, #829567
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/nano-5.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/nano/nano-5.9.ebuild b/app-editors/nano/nano-5.9.ebuild index 07c0e9e9760d..4b4d8b897309 100644 --- a/app-editors/nano/nano-5.9.ebuild +++ b/app-editors/nano/nano-5.9.ebuild @@ -10,7 +10,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.gz" - 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 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="GNU GPL'd Pico clone with more functionality" |