diff options
author | Jason Wever <weeve@gentoo.org> | 2004-03-19 03:27:51 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-03-19 03:27:51 +0000 |
commit | 09a588a0ca49ea312cf033f1bd9d372b44158dd5 (patch) | |
tree | 4484656b2442c1f7ad9ff795796015fe1b9c398f /app-office/sc | |
parent | Small fix to check for pcmcia already being present before probing things. Th... (diff) | |
download | gentoo-2-09a588a0ca49ea312cf033f1bd9d372b44158dd5.tar.gz gentoo-2-09a588a0ca49ea312cf033f1bd9d372b44158dd5.tar.bz2 gentoo-2-09a588a0ca49ea312cf033f1bd9d372b44158dd5.zip |
Added ~sparc keyword.
Diffstat (limited to 'app-office/sc')
-rw-r--r-- | app-office/sc/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/sc/sc-7.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/sc/ChangeLog b/app-office/sc/ChangeLog index 94ef0b7dbc6c..d4ba1b0b7a82 100644 --- a/app-office/sc/ChangeLog +++ b/app-office/sc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/sc # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/sc/ChangeLog,v 1.6 2004/03/14 01:45:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/sc/ChangeLog,v 1.7 2004/03/19 03:27:50 weeve Exp $ + + 18 Mar 2004; Jason Wever <weeve@gentoo.org> sc-7.12.ebuild: + Added ~sparc keyword. 13 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> sc-7.12.ebuild: Don't assign default to S; header fix diff --git a/app-office/sc/sc-7.12.ebuild b/app-office/sc/sc-7.12.ebuild index bb41506912f1..ab7c5e1fcaf0 100644 --- a/app-office/sc/sc-7.12.ebuild +++ b/app-office/sc/sc-7.12.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/app-office/sc/sc-7.12.ebuild,v 1.12 2004/03/14 01:45:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/sc/sc-7.12.ebuild,v 1.13 2004/03/19 03:27:51 weeve Exp $ DESCRIPTION="sc is a free curses-based spreadsheet program that uses key bindings similar to vi and less." SRC_URI="ftp://ibiblio.org/pub/Linux/apps/financial/spreadsheet/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://ibiblio.org/pub/Linux/apps/financial/spreadsheet/" SLOT="0" LICENSE="public-domain" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc ~sparc" DEPEND=">=sys-apps/sed-4.0.5 >=sys-libs/ncurses-5.2" |