diff options
author | 2006-09-25 20:00:07 +0000 | |
---|---|---|
committer | 2006-09-25 20:00:07 +0000 | |
commit | ce4da0458a948c9d99e0996e6caf810c20f88809 (patch) | |
tree | d9d200299f5215f6cc1f6d062c6e70771ea417a8 /dev-python/pysqlite | |
parent | Fix digest (diff) | |
download | historical-ce4da0458a948c9d99e0996e6caf810c20f88809.tar.gz historical-ce4da0458a948c9d99e0996e6caf810c20f88809.tar.bz2 historical-ce4da0458a948c9d99e0996e6caf810c20f88809.zip |
Added ~x86-fbsd keyword.
Package-Manager: portage-2.1.2_pre1-r2
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-1.0.1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index c744b0f3e421..e790aa371d3a 100644 --- a/dev-python/pysqlite/ChangeLog +++ b/dev-python/pysqlite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pysqlite # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.63 2006/09/14 15:01:05 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.64 2006/09/25 19:56:43 the_paya Exp $ + + 25 Sep 2006; Javier Villavicencio <the_paya@gentoo.org> + pysqlite-1.0.1.ebuild: + Add ~x86-fbsd keyword. 17 Aug 2006; Markus Rothe <corsair@gentoo.org> pysqlite-2.3.1.ebuild: Stable on ppc64 diff --git a/dev-python/pysqlite/pysqlite-1.0.1.ebuild b/dev-python/pysqlite/pysqlite-1.0.1.ebuild index 1a27d039570e..ff58c04a5252 100644 --- a/dev-python/pysqlite/pysqlite-1.0.1.ebuild +++ b/dev-python/pysqlite/pysqlite-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-1.0.1.ebuild,v 1.5 2005/11/20 19:57:36 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-1.0.1.ebuild,v 1.6 2006/09/25 19:56:43 the_paya Exp $ inherit distutils @@ -9,7 +9,7 @@ DESCRIPTION="Python wrapper for the local database Sqlite" SRC_URI="mirror://sourceforge/pysqlite/pysqlite-${PV}.tar.gz" HOMEPAGE="http://pysqlite.sourceforge.net/" -KEYWORDS="amd64 sparc x86" +KEYWORDS="amd64 sparc x86 ~x86-fbsd" LICENSE="pysqlite" SLOT="0" |