diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-04-30 09:56:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-04-30 09:56:55 +0000 |
commit | 6966e3e195f3ac5cdcffa0ee2fc69a3b69a6d07a (patch) | |
tree | 97f8ae4959e25888d9fb34ec4a9d999989cdab7c /dev-vcs | |
parent | Stable for amd64, wrt bug #413135 (diff) | |
download | gentoo-2-6966e3e195f3ac5cdcffa0ee2fc69a3b69a6d07a.tar.gz gentoo-2-6966e3e195f3ac5cdcffa0ee2fc69a3b69a6d07a.tar.bz2 gentoo-2-6966e3e195f3ac5cdcffa0ee2fc69a3b69a6d07a.zip |
Stable for amd64, wrt bug #414077
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/mercurial/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/mercurial/mercurial-2.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/mercurial/ChangeLog b/dev-vcs/mercurial/ChangeLog index e06142acb5ac..4d7bc8cdef48 100644 --- a/dev-vcs/mercurial/ChangeLog +++ b/dev-vcs/mercurial/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/mercurial # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.70 2012/04/30 08:50:52 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.71 2012/04/30 09:56:55 ago Exp $ + + 30 Apr 2012; Agostino Sarubbo <ago@gentoo.org> mercurial-2.1.1.ebuild: + Stable for amd64, wrt bug #414077 *mercurial-2.1.2 (30 Apr 2012) diff --git a/dev-vcs/mercurial/mercurial-2.1.1.ebuild b/dev-vcs/mercurial/mercurial-2.1.1.ebuild index d91ed3de9b1d..d8c0a092d6c6 100644 --- a/dev-vcs/mercurial/mercurial-2.1.1.ebuild +++ b/dev-vcs/mercurial/mercurial-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-2.1.1.ebuild,v 1.1 2012/03/03 16:26:00 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-2.1.1.ebuild,v 1.2 2012/04/30 09:56:55 ago 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 ) |