diff options
author | Markus Meier <maekke@gentoo.org> | 2010-11-03 21:45:40 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-11-03 21:45:40 +0000 |
commit | f9fe99add0bb198e8afa1c07e043917405e62845 (patch) | |
tree | cf720bf8e774bee90ecdfa70548f36450ecc6f2f /dev-vcs | |
parent | x86 stable, bug #342233 (diff) | |
download | gentoo-2-f9fe99add0bb198e8afa1c07e043917405e62845.tar.gz gentoo-2-f9fe99add0bb198e8afa1c07e043917405e62845.tar.bz2 gentoo-2-f9fe99add0bb198e8afa1c07e043917405e62845.zip |
x86 stable, bug #342491
(Portage version: 2.1.9.24/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.2.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 8dbd126c407f..a2170c621b8a 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.13 2010/10/24 21:09:50 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.14 2010/11/03 21:45:40 maekke Exp $ + + 03 Nov 2010; Markus Meier <maekke@gentoo.org> hg-git-0.2.4.ebuild: + x86 stable, bug #342491 24 Oct 2010; Markos Chandras <hwoarang@gentoo.org> hg-git-0.2.4.ebuild: Stable on amd64 wrt bug #342491 diff --git a/dev-vcs/hg-git/hg-git-0.2.4.ebuild b/dev-vcs/hg-git/hg-git-0.2.4.ebuild index 4173379b5a01..4dc58f77a8d3 100644 --- a/dev-vcs/hg-git/hg-git-0.2.4.ebuild +++ b/dev-vcs/hg-git/hg-git-0.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.2.4.ebuild,v 1.2 2010/10/24 21:09:50 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.2.4.ebuild,v 1.3 2010/11/03 21:45:40 maekke 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 ~x86 ~ppc-macos ~x86-solaris" +KEYWORDS="amd64 x86 ~ppc-macos ~x86-solaris" IUSE="" RDEPEND=">=dev-vcs/mercurial-1.1 |