diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 07:44:45 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 07:44:45 +0000 |
commit | 65b010b9293c22e19098f0d599e11c58b7d9d36f (patch) | |
tree | e6385b81cb8f39809f54ec1fadbb86fa0492e014 /dev-vcs | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-65b010b9293c22e19098f0d599e11c58b7d9d36f.tar.gz gentoo-2-65b010b9293c22e19098f0d599e11c58b7d9d36f.tar.bz2 gentoo-2-65b010b9293c22e19098f0d599e11c58b7d9d36f.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-vcs')
-rw-r--r-- | dev-vcs/stgit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-vcs/stgit/stgit-0.17.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-vcs/stgit/ChangeLog b/dev-vcs/stgit/ChangeLog index 61a271f961d4..b1f7c3bdee12 100644 --- a/dev-vcs/stgit/ChangeLog +++ b/dev-vcs/stgit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/stgit -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/stgit/ChangeLog,v 1.30 2014/10/23 01:41:30 dlan Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/stgit/ChangeLog,v 1.31 2015/03/03 07:44:45 dlan Exp $ + + 02 Mar 2015; Yixun Lan <dlan@gentoo.org> stgit-0.17.1-r1.ebuild: + add arm64 support, tested on A53 board 23 Oct 2014; Yixun Lan <dlan@gentoo.org> stgit-0.17.1-r1.ebuild: fix build docs twice, bug 526468 diff --git a/dev-vcs/stgit/stgit-0.17.1-r1.ebuild b/dev-vcs/stgit/stgit-0.17.1-r1.ebuild index 6dd0d78e2a06..548c6d09838f 100644 --- a/dev-vcs/stgit/stgit-0.17.1-r1.ebuild +++ b/dev-vcs/stgit/stgit-0.17.1-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/dev-vcs/stgit/stgit-0.17.1-r1.ebuild,v 1.3 2014/10/23 01:41:30 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/stgit/stgit-0.17.1-r1.ebuild,v 1.4 2015/03/03 07:44:45 dlan Exp $ EAPI="5" @@ -19,7 +19,7 @@ SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc" RDEPEND=">=dev-vcs/git-1.6.3.3" |