diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-01-06 21:48:27 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-01-06 21:48:58 +0000 |
commit | fa6f3e4cf331e20d73d46a190c31ecad8a042524 (patch) | |
tree | 376258835780098a2f2c2dbca0ce946b6bf367b6 /app-editors | |
parent | sys-kernel/linux-firmware: stable 20180103-r1 for ppc/ppc64, bug #643476 (diff) | |
download | gentoo-fa6f3e4cf331e20d73d46a190c31ecad8a042524.tar.gz gentoo-fa6f3e4cf331e20d73d46a190c31ecad8a042524.tar.bz2 gentoo-fa6f3e4cf331e20d73d46a190c31ecad8a042524.zip |
app-editors/nano: stable 2.8.7 for ppc/ppc64, bug #643500
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc ppc64"
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/nano-2.8.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/nano/nano-2.8.7.ebuild b/app-editors/nano/nano-2.8.7.ebuild index 3bc2dc513a07..5e7efe2e7c87 100644 --- a/app-editors/nano/nano-2.8.7.ebuild +++ b/app-editors/nano/nano-2.8.7.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:3}/${MY_P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="GNU GPL'd Pico clone with more functionality" |