diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-01-06 22:29:25 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-01-06 22:29:25 +0000 |
commit | 356e1d55fde3e101c4b6fdb898f418db177e2d33 (patch) | |
tree | 3d30da0b77922b5ff55f383158a7df11d88e676f /app-editors/nano | |
parent | sys-devel/bc: stable 1.06.95-r2 for ia64, bug #643414 (diff) | |
download | gentoo-356e1d55fde3e101c4b6fdb898f418db177e2d33.tar.gz gentoo-356e1d55fde3e101c4b6fdb898f418db177e2d33.tar.bz2 gentoo-356e1d55fde3e101c4b6fdb898f418db177e2d33.zip |
app-editors/nano: stable 2.8.7 for ia64, bug #643500
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'app-editors/nano')
-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 5e7efe2e7c87..fd50571b1541 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" |