diff options
author | 2002-11-28 01:30:50 +0000 | |
---|---|---|
committer | 2002-11-28 01:30:50 +0000 | |
commit | 11cc6ca034eb6f32f85624d53640b2c2319a5527 (patch) | |
tree | 73c1c93cce0d6e8bd99c0e796c9435d7cd88bb69 /app-sci | |
parent | forgot this one earlier (diff) | |
download | gentoo-2-11cc6ca034eb6f32f85624d53640b2c2319a5527.tar.gz gentoo-2-11cc6ca034eb6f32f85624d53640b2c2319a5527.tar.bz2 gentoo-2-11cc6ca034eb6f32f85624d53640b2c2319a5527.zip |
added IUSE
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/ginac/ginac-1.0.9.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-sci/ginac/ginac-1.0.9.ebuild b/app-sci/ginac/ginac-1.0.9.ebuild index 07ef796fed44..ec0de2c322b1 100644 --- a/app-sci/ginac/ginac-1.0.9.ebuild +++ b/app-sci/ginac/ginac-1.0.9.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/ginac/ginac-1.0.9.ebuild,v 1.1 2002/10/30 00:42:59 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/ginac/ginac-1.0.9.ebuild,v 1.2 2002/11/28 01:30:50 george Exp $ + +IUSE="" inherit flag-o-matic @@ -13,7 +15,7 @@ HOMEPAGE="http://www.ginac.de/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~sparc64" +KEYWORDS="x86 ~ppc ~sparc ~sparc64" DEPEND="dev-libs/cln" |