diff options
author | Markus Meier <maekke@gentoo.org> | 2011-12-14 23:24:22 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-12-14 23:24:22 +0000 |
commit | 11b474e8df63efcef5e7fd399d75566b38bf5a6e (patch) | |
tree | f48d71b40765963699cdedf137366be56582a35c /dev-vcs/mercurial | |
parent | arm stable, bug #393397 (diff) | |
download | gentoo-2-11b474e8df63efcef5e7fd399d75566b38bf5a6e.tar.gz gentoo-2-11b474e8df63efcef5e7fd399d75566b38bf5a6e.tar.bz2 gentoo-2-11b474e8df63efcef5e7fd399d75566b38bf5a6e.zip |
arm stable, bug #393265
(Portage version: 2.1.10.40/cvs/Linux i686)
Diffstat (limited to 'dev-vcs/mercurial')
-rw-r--r-- | dev-vcs/mercurial/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/mercurial/mercurial-2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/mercurial/ChangeLog b/dev-vcs/mercurial/ChangeLog index 809d2c4739c0..6082fce6b072 100644 --- a/dev-vcs/mercurial/ChangeLog +++ b/dev-vcs/mercurial/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/mercurial # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.59 2011/12/13 16:21:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.60 2011/12/14 23:24:22 maekke Exp $ + + 14 Dec 2011; Markus Meier <maekke@gentoo.org> mercurial-2.0.ebuild: + arm stable, bug #393265 13 Dec 2011; Agostino Sarubbo <ago@gentoo.org> mercurial-2.0.ebuild: Stable for AMD64, wrt bug #393265 diff --git a/dev-vcs/mercurial/mercurial-2.0.ebuild b/dev-vcs/mercurial/mercurial-2.0.ebuild index 0d878fc4d976..9b3422fb4db9 100644 --- a/dev-vcs/mercurial/mercurial-2.0.ebuild +++ b/dev-vcs/mercurial/mercurial-2.0.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/mercurial/mercurial-2.0.ebuild,v 1.4 2011/12/13 16:21:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-2.0.ebuild,v 1.5 2011/12/14 23:24:22 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 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x64-freebsd ~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 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x64-freebsd ~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 ) |