summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2015-03-03 06:39:22 +0000
committerYixun Lan <dlan@gentoo.org>2015-03-03 06:39:22 +0000
commit6f2a62787b44c45444bcd5e2b28cc4c055630b98 (patch)
treeece55967bf4d3ca5ea7c9e4f3c2fd94cfc35c383 /dev-libs/newt
parentadd arm64 support, tested on A53 board (diff)
downloadgentoo-2-6f2a62787b44c45444bcd5e2b28cc4c055630b98.tar.gz
gentoo-2-6f2a62787b44c45444bcd5e2b28cc4c055630b98.tar.bz2
gentoo-2-6f2a62787b44c45444bcd5e2b28cc4c055630b98.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 'dev-libs/newt')
-rw-r--r--dev-libs/newt/ChangeLog7
-rw-r--r--dev-libs/newt/newt-0.52.15.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/newt/ChangeLog b/dev-libs/newt/ChangeLog
index 704cc73e1131..5caa64f1cffa 100644
--- a/dev-libs/newt/ChangeLog
+++ b/dev-libs/newt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/newt
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v 1.98 2014/10/29 09:30:13 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v 1.99 2015/03/03 06:39:22 dlan Exp $
+
+ 02 Mar 2015; Yixun Lan <dlan@gentoo.org> newt-0.52.15.ebuild:
+ add arm64 support, tested on A53 board
29 Oct 2014; Agostino Sarubbo <ago@gentoo.org> newt-0.52.15.ebuild:
Stable for sparc, wrt bug #517822
diff --git a/dev-libs/newt/newt-0.52.15.ebuild b/dev-libs/newt/newt-0.52.15.ebuild
index e4d1afe9383f..81824e6aed70 100644
--- a/dev-libs/newt/newt-0.52.15.ebuild
+++ b/dev-libs/newt/newt-0.52.15.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/dev-libs/newt/newt-0.52.15.ebuild,v 1.17 2014/10/29 09:30:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild,v 1.18 2015/03/03 06:39:22 dlan Exp $
EAPI="5"
@@ -14,7 +14,7 @@ SRC_URI="https://fedorahosted.org/releases/n/e/newt/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="gpm tcl nls"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"