summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2010-06-25 17:13:06 +0000
committerRaúl Porcel <armin76@gentoo.org>2010-06-25 17:13:06 +0000
commit340ebbdbd9916a7e4caac857b78fa0c174349da9 (patch)
treeb24b635a443e21f358b56dc6d67d0e271c54ba5a /dev-vcs
parentFixes for PYTHON ABIs (diff)
downloadgentoo-2-340ebbdbd9916a7e4caac857b78fa0c174349da9.tar.gz
gentoo-2-340ebbdbd9916a7e4caac857b78fa0c174349da9.tar.bz2
gentoo-2-340ebbdbd9916a7e4caac857b78fa0c174349da9.zip
alpha/arm/ia64/sparc stable wrt #314945
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/mercurial/ChangeLog5
-rw-r--r--dev-vcs/mercurial/mercurial-1.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/mercurial/ChangeLog b/dev-vcs/mercurial/ChangeLog
index 9ff53cce8dd5..46701a5b0cb0 100644
--- a/dev-vcs/mercurial/ChangeLog
+++ b/dev-vcs/mercurial/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/mercurial
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.17 2010/06/22 18:49:45 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.18 2010/06/25 17:13:06 armin76 Exp $
+
+ 25 Jun 2010; Raúl Porcel <armin76@gentoo.org> mercurial-1.5.ebuild:
+ alpha/arm/ia64/sparc stable wrt #314945
22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
mercurial-1.4.1.ebuild, mercurial-1.5.ebuild, mercurial-1.5.2.ebuild,
diff --git a/dev-vcs/mercurial/mercurial-1.5.ebuild b/dev-vcs/mercurial/mercurial-1.5.ebuild
index 3edc451e980f..0bd9db0a3ada 100644
--- a/dev-vcs/mercurial/mercurial-1.5.ebuild
+++ b/dev-vcs/mercurial/mercurial-1.5.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/mercurial/mercurial-1.5.ebuild,v 1.9 2010/06/22 18:49:45 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.ebuild,v 1.10 2010/06/25 17:13:06 armin76 Exp $
EAPI=2
@@ -12,7 +12,7 @@ SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 arm hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
IUSE="bugzilla emacs gpg test tk zsh-completion"
CDEPEND=">=dev-lang/python-2.4[threads]"