diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-06-16 20:05:10 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-06-16 20:05:10 +0000 |
commit | 7a61b87e5b7f4eb8871f4397d3dc8dc9aa109088 (patch) | |
tree | db46300199d55dca8fdce40db88f7fa03a82b4c3 /dev-python | |
parent | Add RESTRICT=test. (diff) | |
download | gentoo-2-7a61b87e5b7f4eb8871f4397d3dc8dc9aa109088.tar.gz gentoo-2-7a61b87e5b7f4eb8871f4397d3dc8dc9aa109088.tar.bz2 gentoo-2-7a61b87e5b7f4eb8871f4397d3dc8dc9aa109088.zip |
Stable on amd64 wrt bug 182244
(Portage version: 2.1.3_rc3)
Diffstat (limited to 'dev-python')
-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 54cc95df14cf..2a96aa41ea95 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.69 2007/06/16 19:16:20 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.70 2007/06/16 20:05:10 angelos Exp $ + + 16 Jun 2007; Christoph Mende <angelos@gentoo.org> pysqlite-2.3.3.ebuild: + Stable on amd64 wrt bug 182244 16 Jun 2007; Tobias Scherbaum <dertobi123@gentoo.org> pysqlite-2.3.3.ebuild: diff --git a/dev-python/pysqlite/pysqlite-2.3.3.ebuild b/dev-python/pysqlite/pysqlite-2.3.3.ebuild index 605855f6e494..749a296d9638 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.2 2007/06/16 19:16:20 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.3.ebuild,v 1.3 2007/06/16 20:05:10 angelos 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" |