diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-04-09 21:23:07 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-04-09 21:23:07 +0000 |
commit | 5420d632c595ad3156abd8839a0e12414498ce3b (patch) | |
tree | b06f28eabb6b3ca653a5b232c673159b51366a37 /dev-vcs | |
parent | Stable on amd64 wrt bug #361987 (diff) | |
download | gentoo-2-5420d632c595ad3156abd8839a0e12414498ce3b.tar.gz gentoo-2-5420d632c595ad3156abd8839a0e12414498ce3b.tar.bz2 gentoo-2-5420d632c595ad3156abd8839a0e12414498ce3b.zip |
Stable on amd64 wrt bug #361991
(Portage version: 2.2.0_alpha29/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.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/hg-git/ChangeLog b/dev-vcs/hg-git/ChangeLog index f991bccefd10..515556abfaaf 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.21 2011/04/08 22:27:05 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.22 2011/04/09 21:23:07 angelos Exp $ + + 09 Apr 2011; Christoph Mende <angelos@gentoo.org> hg-git-0.2.6.ebuild: + Stable on amd64 wrt bug #361991 08 Apr 2011; Thomas Kahle <tomka@gentoo.org> hg-git-0.2.6.ebuild: x86 stable per bug 361991 diff --git a/dev-vcs/hg-git/hg-git-0.2.6.ebuild b/dev-vcs/hg-git/hg-git-0.2.6.ebuild index f4a06f7ea777..38fb2b30868f 100644 --- a/dev-vcs/hg-git/hg-git-0.2.6.ebuild +++ b/dev-vcs/hg-git/hg-git-0.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.6.ebuild,v 1.4 2011/04/08 22:27:05 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.2.6.ebuild,v 1.5 2011/04/09 21:23:07 angelos 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-macos ~x86-solaris" +KEYWORDS="amd64 x86 ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND=">=dev-vcs/mercurial-1.1 |