diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-03 13:42:19 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-03 13:42:19 +0000 |
commit | 1a1bfd7ef41dc873ccf17675454e7dfd71fc5c6a (patch) | |
tree | 6e9c95d847d4137392f76be49b4249e2551ff0e1 /dev-vcs/hg-git | |
parent | Add myself as maintainer. (diff) | |
download | gentoo-2-1a1bfd7ef41dc873ccf17675454e7dfd71fc5c6a.tar.gz gentoo-2-1a1bfd7ef41dc873ccf17675454e7dfd71fc5c6a.tar.bz2 gentoo-2-1a1bfd7ef41dc873ccf17675454e7dfd71fc5c6a.zip |
Stable for amd64, wrt bug #468420
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-vcs/hg-git')
-rw-r--r-- | dev-vcs/hg-git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/hg-git/hg-git-0.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/hg-git/ChangeLog b/dev-vcs/hg-git/ChangeLog index 483d1b7c966c..f383a5ee0dd7 100644 --- a/dev-vcs/hg-git/ChangeLog +++ b/dev-vcs/hg-git/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/hg-git # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.45 2013/05/03 12:22:33 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.46 2013/05/03 13:42:19 ago Exp $ + + 03 May 2013; Agostino Sarubbo <ago@gentoo.org> hg-git-0.3.4.ebuild: + Stable for amd64, wrt bug #468420 03 May 2013; Dirkjan Ochtman <djc@gentoo.org> -hg-git-0.3.1.ebuild, -hg-git-0.3.2.ebuild: diff --git a/dev-vcs/hg-git/hg-git-0.3.4.ebuild b/dev-vcs/hg-git/hg-git-0.3.4.ebuild index 6696902d17e9..1eb8bb4695f9 100644 --- a/dev-vcs/hg-git/hg-git-0.3.4.ebuild +++ b/dev-vcs/hg-git/hg-git-0.3.4.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/hg-git/hg-git-0.3.4.ebuild,v 1.1 2013/03/24 09:36:12 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.4.ebuild,v 1.2 2013/05/03 13:42:19 ago Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=">=dev-vcs/mercurial-1.9 |