diff options
Diffstat (limited to 'dev-tcltk/otcl/otcl-1.8-r1.ebuild')
-rw-r--r-- | dev-tcltk/otcl/otcl-1.8-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-tcltk/otcl/otcl-1.8-r1.ebuild b/dev-tcltk/otcl/otcl-1.8-r1.ebuild index 0ff22fbe638a..34c3d940d508 100644 --- a/dev-tcltk/otcl/otcl-1.8-r1.ebuild +++ b/dev-tcltk/otcl/otcl-1.8-r1.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/otcl/otcl-1.8-r1.ebuild,v 1.1 2004/01/13 12:27:38 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/otcl-1.8-r1.ebuild,v 1.2 2004/04/04 22:25:25 zx Exp $ DESCRIPTION="MIT Object extention to Tcl" SF_PN="otcl-tclcl" @@ -8,11 +8,10 @@ HOMEPAGE="http://sourceforge.net/projects/${SF_PN}/" SRC_URI="mirror://sourceforge/${SF_PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 ~sparc" IUSE="" DEPEND=">=dev-lang/tcl-8.3.2 >=dev-lang/tk-8.3.2" -S=${WORKDIR}/${P} src_unpack() { unpack ${A} |