Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/nano/
Date: Sun, 02 May 2021 22:01:56
Message-Id: 1619992909.fdbd5201e0f125f7ea52a3c005bbb4ffbe658d65.slyfox@gentoo
1 commit: fdbd5201e0f125f7ea52a3c005bbb4ffbe658d65
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 22:01:41 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 22:01:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdbd5201
7
8 app-editors/nano: stable 5.6.1 for hppa
9
10 stable wrt bug #786891
11
12 Package-Manager: Portage-3.0.18, Repoman-3.0.3
13 RepoMan-Options: --include-arches="hppa"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 app-editors/nano/nano-5.6.1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/app-editors/nano/nano-5.6.1.ebuild b/app-editors/nano/nano-5.6.1.ebuild
20 index aaa4c882984..977773d0f56 100644
21 --- a/app-editors/nano/nano-5.6.1.ebuild
22 +++ b/app-editors/nano/nano-5.6.1.ebuild
23 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
24 else
25 MY_P="${PN}-${PV/_}"
26 SRC_URI="https://www.nano-editor.org/dist/v${PV:0:1}/${MY_P}.tar.gz"
27 - 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"
28 + 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"
29 fi
30
31 DESCRIPTION="GNU GPL'd Pico clone with more functionality"