diff options
author | Sam James <sam@gentoo.org> | 2021-12-19 11:03:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-19 11:03:41 +0000 |
commit | f0205386f8ff693c0b628c2dc86edde0d4cd17e8 (patch) | |
tree | e04187bb5f4b8c5e248c605ef16161862544435f /app-editors/nano | |
parent | net-dns/bind-tools: Stabilize 9.16.22 ppc, #829473 (diff) | |
download | gentoo-f0205386f8ff693c0b628c2dc86edde0d4cd17e8.tar.gz gentoo-f0205386f8ff693c0b628c2dc86edde0d4cd17e8.tar.bz2 gentoo-f0205386f8ff693c0b628c2dc86edde0d4cd17e8.zip |
app-editors/nano: Stabilize 5.9 ppc, #829567
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/nano')
-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 77a62a233504..7b224de45014 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" |