diff options
author | Markus Meier <maekke@gentoo.org> | 2013-12-31 10:31:18 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-12-31 10:31:18 +0000 |
commit | 66dcedc98f45b20c69c79c72b028ab8f15e4a81e (patch) | |
tree | 960af86d0ede7e8e30a8f90c6c584891af78f417 | |
parent | add ~arm, bug #493540 (diff) | |
download | gentoo-2-66dcedc98f45b20c69c79c72b028ab8f15e4a81e.tar.gz gentoo-2-66dcedc98f45b20c69c79c72b028ab8f15e4a81e.tar.bz2 gentoo-2-66dcedc98f45b20c69c79c72b028ab8f15e4a81e.zip |
add ~arm, bug #493540
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
-rw-r--r-- | dev-vcs/gitolite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/gitolite/gitolite-3.5.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/gitolite/ChangeLog b/dev-vcs/gitolite/ChangeLog index e2faa1d80a3f..18020bebf692 100644 --- a/dev-vcs/gitolite/ChangeLog +++ b/dev-vcs/gitolite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/gitolite # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitolite/ChangeLog,v 1.36 2013/11/07 07:26:05 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitolite/ChangeLog,v 1.37 2013/12/31 10:31:18 maekke Exp $ + + 31 Dec 2013; Markus Meier <maekke@gentoo.org> gitolite-3.5.3.1.ebuild: + add ~arm, bug #493540 07 Nov 2013; Tim Harder <radhermit@gentoo.org> gitolite-3.5.3.1.ebuild: Re-add versionator eclass (bug #490662). diff --git a/dev-vcs/gitolite/gitolite-3.5.3.1.ebuild b/dev-vcs/gitolite/gitolite-3.5.3.1.ebuild index b641c80a4bb1..a2edbdcf0a08 100644 --- a/dev-vcs/gitolite/gitolite-3.5.3.1.ebuild +++ b/dev-vcs/gitolite/gitolite-3.5.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitolite/gitolite-3.5.3.1.ebuild,v 1.2 2013/11/07 07:26:05 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitolite/gitolite-3.5.3.1.ebuild,v 1.3 2013/12/31 10:31:18 maekke Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="tools vim-syntax" DEPEND="dev-lang/perl |