diff options
Diffstat (limited to 'dev-python/sip/sip-3.3.2.ebuild')
-rw-r--r-- | dev-python/sip/sip-3.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sip/sip-3.3.2.ebuild b/dev-python/sip/sip-3.3.2.ebuild index b0bbeb3bb498..82795ca4540e 100644 --- a/dev-python/sip/sip-3.3.2.ebuild +++ b/dev-python/sip/sip-3.3.2.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-python/sip/sip-3.3.2.ebuild,v 1.1 2002/07/25 21:12:17 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.3.2.ebuild,v 1.2 2002/08/16 02:49:58 murphy Exp $ S=${WORKDIR}/${P} DESCRIPTION="SIP is a tool for generating bindings for C++ classes so that they can be used by Python." @@ -8,7 +8,7 @@ SRC_URI="http://www.riverbankcomputing.co.uk/download/sip/${P}.tar.gz" HOMEPAGE="http://www.riverbankcomputing.co.uk/sip/" SLOT="0" LICENSE="MIT" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" DEPEND="virtual/glibc >=dev-lang/python-2.2.1" |