diff options
author | Maarten Thibaut <murphy@gentoo.org> | 2002-08-14 03:58:29 +0000 |
---|---|---|
committer | Maarten Thibaut <murphy@gentoo.org> | 2002-08-14 03:58:29 +0000 |
commit | 564cb1046e70a3b17aebc0083963b55e02d61651 (patch) | |
tree | a6cdc7b3e99a7336dfa632fa3dc9dffc1a7e12a1 /sys-devel/spython | |
parent | Added ebuild submitted by Blake Watters of ibiblio.org. This is the (diff) | |
download | gentoo-2-564cb1046e70a3b17aebc0083963b55e02d61651.tar.gz gentoo-2-564cb1046e70a3b17aebc0083963b55e02d61651.tar.bz2 gentoo-2-564cb1046e70a3b17aebc0083963b55e02d61651.zip |
Adding sparc/sparc64 keywords
Diffstat (limited to 'sys-devel/spython')
-rw-r--r-- | sys-devel/spython/spython-2.0-r9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/spython/spython-2.0-r9.ebuild b/sys-devel/spython/spython-2.0-r9.ebuild index cdfb75dad1e0..79820f5c2b83 100644 --- a/sys-devel/spython/spython-2.0-r9.ebuild +++ b/sys-devel/spython/spython-2.0-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r9.ebuild,v 1.5 2002/08/01 11:40:16 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r9.ebuild,v 1.6 2002/08/14 03:58:29 murphy Exp $ S=${WORKDIR}/Python-2.0 S2=${WORKDIR}/python-fchksum-1.1 @@ -10,7 +10,7 @@ SRC_URI="http://www.python.org/ftp/python/2.0/BeOpen-Python-2.0.tar.bz2 HOMEPAGE="http://www.python.org http://www.azstarnet.com/~donut/programs/fchksum/" LICENSE="PYTHON" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" SLOT="0" DEPEND=">=sys-devel/autoconf-2.13 >=sys-libs/zlib-1.1.4 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )" |