diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-05-04 11:25:49 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-05-04 11:25:49 +0000 |
commit | 9803e342653e967cc871e1e1ab6c62bfc8c4c7e2 (patch) | |
tree | 076eb637969678bdd04b41d64a56040f26caf71e /dev-db/sqlite | |
parent | Version bump. Closes bug #174728. (diff) | |
download | gentoo-2-9803e342653e967cc871e1e1ab6c62bfc8c4c7e2.tar.gz gentoo-2-9803e342653e967cc871e1e1ab6c62bfc8c4c7e2.tar.bz2 gentoo-2-9803e342653e967cc871e1e1ab6c62bfc8c4c7e2.zip |
ia64 + x86 stable wrt #176942
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.3.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index e727529b99f8..bbc18af1478e 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,9 @@ # 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.138 2007/05/03 19:57:57 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.139 2007/05/04 11:25:49 armin76 Exp $ + + 04 May 2007; Raúl Porcel <armin76@gentoo.org> sqlite-3.3.12.ebuild: + ia64 + x86 stable wrt #176942 *sqlite-3.3.17 (03 May 2007) diff --git a/dev-db/sqlite/sqlite-3.3.12.ebuild b/dev-db/sqlite/sqlite-3.3.12.ebuild index 6770b0ec00af..c2fa033b1ea9 100644 --- a/dev-db/sqlite/sqlite-3.3.12.ebuild +++ b/dev-db/sqlite/sqlite-3.3.12.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.12.ebuild,v 1.5 2007/05/03 18:51:47 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.3.12.ebuild,v 1.6 2007/05/04 11:25:49 armin76 Exp $ inherit 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/" |