diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-01-14 19:10:15 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-01-14 19:10:15 +0000 |
commit | cfe970db1e7ad66316abcbecaf8a180f0ce5f276 (patch) | |
tree | 58e1795c54d093003c27690341fcc26e1f5572b1 /dev-util/mercurial | |
parent | add missing pkgconfig dep, bug #205644 (diff) | |
download | gentoo-2-cfe970db1e7ad66316abcbecaf8a180f0ce5f276.tar.gz gentoo-2-cfe970db1e7ad66316abcbecaf8a180f0ce5f276.tar.bz2 gentoo-2-cfe970db1e7ad66316abcbecaf8a180f0ce5f276.zip |
Stable on amd64 wrt bug #203325
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'dev-util/mercurial')
-rw-r--r-- | dev-util/mercurial/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/mercurial/mercurial-0.9.5-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/mercurial/ChangeLog b/dev-util/mercurial/ChangeLog index dd78bfa747e9..71e12169d16a 100644 --- a/dev-util/mercurial/ChangeLog +++ b/dev-util/mercurial/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/mercurial -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/ChangeLog,v 1.62 2007/12/27 17:02:45 ranger Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/ChangeLog,v 1.63 2008/01/14 19:10:15 angelos Exp $ + + 14 Jan 2008; Christoph Mende <angelos@gentoo.org> + mercurial-0.9.5-r1.ebuild: + Stable on amd64 wrt bug #203325 27 Dec 2007; Brent Baude <ranger@gentoo.org> mercurial-0.9.5-r1.ebuild: Marking mercurial-0.9.5-r1 ppc and ppc64 stable for bug 203325 diff --git a/dev-util/mercurial/mercurial-0.9.5-r1.ebuild b/dev-util/mercurial/mercurial-0.9.5-r1.ebuild index cec4be206213..522307e30c5d 100644 --- a/dev-util/mercurial/mercurial-0.9.5-r1.ebuild +++ b/dev-util/mercurial/mercurial-0.9.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/mercurial-0.9.5-r1.ebuild,v 1.3 2007/12/27 17:02:45 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/mercurial-0.9.5-r1.ebuild,v 1.4 2008/01/14 19:10:15 angelos Exp $ inherit bash-completion distutils elisp-common flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.selenic.com/mercurial/release/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="bugzilla cvs darcs emacs git gpg subversion test zsh-completion" CDEPEND=">=dev-lang/python-2.3" |