summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-01-05 20:37:24 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-01-05 20:37:24 +0000
commit56226c10b35119d8fc523ca12648a871f0263365 (patch)
tree77dc23848346ed0dcbdbc68336665672a84361f7 /dev-tcltk
parentFixed bug 350741. Thanks to Daniel T. (diff)
downloadhistorical-56226c10b35119d8fc523ca12648a871f0263365.tar.gz
historical-56226c10b35119d8fc523ca12648a871f0263365.tar.bz2
historical-56226c10b35119d8fc523ca12648a871f0263365.zip
Stable on amd64 wrt bug #348027
Package-Manager: portage-2.1.9.29/cvs/Linux x86_64
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/tcldom/ChangeLog7
-rw-r--r--dev-tcltk/tcldom/tcldom-3.1.ebuild6
-rw-r--r--dev-tcltk/tclxml/ChangeLog5
-rw-r--r--dev-tcltk/tclxml/tclxml-3.1-r2.ebuild6
4 files changed, 15 insertions, 9 deletions
diff --git a/dev-tcltk/tcldom/ChangeLog b/dev-tcltk/tcldom/ChangeLog
index d4dc5015d919..a3451cecc623 100644
--- a/dev-tcltk/tcldom/ChangeLog
+++ b/dev-tcltk/tcldom/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/tcldom
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcldom/ChangeLog,v 1.15 2010/12/07 17:01:46 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcldom/ChangeLog,v 1.16 2011/01/05 20:37:24 hwoarang Exp $
+
+ 05 Jan 2011; Markos Chandras <hwoarang@gentoo.org> tcldom-3.1.ebuild:
+ Stable on amd64 wrt bug #348027
07 Dec 2010; Justin Lecher <jlec@gentoo.org> tcldom-3.1.ebuild:
Multilib fix
diff --git a/dev-tcltk/tcldom/tcldom-3.1.ebuild b/dev-tcltk/tcldom/tcldom-3.1.ebuild
index 678ef4fda09f..057008957efb 100644
--- a/dev-tcltk/tcldom/tcldom-3.1.ebuild
+++ b/dev-tcltk/tcldom/tcldom-3.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcldom/tcldom-3.1.ebuild,v 1.6 2010/12/07 17:18:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcldom/tcldom-3.1.ebuild,v 1.7 2011/01/05 20:37:24 hwoarang Exp $
inherit eutils multilib toolchain-funcs
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/tclxml/${P}.tar.gz"
IUSE="expat xml threads"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
DEPEND=">=dev-lang/tcl-8.3.3
>=dev-tcltk/tcllib-1.2
diff --git a/dev-tcltk/tclxml/ChangeLog b/dev-tcltk/tclxml/ChangeLog
index e2b18e328226..765aad31ab6f 100644
--- a/dev-tcltk/tclxml/ChangeLog
+++ b/dev-tcltk/tclxml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/tclxml
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.43 2011/01/04 00:43:18 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.44 2011/01/05 20:36:47 hwoarang Exp $
+
+ 05 Jan 2011; Markos Chandras <hwoarang@gentoo.org> tclxml-3.1-r2.ebuild:
+ Stable on amd64 wrt bug #348027
04 Jan 2011; Michael Weber <xmw@gentoo.org> tclxml-3.2-r1.ebuild:
sparc stable (bug 348022)
diff --git a/dev-tcltk/tclxml/tclxml-3.1-r2.ebuild b/dev-tcltk/tclxml/tclxml-3.1-r2.ebuild
index ddba3959d831..51191363fd18 100644
--- a/dev-tcltk/tclxml/tclxml-3.1-r2.ebuild
+++ b/dev-tcltk/tclxml/tclxml-3.1-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-3.1-r2.ebuild,v 1.5 2010/12/07 17:18:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-3.1-r2.ebuild,v 1.6 2011/01/05 20:36:47 hwoarang Exp $
inherit autotools eutils toolchain-funcs
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/tclxml/${P}.tar.gz"
IUSE="debug expat threads xml"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~ppc sparc x86"
+KEYWORDS="alpha amd64 ~ppc sparc x86"
DEPEND=">=dev-lang/tcl-8.2
>=dev-tcltk/tcllib-1.2