diff options
author | Markus Meier <maekke@gentoo.org> | 2012-05-03 20:40:21 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-05-03 20:40:21 +0000 |
commit | 148d82af6912af8a1f763cf1c55d527a266a9fab (patch) | |
tree | ad04e7c984fe575a3fdc20c5efe52e0b1d031f39 /dev-vcs | |
parent | arm stable, bug #413897 (diff) | |
download | gentoo-2-148d82af6912af8a1f763cf1c55d527a266a9fab.tar.gz gentoo-2-148d82af6912af8a1f763cf1c55d527a266a9fab.tar.bz2 gentoo-2-148d82af6912af8a1f763cf1c55d527a266a9fab.zip |
arm stable, bug #414077
(Portage version: 2.1.10.57/cvs/Linux i686)
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 e57a2e2baf69..9c81f327c20a 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.73 2012/05/02 08:38:20 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.74 2012/05/03 20:40:21 maekke Exp $ + + 03 May 2012; Markus Meier <maekke@gentoo.org> mercurial-2.1.1.ebuild: + arm stable, bug #414077 02 May 2012; Dirkjan Ochtman <djc@gentoo.org> -mercurial-1.7.ebuild, -mercurial-2.0.1.ebuild, -mercurial-2.0.2.ebuild, -mercurial-2.1.ebuild: diff --git a/dev-vcs/mercurial/mercurial-2.1.1.ebuild b/dev-vcs/mercurial/mercurial-2.1.1.ebuild index d8c0a092d6c6..d9af3251c5c9 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.2 2012/04/30 09:56:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-2.1.1.ebuild,v 1.3 2012/05/03 20:40:21 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 ) |