diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2006-09-25 19:56:43 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2006-09-25 19:56:43 +0000 |
commit | 3d2b07e8532caf98f2b458ed4c67a47c5e7fe78e (patch) | |
tree | 48e2829f3c2f06504c6d9d0bdc62742ab393063a /dev-python/pysqlite | |
parent | Masked for testing (diff) | |
download | gentoo-2-3d2b07e8532caf98f2b458ed4c67a47c5e7fe78e.tar.gz gentoo-2-3d2b07e8532caf98f2b458ed4c67a47c5e7fe78e.tar.bz2 gentoo-2-3d2b07e8532caf98f2b458ed4c67a47c5e7fe78e.zip |
Added ~x86-fbsd keyword.
(Portage version: 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" |