diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-10-31 22:32:08 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-10-31 22:32:08 +0000 |
commit | f6ec70b618507c515c753a61f32c173d342d5954 (patch) | |
tree | 3e1b970de1e04be6baecacb1fab8c2b234661308 /dev-tcltk | |
parent | Fixes #9028. (diff) | |
download | historical-f6ec70b618507c515c753a61f32c173d342d5954.tar.gz historical-f6ec70b618507c515c753a61f32c173d342d5954.tar.bz2 historical-f6ec70b618507c515c753a61f32c173d342d5954.zip |
Should do some testing first.
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tix/tix-8.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/tix/tix-8.2.0.ebuild b/dev-tcltk/tix/tix-8.2.0.ebuild index aee19c40f1fd..fe4418d0dffb 100644 --- a/dev-tcltk/tix/tix-8.2.0.ebuild +++ b/dev-tcltk/tix/tix-8.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.2.0.ebuild,v 1.1 2002/10/31 22:31:16 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.2.0.ebuild,v 1.2 2002/10/31 22:32:08 karltk Exp $ IUSE="gcc tcl tk threads shared" MY_P=${PN}${PV} @@ -15,7 +15,7 @@ HOMEPAGE="http://sourceforge.net/projects/tixlibrary/" LICENSE="as-is BSD" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~x86 ~ppc" DEPEND="dev-lang/tk" #RDEPEND="" |