diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-27 15:56:07 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-27 15:56:07 +0000 |
commit | 93f7f745d90505680c11a12fa7e0411a15ebb59e (patch) | |
tree | e6d878c9753f2f47b9b9785ea67aa2c4105efe15 /dev-vcs/hg-git | |
parent | Stable for amd64, wrt bug #400353 (diff) | |
download | gentoo-2-93f7f745d90505680c11a12fa7e0411a15ebb59e.tar.gz gentoo-2-93f7f745d90505680c11a12fa7e0411a15ebb59e.tar.bz2 gentoo-2-93f7f745d90505680c11a12fa7e0411a15ebb59e.zip |
Stable for amd64, wrt bug #400357
(Portage version: 2.1.10.44/cvs/Linux x86_64)
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.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-vcs/hg-git/ChangeLog b/dev-vcs/hg-git/ChangeLog index a661206a7a9d..646517902d1b 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.33 2012/01/15 15:21:08 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.34 2012/01/27 15:56:07 ago Exp $ + + 27 Jan 2012; Agostino Sarubbo <ago@gentoo.org> hg-git-0.3.1.ebuild: + Stable for amd64, wrt bug #400357 15 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> hg-git-0.2.6-r1.ebuild: x86 stable wrt bug #396559 diff --git a/dev-vcs/hg-git/hg-git-0.3.1.ebuild b/dev-vcs/hg-git/hg-git-0.3.1.ebuild index d5e422b877dd..cac935c8f069 100644 --- a/dev-vcs/hg-git/hg-git-0.3.1.ebuild +++ b/dev-vcs/hg-git/hg-git-0.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.1.ebuild,v 1.3 2011/12/05 19:15:18 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.1.ebuild,v 1.4 2012/01/27 15:56:07 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 |