diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-07-02 23:32:19 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-07-02 23:32:19 +0000 |
commit | f778380d06501668a988d582419cb2ac10bca667 (patch) | |
tree | 56ab6b2ee716020b7b37edebd159eef750998eec /dev-python/pysqlite | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-f778380d06501668a988d582419cb2ac10bca667.tar.gz gentoo-2-f778380d06501668a988d582419cb2ac10bca667.tar.bz2 gentoo-2-f778380d06501668a988d582419cb2ac10bca667.zip |
Add ~alpha keyword.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index dcfa7b3c3e35..37da5746903b 100644 --- a/dev-python/pysqlite/ChangeLog +++ b/dev-python/pysqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pysqlite # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.29 2005/05/27 21:08:31 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.30 2005/07/02 23:32:19 kloeri Exp $ + + 02 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> pysqlite-2.0.2.ebuild: + Add ~alpha keyword. 27 May 2005; Jason Wever <weeve@gentoo.org> pysqlite-1.0.1.ebuild: Stable on SPARC. diff --git a/dev-python/pysqlite/pysqlite-2.0.2.ebuild b/dev-python/pysqlite/pysqlite-2.0.2.ebuild index 5bcfc0f184ea..fc6d9c9af80f 100644 --- a/dev-python/pysqlite/pysqlite-2.0.2.ebuild +++ b/dev-python/pysqlite/pysqlite-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.0.2.ebuild,v 1.1 2005/05/26 16:10:58 fserb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.0.2.ebuild,v 1.2 2005/07/02 23:32:19 kloeri Exp $ inherit distutils @@ -9,7 +9,7 @@ DESCRIPTION="Python wrapper for the local database Sqlite" SRC_URI="http://initd.org/pub/software/pysqlite/releases/${PV:0:3}/${PV}/pysqlite-${PV}.tar.gz" HOMEPAGE="http://initd.org/tracker/pysqlite/" -KEYWORDS="~x86 ~sparc ~amd64" +KEYWORDS="~alpha ~amd64 ~sparc ~x86" LICENSE="pysqlite" SLOT="2" |