diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-01 12:59:16 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-01 12:59:16 +0000 |
commit | 414467d01b6560d3beedb4a1e9527021108f7266 (patch) | |
tree | 5f09560bb09f3b01debc48ce6786826a8dbce761 /dev-vcs | |
parent | New stable v6 branch bump, fix #398269. (diff) | |
download | gentoo-2-414467d01b6560d3beedb4a1e9527021108f7266.tar.gz gentoo-2-414467d01b6560d3beedb4a1e9527021108f7266.tar.bz2 gentoo-2-414467d01b6560d3beedb4a1e9527021108f7266.zip |
Stable for amd64, wrt bug #418977
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/hg-git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/hg-git/hg-git-0.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/hg-git/ChangeLog b/dev-vcs/hg-git/ChangeLog index bee818c4bdda..316f4ddb0e37 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.37 2012/02/13 00:20:22 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.38 2012/06/01 12:59:16 ago Exp $ + + 01 Jun 2012; Agostino Sarubbo <ago@gentoo.org> hg-git-0.3.2.ebuild: + Stable for amd64, wrt bug #418977 13 Feb 2012; Mike Gilbert <floppym@gentoo.org> hg-git-0.3.2.ebuild: Drop eutils. diff --git a/dev-vcs/hg-git/hg-git-0.3.2.ebuild b/dev-vcs/hg-git/hg-git-0.3.2.ebuild index f5af48be5153..6ebf69be0648 100644 --- a/dev-vcs/hg-git/hg-git-0.3.2.ebuild +++ b/dev-vcs/hg-git/hg-git-0.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.2.ebuild,v 1.2 2012/02/13 00:20:22 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.2.ebuild,v 1.3 2012/06/01 12:59:16 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 |