diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2005-04-24 12:30:27 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2005-04-24 12:30:27 +0000 |
commit | cff47e4b9d4e229ea2c497f51fad5ccbd09c3c37 (patch) | |
tree | 86053f931a794d2146d21fe86ff951b1110f382f /dev-tcltk | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-cff47e4b9d4e229ea2c497f51fad5ccbd09c3c37.tar.gz gentoo-2-cff47e4b9d4e229ea2c497f51fad5ccbd09c3c37.tar.bz2 gentoo-2-cff47e4b9d4e229ea2c497f51fad5ccbd09c3c37.zip |
stable on x86
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/otcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/otcl/otcl-1.8-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/otcl/ChangeLog b/dev-tcltk/otcl/ChangeLog index 77fc2088125a..3be8261c1d8f 100644 --- a/dev-tcltk/otcl/ChangeLog +++ b/dev-tcltk/otcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/otcl # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/ChangeLog,v 1.18 2005/04/24 10:58:37 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/ChangeLog,v 1.19 2005/04/24 12:30:27 matsuu Exp $ + + 24 Apr 2005; MATSUU Takuto <matsuu@gentoo.org> otcl-1.8-r3.ebuild: + stable on x86 24 Apr 2005; Simon Stelling <blubb@gentoo.org> otcl-1.8-r3.ebuild: stable on amd64 diff --git a/dev-tcltk/otcl/otcl-1.8-r3.ebuild b/dev-tcltk/otcl/otcl-1.8-r3.ebuild index 1449e28a048b..52b44cc13d2c 100644 --- a/dev-tcltk/otcl/otcl-1.8-r3.ebuild +++ b/dev-tcltk/otcl/otcl-1.8-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/otcl-1.8-r3.ebuild,v 1.4 2005/04/24 10:58:37 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/otcl-1.8-r3.ebuild,v 1.5 2005/04/24 12:30:27 matsuu Exp $ inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://sourceforge.net/projects/${SF_PN}/" SRC_URI="mirror://sourceforge/${SF_PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 sparc ~ppc amd64" +KEYWORDS="x86 sparc ~ppc amd64" IUSE="" DEPEND=">=dev-lang/tcl-8.3.2 >=dev-lang/tk-8.3.2" |