diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-02-19 23:01:09 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-02-19 23:01:09 +0000 |
commit | db9c4f90588e540b4490cf25dbd8711144164ab3 (patch) | |
tree | 2b00b9ccc57a4e1503a2da126b49f7070bafdeb5 /dev-python/pysqlite | |
parent | Marked stable on mips. (diff) | |
download | historical-db9c4f90588e540b4490cf25dbd8711144164ab3.tar.gz historical-db9c4f90588e540b4490cf25dbd8711144164ab3.tar.bz2 historical-db9c4f90588e540b4490cf25dbd8711144164ab3.zip |
Add ~alpha keyword, bug 121880.
Package-Manager: portage-2.0.54
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index ac1c7644974d..47bbb8af522d 100644 --- a/dev-python/pysqlite/ChangeLog +++ b/dev-python/pysqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pysqlite # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.47 2006/02/18 06:13:27 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.48 2006/02/19 23:01:09 kloeri Exp $ + + 19 Feb 2006; Bryan Østergaard <kloeri@gentoo.org pysqlite-2.0.7.ebuild: + Add ~alpha keyword, bug 121880. 18 Feb 2006; Doug Goldstein <cardoe@gentoo.org> pysqlite-2.0.7.ebuild: adding ~ppc diff --git a/dev-python/pysqlite/pysqlite-2.0.7.ebuild b/dev-python/pysqlite/pysqlite-2.0.7.ebuild index 61771419c5d8..52baf6c22c48 100644 --- a/dev-python/pysqlite/pysqlite-2.0.7.ebuild +++ b/dev-python/pysqlite/pysqlite-2.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.0.7.ebuild,v 1.5 2006/02/18 06:13:27 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.0.7.ebuild,v 1.6 2006/02/19 23:01:09 kloeri Exp $ inherit distutils eutils @@ -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="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" LICENSE="pysqlite" SLOT="2" |