diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 10:35:08 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 10:35:08 +0000 |
commit | 9d9d427840a3d2ed737884a144b1a140c422da3a (patch) | |
tree | f29111561e3aea91cd57d1764db44ba3cdbd5b22 /x11-apps/scripts | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-9d9d427840a3d2ed737884a144b1a140c422da3a.tar.gz gentoo-2-9d9d427840a3d2ed737884a144b1a140c422da3a.tar.bz2 gentoo-2-9d9d427840a3d2ed737884a144b1a140c422da3a.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 'x11-apps/scripts')
-rw-r--r-- | x11-apps/scripts/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/scripts/scripts-1.0.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-apps/scripts/ChangeLog b/x11-apps/scripts/ChangeLog index 44f43dc11017..57f61a756297 100644 --- a/x11-apps/scripts/ChangeLog +++ b/x11-apps/scripts/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/scripts -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/scripts/ChangeLog,v 1.24 2013/04/02 20:57:07 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/scripts/ChangeLog,v 1.25 2015/03/03 10:35:08 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> scripts-1.0.1-r1.ebuild: + add arm64 support, tested on A53 board 02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> scripts-1.0.1-r1.ebuild: Stable for ppc64, wrt bug #462890 diff --git a/x11-apps/scripts/scripts-1.0.1-r1.ebuild b/x11-apps/scripts/scripts-1.0.1-r1.ebuild index f0a5cbb55a7b..5fdc53708aa4 100644 --- a/x11-apps/scripts/scripts-1.0.1-r1.ebuild +++ b/x11-apps/scripts/scripts-1.0.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/scripts/scripts-1.0.1-r1.ebuild,v 1.7 2013/04/02 20:57:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/scripts/scripts-1.0.1-r1.ebuild,v 1.8 2015/03/03 10:35:08 dlan Exp $ EAPI=3 @@ -8,7 +8,7 @@ XORG_STATIC="no" inherit xorg-2 DESCRIPTION="start an X program on a remote machine" -KEYWORDS="amd64 arm ~mips ppc ppc64 s390 sh ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 s390 sh ~sparc x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND}" |