diff options
author | Jason Wever <weeve@gentoo.org> | 2004-10-05 02:17:31 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-10-05 02:17:31 +0000 |
commit | fc697664fe6636283932f9d19bc5f35398587a44 (patch) | |
tree | 7d7244174ec1e4b818f32c425bdd44aa2d0db333 /app-sci | |
parent | added a new e2fsprogs ebuild with the dietlibc changes, masked -* (Manifest r... (diff) | |
download | gentoo-2-fc697664fe6636283932f9d19bc5f35398587a44.tar.gz gentoo-2-fc697664fe6636283932f9d19bc5f35398587a44.tar.bz2 gentoo-2-fc697664fe6636283932f9d19bc5f35398587a44.zip |
Added ~sparc keyword.
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/ginac/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/ginac/ginac-1.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/ginac/ChangeLog b/app-sci/ginac/ChangeLog index aea38b972896..8e003ae14fb4 100644 --- a/app-sci/ginac/ChangeLog +++ b/app-sci/ginac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/ginac # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/ginac/ChangeLog,v 1.11 2004/09/07 09:18:33 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/ginac/ChangeLog,v 1.12 2004/10/05 02:17:31 weeve Exp $ + + 04 Oct 2004; Jason Wever <weeve@gentoo.org> ginac-1.2.3.ebuild: + Added ~sparc keyword. *ginac-1.2.3 (07 Sep 2004) diff --git a/app-sci/ginac/ginac-1.2.3.ebuild b/app-sci/ginac/ginac-1.2.3.ebuild index 59cbcc3826a2..3e3bf7903a3f 100644 --- a/app-sci/ginac/ginac-1.2.3.ebuild +++ b/app-sci/ginac/ginac-1.2.3.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/app-sci/ginac/ginac-1.2.3.ebuild,v 1.1 2004/09/07 09:18:33 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/ginac/ginac-1.2.3.ebuild,v 1.2 2004/10/05 02:17:31 weeve Exp $ IUSE="" @@ -15,7 +15,7 @@ HOMEPAGE="http://www.ginac.de/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~sparc" DEPEND="dev-libs/cln" |