diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 10:08:14 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 10:08:14 +0000 |
commit | dd5aad57551de79851ff94ce3c55bdd804842e8f (patch) | |
tree | b922a34fae9934d2a7562e387cddb4273611da3b /sys-libs | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-dd5aad57551de79851ff94ce3c55bdd804842e8f.tar.gz gentoo-2-dd5aad57551de79851ff94ce3c55bdd804842e8f.tar.bz2 gentoo-2-dd5aad57551de79851ff94ce3c55bdd804842e8f.zip |
add arm64 support, tested on A53 board
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/slang/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/slang/slang-2.2.4-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-libs/slang/ChangeLog b/sys-libs/slang/ChangeLog index 0303e6bb485f..2c28178a3852 100644 --- a/sys-libs/slang/ChangeLog +++ b/sys-libs/slang/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/slang -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/ChangeLog,v 1.145 2014/09/21 19:55:08 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/ChangeLog,v 1.146 2015/03/03 10:08:14 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> slang-2.2.4-r1.ebuild: + add arm64 support, tested on A53 board 21 Sep 2014; Markus Meier <maekke@gentoo.org> slang-2.2.4-r1.ebuild: arm stable, bug #522434 diff --git a/sys-libs/slang/slang-2.2.4-r1.ebuild b/sys-libs/slang/slang-2.2.4-r1.ebuild index f4615d29cc3f..38d63f4b358f 100644 --- a/sys-libs/slang/slang-2.2.4-r1.ebuild +++ b/sys-libs/slang/slang-2.2.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-2.2.4-r1.ebuild,v 1.11 2014/09/21 19:55:08 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-2.2.4-r1.ebuild,v 1.12 2015/03/03 10:08:14 dlan Exp $ EAPI=5 inherit eutils multilib-minimal @@ -11,7 +11,7 @@ SRC_URI="mirror://slang/v${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="cjk pcre png readline static-libs zlib" # ncurses for ncurses5-config to get terminfo directory |