diff options
-rw-r--r-- | dev-lang/cm3-bin/cm3-bin-5.2.6.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/cm3/cm3-5.2.6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/cm3-bin/cm3-bin-5.2.6.ebuild b/dev-lang/cm3-bin/cm3-bin-5.2.6.ebuild index 81560051b269..c63f61439ee0 100644 --- a/dev-lang/cm3-bin/cm3-bin-5.2.6.ebuild +++ b/dev-lang/cm3-bin/cm3-bin-5.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.2.6.ebuild,v 1.3 2003/07/17 19:28:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.2.6.ebuild,v 1.4 2003/07/18 19:00:04 vapier Exp $ DESCRIPTION="Critical Mass Modula-3 compiler (binary version)" HOMEPAGE="http://www.elegosoft.com/cm3/" @@ -9,7 +9,7 @@ SRC_URI="x86? ( http://www.elegosoft.com/cm3/cm3-min-POSIX-LINUXLIBC6-${PV}.tgz LICENSE="CMASS-M3 DEC-M3" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ppc" IUSE="tcltk" S=${WORKDIR} diff --git a/dev-lang/cm3/cm3-5.2.6.ebuild b/dev-lang/cm3/cm3-5.2.6.ebuild index bb4ae98fd480..718007fee17e 100644 --- a/dev-lang/cm3/cm3-5.2.6.ebuild +++ b/dev-lang/cm3/cm3-5.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3/cm3-5.2.6.ebuild,v 1.3 2003/07/17 20:00:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3/cm3-5.2.6.ebuild,v 1.4 2003/07/18 18:59:54 vapier Exp $ DESCRIPTION="Critical Mass Modula-3 compiler" HOMEPAGE="http://www.elegosoft.com/cm3/" @@ -8,7 +8,7 @@ SRC_URI="http://www.elegosoft.com/cm3/${PN}-src-all-${PV}.tgz" LICENSE="CMASS-M3 DEC-M3" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ppc" IUSE="tcltk" DEPEND="tcltk? ( dev-lang/tcl ) |