diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 12:56:36 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 12:56:36 +0000 |
commit | fe4fd5d1a375a29981db9fb7a67664f55d146208 (patch) | |
tree | 75f8b66d30d16815f6b01029b65178dd17dae21f /dev-vcs/hg-git | |
parent | Stable for amd64, wrt bug #472862 (diff) | |
download | gentoo-2-fe4fd5d1a375a29981db9fb7a67664f55d146208.tar.gz gentoo-2-fe4fd5d1a375a29981db9fb7a67664f55d146208.tar.bz2 gentoo-2-fe4fd5d1a375a29981db9fb7a67664f55d146208.zip |
Stable for amd64, wrt bug #472864
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/hg-git/ChangeLog b/dev-vcs/hg-git/ChangeLog index 0712ba9a5e18..92f37e6f1737 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.48 2013/06/25 12:08:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.49 2013/06/25 12:56:36 ago Exp $ + + 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> hg-git-0.4.0.ebuild: + Stable for amd64, wrt bug #472864 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> hg-git-0.4.0.ebuild: Stable for x86, wrt bug #472864 diff --git a/dev-vcs/hg-git/hg-git-0.4.0.ebuild b/dev-vcs/hg-git/hg-git-0.4.0.ebuild index 9ba78b047225..3e70d09e1dbf 100644 --- a/dev-vcs/hg-git/hg-git-0.4.0.ebuild +++ b/dev-vcs/hg-git/hg-git-0.4.0.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.4.0.ebuild,v 1.2 2013/06/25 12:08:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.4.0.ebuild,v 1.3 2013/06/25 12:56:36 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 |