diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-20 20:58:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-20 20:58:58 +0000 |
commit | f321a0d4656f53877dc14483236c5c61cc33da29 (patch) | |
tree | c2fb73799f3270cf0b0090b1d921033fbfe95615 /dev-vcs/hg-git | |
parent | Stable for x86, wrt bug #441084 (diff) | |
download | gentoo-2-f321a0d4656f53877dc14483236c5c61cc33da29.tar.gz gentoo-2-f321a0d4656f53877dc14483236c5c61cc33da29.tar.bz2 gentoo-2-f321a0d4656f53877dc14483236c5c61cc33da29.zip |
Stable for x86, wrt bug #441322
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
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.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/hg-git/ChangeLog b/dev-vcs/hg-git/ChangeLog index 93d6378ef876..a398c6a5f140 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.41 2012/11/06 17:05:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.42 2012/11/20 20:58:58 ago Exp $ + + 20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> hg-git-0.3.3.ebuild: + Stable for x86, wrt bug #441322 06 Nov 2012; Agostino Sarubbo <ago@gentoo.org> hg-git-0.3.3.ebuild: Stable for amd64, wrt bug #441322 diff --git a/dev-vcs/hg-git/hg-git-0.3.3.ebuild b/dev-vcs/hg-git/hg-git-0.3.3.ebuild index 2ee8cee3d17d..6f115c385296 100644 --- a/dev-vcs/hg-git/hg-git-0.3.3.ebuild +++ b/dev-vcs/hg-git/hg-git-0.3.3.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.3.ebuild,v 1.2 2012/11/06 17:05:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.3.ebuild,v 1.3 2012/11/20 20:58:58 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 |