diff options
author | 2013-01-15 23:15:17 +0000 | |
---|---|---|
committer | 2013-01-15 23:15:17 +0000 | |
commit | c8ddf33fe58febfb5dbf3a146f9e8ed8c45b7f38 (patch) | |
tree | fa911a88be8072ac2925235cf00eedb10f3e6699 /dev-python/atpy/ChangeLog | |
parent | mask latest luatex as it breaks with current texlive (diff) | |
download | gentoo-2-c8ddf33fe58febfb5dbf3a146f9e8ed8c45b7f38.tar.gz gentoo-2-c8ddf33fe58febfb5dbf3a146f9e8ed8c45b7f38.tar.bz2 gentoo-2-c8ddf33fe58febfb5dbf3a146f9e8ed8c45b7f38.zip |
Fix sqlite3 module dependency -- the package supports only built-in Python sqlite3, not external pysqlite2.
(Portage version: 2.2.0_alpha152/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'dev-python/atpy/ChangeLog')
-rw-r--r-- | dev-python/atpy/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/atpy/ChangeLog b/dev-python/atpy/ChangeLog index 6ff535bcadcf..e9774061d389 100644 --- a/dev-python/atpy/ChangeLog +++ b/dev-python/atpy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/atpy -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/atpy/ChangeLog,v 1.7 2012/08/02 17:31:55 bicatali Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/atpy/ChangeLog,v 1.8 2013/01/15 23:15:17 mgorny Exp $ + + 15 Jan 2013; Michał Górny <mgorny@gentoo.org> atpy-0.9.6.ebuild: + Fix sqlite3 module dependency -- the package supports only built-in Python + sqlite3, not external pysqlite2. *atpy-0.9.6 (02 Aug 2012) |