diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-06-22 19:26:56 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-06-22 19:26:56 +0000 |
commit | d4a41a0cdd3fe4fbfdef7e35434ffa1e2873b45d (patch) | |
tree | 8bf69d79f89fa471bfa13293b21e1636b39ac0dd /dev-python/pysqlite | |
parent | We can install =sqlite-2* just fine, we only have sqlite3 (diff) | |
download | gentoo-2-d4a41a0cdd3fe4fbfdef7e35434ffa1e2873b45d.tar.gz gentoo-2-d4a41a0cdd3fe4fbfdef7e35434ffa1e2873b45d.tar.bz2 gentoo-2-d4a41a0cdd3fe4fbfdef7e35434ffa1e2873b45d.zip |
Marked ~ppc-macos
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.2.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index d9bdeabea19c..d47fb38ee423 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.54 2006/06/22 15:15:00 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.55 2006/06/22 19:26:56 grobian Exp $ + + 22 Jun 2006; Fabian Groffen <grobian@gentoo.org> pysqlite-2.2.2-r1.ebuild: + Marked ~ppc-macos *pysqlite-2.3.1 (22 Jun 2006) diff --git a/dev-python/pysqlite/pysqlite-2.2.2-r1.ebuild b/dev-python/pysqlite/pysqlite-2.2.2-r1.ebuild index 7cfc9fd82a04..a625fc710bbd 100644 --- a/dev-python/pysqlite/pysqlite-2.2.2-r1.ebuild +++ b/dev-python/pysqlite/pysqlite-2.2.2-r1.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.2.2-r1.ebuild,v 1.1 2006/05/27 19:59:27 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.2.2-r1.ebuild,v 1.2 2006/06/22 19:26:56 grobian Exp $ inherit distutils @@ -8,7 +8,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 ~ppc-macos ~sparc ~x86" LICENSE="pysqlite" SLOT="2" IUSE="" |