diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-06-15 20:06:13 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-06-15 20:06:13 +0000 |
commit | 3e98c353d27e428b52ebd0c7566b44b2af646623 (patch) | |
tree | fdd0e80ba2b3f90a050ff2d2cfdbe0273a9137bf /dev-db/sqlite | |
parent | ppc stable, bug #181930 (diff) | |
download | gentoo-2-3e98c353d27e428b52ebd0c7566b44b2af646623.tar.gz gentoo-2-3e98c353d27e428b52ebd0c7566b44b2af646623.tar.bz2 gentoo-2-3e98c353d27e428b52ebd0c7566b44b2af646623.zip |
ppc stable, bug #182013
(Portage version: 2.1.3_rc2)
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.3.17.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index 2d9ad4237329..262c48dfaeb4 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/sqlite # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.154 2007/06/15 12:53:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.155 2007/06/15 20:06:13 dertobi123 Exp $ + + 15 Jun 2007; Tobias Scherbaum <dertobi123@gentoo.org> + sqlite-3.3.17.ebuild: + ppc stable, bug #182013 15 Jun 2007; Raúl Porcel <armin76@gentoo.org> sqlite-3.3.17.ebuild: ia64 stable wrt #182013 diff --git a/dev-db/sqlite/sqlite-3.3.17.ebuild b/dev-db/sqlite/sqlite-3.3.17.ebuild index de2f0fc95ed8..9aef366548cf 100644 --- a/dev-db/sqlite/sqlite-3.3.17.ebuild +++ b/dev-db/sqlite/sqlite-3.3.17.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.3.17.ebuild,v 1.9 2007/06/15 12:53:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.3.17.ebuild,v 1.10 2007/06/15 20:06:13 dertobi123 Exp $ inherit flag-o-matic eutils alternatives libtool -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" DESCRIPTION="SQLite: an SQL Database Engine in a C Library." HOMEPAGE="http://www.sqlite.org/" |