diff options
author | 2014-12-30 09:00:00 +0000 | |
---|---|---|
committer | 2014-12-30 09:00:00 +0000 | |
commit | d8444a7b4d6bbe0a4ef4c640c632e7e480745db0 (patch) | |
tree | 9557c79a15b976b38e0620c9c9367157a588498f /app-misc/tmux | |
parent | Version bump (diff) | |
download | gentoo-2-d8444a7b4d6bbe0a4ef4c640c632e7e480745db0.tar.gz gentoo-2-d8444a7b4d6bbe0a4ef4c640c632e7e480745db0.tar.bz2 gentoo-2-d8444a7b4d6bbe0a4ef4c640c632e7e480745db0.zip |
keywork for arm64, test on a53 board
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'app-misc/tmux')
-rw-r--r-- | app-misc/tmux/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/tmux/tmux-1.9a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/tmux/ChangeLog b/app-misc/tmux/ChangeLog index a20672b25abd..459254684ffc 100644 --- a/app-misc/tmux/ChangeLog +++ b/app-misc/tmux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/tmux # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.114 2014/11/02 08:10:31 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.115 2014/12/30 09:00:00 dlan Exp $ + + 30 Dec 2014; Yixun Lan <dlan@gentoo.org> tmux-1.9a.ebuild: + keyword for arm64, test on a53 board 02 Nov 2014; Sven Vermeulen <swift@gentoo.org> tmux-1.9a.ebuild, tmux-9999.ebuild: diff --git a/app-misc/tmux/tmux-1.9a.ebuild b/app-misc/tmux/tmux-1.9a.ebuild index bcdc71a48413..5b9a7aa17a6e 100644 --- a/app-misc/tmux/tmux-1.9a.ebuild +++ b/app-misc/tmux/tmux-1.9a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.9a.ebuild,v 1.11 2014/11/02 08:10:31 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.9a.ebuild,v 1.12 2014/12/30 09:00:00 dlan Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=true @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/tmux/${P}.tar.gz" LICENSE="ISC" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug selinux vim-syntax" COMMON_DEPEND=" |