diff options
author | Travis Tilley <lv@gentoo.org> | 2004-04-09 00:17:07 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-04-09 00:17:07 +0000 |
commit | 5f283ea53af4f25e5fe54d94d2dc7a26aff72dfe (patch) | |
tree | b64bbda482b7afa2655067c369857dd24a4a7e49 /dev-tcltk/expect | |
parent | update baselayout version again :( (diff) | |
download | gentoo-2-5f283ea53af4f25e5fe54d94d2dc7a26aff72dfe.tar.gz gentoo-2-5f283ea53af4f25e5fe54d94d2dc7a26aff72dfe.tar.bz2 gentoo-2-5f283ea53af4f25e5fe54d94d2dc7a26aff72dfe.zip |
marked 5.40.0 as stable on amd64. it is required to fix a problem with the gcc testsuite
Diffstat (limited to 'dev-tcltk/expect')
-rw-r--r-- | dev-tcltk/expect/ChangeLog | 8 | ||||
-rw-r--r-- | dev-tcltk/expect/expect-5.40.0.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-tcltk/expect/ChangeLog b/dev-tcltk/expect/ChangeLog index 8d789ba2ed9e..a6f8b2eb0641 100644 --- a/dev-tcltk/expect/ChangeLog +++ b/dev-tcltk/expect/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-tcltk/expect # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/ChangeLog,v 1.16 2004/04/04 22:13:08 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/ChangeLog,v 1.17 2004/04/09 00:17:07 lv Exp $ + +*expect-5.40.0 (08 Apr 2004) + + 08 Apr 2004; Travis Tilley <lv@gentoo.org> expect-5.40.0.ebuild: + marked 5.40.0 as stable on amd64. it is required to fix a problem with the gcc + testsuite. 04 Apr 2004; Chris Aniszczyk <zx@gentoo.org> expect-5.33.0.ebuild, expect-5.37.1.ebuild: diff --git a/dev-tcltk/expect/expect-5.40.0.ebuild b/dev-tcltk/expect/expect-5.40.0.ebuild index c23fa0a31c1e..16e7ec8dacbe 100644 --- a/dev-tcltk/expect/expect-5.40.0.ebuild +++ b/dev-tcltk/expect/expect-5.40.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.40.0.ebuild,v 1.2 2004/04/05 21:11:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.40.0.ebuild,v 1.3 2004/04/09 00:17:07 lv Exp $ inherit gnuconfig @@ -10,7 +10,7 @@ SRC_URI="http://expect.nist.gov/src/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips hppa ~amd64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips hppa amd64" IUSE="X doc" DEPEND=">=dev-lang/tcl-8.2 |