diff options
Diffstat (limited to 'dev-tcltk/itcl')
-rw-r--r-- | dev-tcltk/itcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/itcl/itcl-3.2.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/itcl/ChangeLog b/dev-tcltk/itcl/ChangeLog index b881eec32720..5573adbda80a 100644 --- a/dev-tcltk/itcl/ChangeLog +++ b/dev-tcltk/itcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/itcl # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/ChangeLog,v 1.17 2004/06/25 02:07:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/ChangeLog,v 1.18 2004/07/09 20:30:47 kloeri Exp $ + + 09 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> itcl-3.2.1-r1.ebuild: + Add ~alpha keyword. 22 Apr 2004; Danny van Dyk <kugelfang@gentoo.org> itcl-3.2.1-r1.ebuild: marked ~amd64 diff --git a/dev-tcltk/itcl/itcl-3.2.1-r1.ebuild b/dev-tcltk/itcl/itcl-3.2.1-r1.ebuild index a66672a7020e..8aa92661f4d4 100644 --- a/dev-tcltk/itcl/itcl-3.2.1-r1.ebuild +++ b/dev-tcltk/itcl/itcl-3.2.1-r1.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-tcltk/itcl/itcl-3.2.1-r1.ebuild,v 1.7 2004/06/25 02:07:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-3.2.1-r1.ebuild,v 1.8 2004/07/09 20:30:47 kloeri Exp $ inherit eutils @@ -13,7 +13,7 @@ HOMEPAGE="http://www.tcltk.com/${PN}/" SLOT="0" LICENSE="as-is BSD" -KEYWORDS="x86 ~ppc sparc ~amd64" +KEYWORDS="x86 ~ppc sparc ~amd64 ~alpha" DEPEND="dev-lang/tk" PDEPEND="dev-tcltk/iwidgets" |