diff options
author | Markus Meier <maekke@gentoo.org> | 2010-12-26 13:45:10 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-12-26 13:45:10 +0000 |
commit | c35b76c476e93fd700fc01e1416a1317867a365e (patch) | |
tree | aaa042ab2165fa791f8a85a045d0df5f63f36b97 /dev-vcs | |
parent | arm stable, bug #348978 (diff) | |
download | gentoo-2-c35b76c476e93fd700fc01e1416a1317867a365e.tar.gz gentoo-2-c35b76c476e93fd700fc01e1416a1317867a365e.tar.bz2 gentoo-2-c35b76c476e93fd700fc01e1416a1317867a365e.zip |
arm stable, bug #348499
(Portage version: 2.1.9.26/cvs/Linux i686)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/mercurial/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/mercurial/mercurial-1.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/mercurial/ChangeLog b/dev-vcs/mercurial/ChangeLog index 8e8812fc7481..32326436c263 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.31 2010/12/25 15:08:40 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.32 2010/12/26 13:45:10 maekke Exp $ + + 26 Dec 2010; Markus Meier <maekke@gentoo.org> mercurial-1.7.ebuild: + arm stable, bug #348499 25 Dec 2010; Krzysztof Pawlik <nelchael@gentoo.org> mercurial-9999.ebuild: Run one test at a time, running mutiple tests at once causes a lot of issues, diff --git a/dev-vcs/mercurial/mercurial-1.7.ebuild b/dev-vcs/mercurial/mercurial-1.7.ebuild index 78e4e9847f78..952f998e1a28 100644 --- a/dev-vcs/mercurial/mercurial-1.7.ebuild +++ b/dev-vcs/mercurial/mercurial-1.7.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.7.ebuild,v 1.5 2010/12/25 15:06:26 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.7.ebuild,v 1.6 2010/12/26 13:45:10 maekke Exp $ EAPI=3 PYTHON_DEPEND="2" @@ -16,7 +16,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 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="bugzilla emacs gpg test tk zsh-completion" RDEPEND="bugzilla? ( dev-python/mysql-python ) |