diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-05 20:36:47 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-05 20:36:47 +0000 |
commit | da333cce910be5d55381724221f64631364b2fce (patch) | |
tree | a65733aaaa1f685157b1f7270b0f55ad087ea8c6 /dev-tcltk/tclxml | |
parent | Fixed bug 350741. Thanks to Daniel T. (diff) | |
download | gentoo-2-da333cce910be5d55381724221f64631364b2fce.tar.gz gentoo-2-da333cce910be5d55381724221f64631364b2fce.tar.bz2 gentoo-2-da333cce910be5d55381724221f64631364b2fce.zip |
Stable on amd64 wrt bug #348027
(Portage version: 2.1.9.29/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk/tclxml')
-rw-r--r-- | dev-tcltk/tclxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/tclxml/tclxml-3.1-r2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
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 |