diff options
author | Sam James <sam@gentoo.org> | 2022-07-29 00:05:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-29 00:05:48 +0100 |
commit | 73a5bd573b702761bf50ddcdabc9231f84c6fd7b (patch) | |
tree | 0263007f2954bb376cdffbd8a76cb8cdeaca5a1d /app-editors | |
parent | app-misc/pdfpc: Stabilize 4.5.0-r1 x86, #861746 (diff) | |
download | gentoo-73a5bd573b702761bf50ddcdabc9231f84c6fd7b.tar.gz gentoo-73a5bd573b702761bf50ddcdabc9231f84c6fd7b.tar.bz2 gentoo-73a5bd573b702761bf50ddcdabc9231f84c6fd7b.zip |
app-editors/nano: Stabilize 6.3 amd64, #861566
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/nano-6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/nano/nano-6.3.ebuild b/app-editors/nano/nano-6.3.ebuild index 5466e0d50685..d27ae4f904e1 100644 --- a/app-editors/nano/nano-6.3.ebuild +++ b/app-editors/nano/nano-6.3.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.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~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 ~loong ~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" |