diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-12-22 14:19:30 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-12-22 14:19:30 +0000 |
commit | d4aad03ff2439075e183ad5ee7bc7af9187f82da (patch) | |
tree | c521e5d0e7d20474f9b514bfb4373a3df8ddd7e0 | |
parent | ppc stable, bug #202174 (diff) | |
download | gentoo-2-d4aad03ff2439075e183ad5ee7bc7af9187f82da.tar.gz gentoo-2-d4aad03ff2439075e183ad5ee7bc7af9187f82da.tar.bz2 gentoo-2-d4aad03ff2439075e183ad5ee7bc7af9187f82da.zip |
ppc stable, bug #202174
(Portage version: 2.1.4_rc11)
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.3.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index 26e58d1e7c09..e4cae9d0ea5c 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.82 2007/12/17 01:51:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.83 2007/12/22 14:19:30 dertobi123 Exp $ + + 22 Dec 2007; Tobias Scherbaum <dertobi123@gentoo.org> + pysqlite-2.3.5.ebuild: + ppc stable, bug #202174 17 Dec 2007; Jeroen Roovers <jer@gentoo.org> pysqlite-2.3.5.ebuild: Marked ~hppa too. diff --git a/dev-python/pysqlite/pysqlite-2.3.5.ebuild b/dev-python/pysqlite/pysqlite-2.3.5.ebuild index 99cfe2ca27cb..e4e0a55f557b 100644 --- a/dev-python/pysqlite/pysqlite-2.3.5.ebuild +++ b/dev-python/pysqlite/pysqlite-2.3.5.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.5.ebuild,v 1.5 2007/12/17 01:51:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.5.ebuild,v 1.6 2007/12/22 14:19:30 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 ~hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" LICENSE="pysqlite" SLOT="2" IUSE="examples" |