diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-18 16:52:12 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-18 16:52:12 +0200 |
commit | b46bf2960d81fc6d2fdd6439729bb2c83c290e24 (patch) | |
tree | fce20425f4138c97d408183589c059289b194dfe /app-editors | |
parent | net-dns/bind-tools: Stabilize 9.16.22 ppc64, #829473 (diff) | |
download | gentoo-b46bf2960d81fc6d2fdd6439729bb2c83c290e24.tar.gz gentoo-b46bf2960d81fc6d2fdd6439729bb2c83c290e24.tar.bz2 gentoo-b46bf2960d81fc6d2fdd6439729bb2c83c290e24.zip |
app-editors/nano: Stabilize 5.9 ppc64, #829567
Signed-off-by: Arthur Zamarin <arthurzam@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 188b7842b16e..7cca0abf5035 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" |