diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-08-19 02:07:15 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-08-19 02:07:15 +0000 |
commit | 193cdcdf72ee36b1be283c523235543a8143a81d (patch) | |
tree | ffd01c2348c2397a36912756b2848ce1c68ef3a6 /dev-lang | |
parent | postfix is default mta, and also provided (diff) | |
download | gentoo-2-193cdcdf72ee36b1be283c523235543a8143a81d.tar.gz gentoo-2-193cdcdf72ee36b1be283c523235543a8143a81d.tar.bz2 gentoo-2-193cdcdf72ee36b1be283c523235543a8143a81d.zip |
stable on alpha and ia64
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/tk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/tk/tk-8.4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/tk/ChangeLog b/dev-lang/tk/ChangeLog index ee8251b61686..332b591c87e3 100644 --- a/dev-lang/tk/ChangeLog +++ b/dev-lang/tk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/tk # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.39 2004/08/07 06:59:08 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.40 2004/08/19 02:05:45 agriffis Exp $ + + 18 Aug 2004; Aron Griffis <agriffis@gentoo.org> tk-8.4.6.ebuild: + stable on alpha and ia64 *tk-8.4.6-r1 (07 Aug 2004) diff --git a/dev-lang/tk/tk-8.4.6.ebuild b/dev-lang/tk/tk-8.4.6.ebuild index 5420ca2bff99..72095bb52066 100644 --- a/dev-lang/tk/tk-8.4.6.ebuild +++ b/dev-lang/tk/tk-8.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.4.6.ebuild,v 1.11 2004/06/24 22:58:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.4.6.ebuild,v 1.12 2004/08/19 02:05:45 agriffis Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/tcl/${PN}${PV}-src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~ppc sparc mips ~alpha arm ~hppa amd64 ~ia64" +KEYWORDS="~x86 ~ppc sparc mips alpha arm ~hppa amd64 ia64" IUSE="threads" DEPEND=">=sys-apps/sed-4.0.5 |