diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2006-09-29 23:25:23 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2006-09-29 23:25:23 +0000 |
commit | 981935256cb8c625f93c0ad294fecdc48d22f5c5 (patch) | |
tree | b54b9c5f26fc276208428b62d58c65a7ebb9bef2 /dev-python/pysqlite | |
parent | Revision bump to use gen-2 java system. Added doc and source USE flags. (diff) | |
download | gentoo-2-981935256cb8c625f93c0ad294fecdc48d22f5c5.tar.gz gentoo-2-981935256cb8c625f93c0ad294fecdc48d22f5c5.tar.bz2 gentoo-2-981935256cb8c625f93c0ad294fecdc48d22f5c5.zip |
Added ~x86-fbsd keyword.
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.0.7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index e790aa371d3a..cd5e0acd893c 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.64 2006/09/25 19:56:43 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.65 2006/09/29 23:25:23 the_paya Exp $ + + 29 Sep 2006; Javier Villavicencio <the_paya@gentoo.org> + pysqlite-2.0.7.ebuild: + Keyworded ~x86-fbsd. 25 Sep 2006; Javier Villavicencio <the_paya@gentoo.org> pysqlite-1.0.1.ebuild: diff --git a/dev-python/pysqlite/pysqlite-2.0.7.ebuild b/dev-python/pysqlite/pysqlite-2.0.7.ebuild index f784d4a6e23e..da57720b1fe1 100644 --- a/dev-python/pysqlite/pysqlite-2.0.7.ebuild +++ b/dev-python/pysqlite/pysqlite-2.0.7.ebuild @@ -1,6 +1,6 @@ # 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-2.0.7.ebuild,v 1.7 2006/03/10 02:43:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.0.7.ebuild,v 1.8 2006/09/29 23:25:23 the_paya Exp $ inherit distutils eutils @@ -9,7 +9,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 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" LICENSE="pysqlite" SLOT="2" |