diff options
author | 2007-06-14 17:11:10 +0000 | |
---|---|---|
committer | 2007-06-14 17:11:10 +0000 | |
commit | e65b2b661b18a6b860ae46af3afacbb7bfef443e (patch) | |
tree | 523f077350b0280a61e7447b8eaa642c9273bf0b /dev-db | |
parent | alpha/ia64 stable wrt #180554 (diff) | |
download | gentoo-2-e65b2b661b18a6b860ae46af3afacbb7bfef443e.tar.gz gentoo-2-e65b2b661b18a6b860ae46af3afacbb7bfef443e.tar.bz2 gentoo-2-e65b2b661b18a6b860ae46af3afacbb7bfef443e.zip |
alpha/ia64/x86 stable wrt #182013
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.3.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index 7d87a9f0802c..a4fced1f0b03 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.148 2007/06/14 15:44:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.149 2007/06/14 17:11:10 armin76 Exp $ + + 14 Jun 2007; Raúl Porcel <armin76@gentoo.org> sqlite-3.3.17.ebuild: + alpha/ia64/x86 stable wrt #182013 14 Jun 2007; Jeroen Roovers <jer@gentoo.org> sqlite-3.3.17.ebuild: Stable for HPPA (bug #182013). diff --git a/dev-db/sqlite/sqlite-3.3.17.ebuild b/dev-db/sqlite/sqlite-3.3.17.ebuild index 4a936999b7ac..0ecc0d510083 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.4 2007/06/14 15:44:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.3.17.ebuild,v 1.5 2007/06/14 17:11:10 armin76 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/" |