diff options
author | 2006-08-17 19:44:36 +0000 | |
---|---|---|
committer | 2006-08-17 19:44:36 +0000 | |
commit | e5180d53526e202dc114485ed112d5572649b90e (patch) | |
tree | 74c1ae04c7c8ee31ed03fd0a01ea8b4decd0ba1a /dev-python/pysqlite | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-e5180d53526e202dc114485ed112d5572649b90e.tar.gz gentoo-2-e5180d53526e202dc114485ed112d5572649b90e.tar.bz2 gentoo-2-e5180d53526e202dc114485ed112d5572649b90e.zip |
Stable on ppc64
(Portage version: 2.1-r2)
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index f97964bf1b15..1e40364f8fa9 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.61 2006/08/11 20:16:57 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.62 2006/08/17 19:44:36 corsair Exp $ + + 17 Aug 2006; Markus Rothe <corsair@gentoo.org> pysqlite-2.3.1.ebuild: + Stable on ppc64 11 Aug 2006; Gustavo Zacarias <gustavoz@gentoo.org> pysqlite-2.3.1.ebuild: Stable on sparc wrt #137494 diff --git a/dev-python/pysqlite/pysqlite-2.3.1.ebuild b/dev-python/pysqlite/pysqlite-2.3.1.ebuild index e27a0ade76b8..4eb16780205a 100644 --- a/dev-python/pysqlite/pysqlite-2.3.1.ebuild +++ b/dev-python/pysqlite/pysqlite-2.3.1.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.3.1.ebuild,v 1.7 2006/08/11 20:16:57 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.1.ebuild,v 1.8 2006/08/17 19:44:36 corsair Exp $ inherit distutils @@ -8,7 +8,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="~alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" LICENSE="pysqlite" SLOT="2" IUSE="" |