diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2014-05-24 09:40:27 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2014-05-24 09:40:27 +0000 |
commit | b40eb79c04e066a00329a3ae5d347692f104c11e (patch) | |
tree | 12527c2a883ae20676ee97ccdcfb98ff44871e1a /dev-vcs/gitolite | |
parent | drop py2.6 add py3.4 support (diff) | |
download | gentoo-2-b40eb79c04e066a00329a3ae5d347692f104c11e.tar.gz gentoo-2-b40eb79c04e066a00329a3ae5d347692f104c11e.tar.bz2 gentoo-2-b40eb79c04e066a00329a3ae5d347692f104c11e.zip |
Stable on amd64 wrt bug #457924
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Diffstat (limited to 'dev-vcs/gitolite')
-rw-r--r-- | dev-vcs/gitolite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/gitolite/gitolite-3.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/gitolite/ChangeLog b/dev-vcs/gitolite/ChangeLog index 564c71f05734..4542c0ba240a 100644 --- a/dev-vcs/gitolite/ChangeLog +++ b/dev-vcs/gitolite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/gitolite # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitolite/ChangeLog,v 1.40 2014/05/15 00:04:52 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitolite/ChangeLog,v 1.41 2014/05/24 09:40:27 hwoarang Exp $ + + 24 May 2014; Markos Chandras <hwoarang@gentoo.org> gitolite-3.6.ebuild: + Stable on amd64 wrt bug #457924 *gitolite-3.6 (15 May 2014) diff --git a/dev-vcs/gitolite/gitolite-3.6.ebuild b/dev-vcs/gitolite/gitolite-3.6.ebuild index 37a75d540efb..718ece7643ac 100644 --- a/dev-vcs/gitolite/gitolite-3.6.ebuild +++ b/dev-vcs/gitolite/gitolite-3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitolite/gitolite-3.6.ebuild,v 1.1 2014/05/15 00:04:53 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitolite/gitolite-3.6.ebuild,v 1.2 2014/05/24 09:40:27 hwoarang 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 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="tools vim-syntax" DEPEND="dev-lang/perl |