diff options
author | 2007-06-17 08:24:29 +0000 | |
---|---|---|
committer | 2007-06-17 08:24:29 +0000 | |
commit | f3817f3edf8e197f4f8d63358cbd81231bc881a6 (patch) | |
tree | 36c8752f974928c787fbbfa920e0eb83fb3f4968 /dev-python/pysqlite | |
parent | Added ~ppc64; bug #182084 (diff) | |
download | gentoo-2-f3817f3edf8e197f4f8d63358cbd81231bc881a6.tar.gz gentoo-2-f3817f3edf8e197f4f8d63358cbd81231bc881a6.tar.bz2 gentoo-2-f3817f3edf8e197f4f8d63358cbd81231bc881a6.zip |
Stable on ppc64; bug #182244
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index 45b5ab7193a5..b4e0f58df49a 100644 --- a/dev-python/pysqlite/ChangeLog +++ b/dev-python/pysqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pysqlite # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.71 2007/06/16 22:55:35 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.72 2007/06/17 08:24:29 corsair Exp $ + + 17 Jun 2007; Markus Rothe <corsair@gentoo.org> pysqlite-2.3.3.ebuild: + Stable on ppc64; bug #182244 16 Jun 2007; Ferris McCormick <fmccor@gentoo.org> pysqlite-2.3.3.ebuild: Sparc stable --- Bug #182244 --- Runs tests and installs fine. diff --git a/dev-python/pysqlite/pysqlite-2.3.3.ebuild b/dev-python/pysqlite/pysqlite-2.3.3.ebuild index 709181d1857f..8ac39348c022 100644 --- a/dev-python/pysqlite/pysqlite-2.3.3.ebuild +++ b/dev-python/pysqlite/pysqlite-2.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.3.ebuild,v 1.4 2007/06/16 22:55:35 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.3.ebuild,v 1.5 2007/06/17 08:24:29 corsair Exp $ NEED_PYTHON=2.3 @@ -10,7 +10,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="examples" |