diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-03-29 12:48:05 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-03-29 12:48:05 +0000 |
commit | 7969062d0e5c3ab598966dc8d324243b56af0d06 (patch) | |
tree | a76b8ac2c4e048d186a32f4c97795209dc429d63 /dev-vcs | |
parent | Fix gtk+ slot deps (diff) | |
download | gentoo-2-7969062d0e5c3ab598966dc8d324243b56af0d06.tar.gz gentoo-2-7969062d0e5c3ab598966dc8d324243b56af0d06.tar.bz2 gentoo-2-7969062d0e5c3ab598966dc8d324243b56af0d06.zip |
Stable for HPPA (bug #348499).
(Portage version: 2.2.0_alpha29/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 b7b00ad676b2..b98ed93540aa 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.40 2011/03/04 17:48:42 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.41 2011/03/29 12:48:05 jer Exp $ + + 29 Mar 2011; Jeroen Roovers <jer@gentoo.org> mercurial-1.7.ebuild: + Stable for HPPA (bug #348499). *mercurial-1.8 (04 Mar 2011) diff --git a/dev-vcs/mercurial/mercurial-1.7.ebuild b/dev-vcs/mercurial/mercurial-1.7.ebuild index 03c62aa6f6b4..c166be073067 100644 --- a/dev-vcs/mercurial/mercurial-1.7.ebuild +++ b/dev-vcs/mercurial/mercurial-1.7.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-1.7.ebuild,v 1.9 2011/02/26 07:48:35 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.7.ebuild,v 1.10 2011/03/29 12:48:05 jer 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 ) |