diff options
author | 2007-06-16 19:16:20 +0000 | |
---|---|---|
committer | 2007-06-16 19:16:20 +0000 | |
commit | a03d53bb13fbe4e609e31a0106f0032513e73871 (patch) | |
tree | f3754829938ea361842fff825719bf8e389847b3 /dev-python/pysqlite | |
parent | Added ~amd64 (diff) | |
download | gentoo-2-a03d53bb13fbe4e609e31a0106f0032513e73871.tar.gz gentoo-2-a03d53bb13fbe4e609e31a0106f0032513e73871.tar.bz2 gentoo-2-a03d53bb13fbe4e609e31a0106f0032513e73871.zip |
ppc stable, bug #182244
(Portage version: 2.1.3_rc3)
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.3.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index 80ee3effceac..54cc95df14cf 100644 --- a/dev-python/pysqlite/ChangeLog +++ b/dev-python/pysqlite/ChangeLog @@ -1,6 +1,10 @@ # 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.68 2007/05/05 09:53:10 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.69 2007/06/16 19:16:20 dertobi123 Exp $ + + 16 Jun 2007; Tobias Scherbaum <dertobi123@gentoo.org> + pysqlite-2.3.3.ebuild: + ppc stable, bug #182244 *pysqlite-2.3.3 (05 May 2007) diff --git a/dev-python/pysqlite/pysqlite-2.3.3.ebuild b/dev-python/pysqlite/pysqlite-2.3.3.ebuild index 916eba499b0a..605855f6e494 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.1 2007/05/05 09:53:10 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.3.ebuild,v 1.2 2007/06/16 19:16:20 dertobi123 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" |