diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-02-18 06:13:27 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-02-18 06:13:27 +0000 |
commit | 115f89c2e3246e70b870d656c2a92f671b38e02c (patch) | |
tree | 50ee8077ed3338b2bfc5f09cdf964b11bc84a043 /dev-python/pysqlite | |
parent | kill old ebuilds (diff) | |
download | gentoo-2-115f89c2e3246e70b870d656c2a92f671b38e02c.tar.gz gentoo-2-115f89c2e3246e70b870d656c2a92f671b38e02c.tar.bz2 gentoo-2-115f89c2e3246e70b870d656c2a92f671b38e02c.zip |
adding ~ppc
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index 9af1eb4c04a3..ac1c7644974d 100644 --- a/dev-python/pysqlite/ChangeLog +++ b/dev-python/pysqlite/ChangeLog @@ -1,6 +1,9 @@ # 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.46 2006/02/07 01:59:30 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.47 2006/02/18 06:13:27 cardoe Exp $ + + 18 Feb 2006; Doug Goldstein <cardoe@gentoo.org> pysqlite-2.0.7.ebuild: + adding ~ppc 07 Feb 2006; Jason Wever <weeve@gentoo.org> pysqlite-2.0.7.ebuild: Added ~sparc keyword wrt bug #121880. diff --git a/dev-python/pysqlite/pysqlite-2.0.7.ebuild b/dev-python/pysqlite/pysqlite-2.0.7.ebuild index a977cbfa61a6..61771419c5d8 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.4 2006/02/07 01:59:30 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.0.7.ebuild,v 1.5 2006/02/18 06:13:27 cardoe 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="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" LICENSE="pysqlite" SLOT="2" |