summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Anderson <gentoofan23@gentoo.org>2008-07-03 00:38:34 +0000
committerThomas Anderson <gentoofan23@gentoo.org>2008-07-03 00:38:34 +0000
commit4d8ec8acd9dc3d900969c25249dffc6271ad11b4 (patch)
tree39d54170459049b03ea297bd8a9981a5800c025c /dev-util/mercurial
parentscribus: use cmake for 1.3.3.12 (diff)
downloadgentoo-2-4d8ec8acd9dc3d900969c25249dffc6271ad11b4.tar.gz
gentoo-2-4d8ec8acd9dc3d900969c25249dffc6271ad11b4.tar.bz2
gentoo-2-4d8ec8acd9dc3d900969c25249dffc6271ad11b4.zip
stable amd64, security bug 230193
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-util/mercurial')
-rw-r--r--dev-util/mercurial/ChangeLog6
-rw-r--r--dev-util/mercurial/mercurial-1.0.1-r2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/mercurial/ChangeLog b/dev-util/mercurial/ChangeLog
index 9c126088e55c..2a31b578ac18 100644
--- a/dev-util/mercurial/ChangeLog
+++ b/dev-util/mercurial/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/mercurial
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/ChangeLog,v 1.71 2008/07/01 06:34:12 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/ChangeLog,v 1.72 2008/07/03 00:38:34 gentoofan23 Exp $
+
+ 03 Jul 2008; Thomas Anderson <gentoofan23@gentoo.org>
+ mercurial-1.0.1-r2.ebuild:
+ stable amd64, security bug 230193
*mercurial-1.0.1-r2 (01 Jul 2008)
diff --git a/dev-util/mercurial/mercurial-1.0.1-r2.ebuild b/dev-util/mercurial/mercurial-1.0.1-r2.ebuild
index 0b3913b64549..928e6fbc8d44 100644
--- a/dev-util/mercurial/mercurial-1.0.1-r2.ebuild
+++ b/dev-util/mercurial/mercurial-1.0.1-r2.ebuild
@@ -1,6 +1,6 @@
# 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-1.0.1-r2.ebuild,v 1.1 2008/07/01 06:34:12 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/mercurial-1.0.1-r2.ebuild,v 1.2 2008/07/03 00:38:34 gentoofan23 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"