diff options
author | Bjoern Brauel <bjb@gentoo.org> | 2002-10-17 16:36:53 +0000 |
---|---|---|
committer | Bjoern Brauel <bjb@gentoo.org> | 2002-10-17 16:36:53 +0000 |
commit | 4c76a2082e16c2093c12902d12fc028cc9d04220 (patch) | |
tree | d72274f446ba36af17607d6561fae82d30f2d784 /dev-python/pysqlite | |
parent | CFLAGS tuning for alpha (diff) | |
download | gentoo-2-4c76a2082e16c2093c12902d12fc028cc9d04220.tar.gz gentoo-2-4c76a2082e16c2093c12902d12fc028cc9d04220.tar.bz2 gentoo-2-4c76a2082e16c2093c12902d12fc028cc9d04220.zip |
KEYWORDS for alpha
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pysqlite/pysqlite-0.2.0.ebuild b/dev-python/pysqlite/pysqlite-0.2.0.ebuild index 8e24279c4a0f..69defd2dcb35 100644 --- a/dev-python/pysqlite/pysqlite-0.2.0.ebuild +++ b/dev-python/pysqlite/pysqlite-0.2.0.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/pysqlite/pysqlite-0.2.0.ebuild,v 1.3 2002/10/04 05:27:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.2.0.ebuild,v 1.4 2002/10/17 16:36:53 bjb Exp $ S="${WORKDIR}/${P}" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.hwaci.com/sw/sqlite/" DEPEND="virtual/python dev-db/sqlite" RDEPEND="${DEPEND}" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc sparc64 alpha" LICENSE="pysqlite" SLOT="0" |