diff options
author | Ilya Volynets <iluxa@gentoo.org> | 2006-10-05 17:20:22 +0000 |
---|---|---|
committer | Ilya Volynets <iluxa@gentoo.org> | 2006-10-05 17:20:22 +0000 |
commit | f5694b1e65d4f1291a0232f54b4e4063bd2cc8d1 (patch) | |
tree | e3a2cd7c8bfd7e6ce1e3c25f88e48d207deb2e3a /dev-db | |
parent | Dropping sparc keywords, see #96229 (diff) | |
download | gentoo-2-f5694b1e65d4f1291a0232f54b4e4063bd2cc8d1.tar.gz gentoo-2-f5694b1e65d4f1291a0232f54b4e4063bd2cc8d1.tar.bz2 gentoo-2-f5694b1e65d4f1291a0232f54b4e4063bd2cc8d1.zip |
Stable sqlite-3.3.5-r1 on mips
(Portage version: 2.1.2_pre2-r3)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.3.5-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index a81f83fe2582..916d5eaad46a 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/sqlite # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.124 2006/08/23 20:05:13 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.125 2006/10/05 17:20:22 iluxa Exp $ + + 05 Oct 2006; Ilya A. Volynets-Evenbach <iluxa@gentoo.org> + sqlite-3.3.5-r1.ebuild: + Stable on mips 23 Aug 2006; Gustavo Zacarias <gustavoz@gentoo.org> sqlite-2.8.16-r4.ebuild, sqlite-3.3.5-r1.ebuild: diff --git a/dev-db/sqlite/sqlite-3.3.5-r1.ebuild b/dev-db/sqlite/sqlite-3.3.5-r1.ebuild index 0e42a2ce0172..d343457a1a36 100644 --- a/dev-db/sqlite/sqlite-3.3.5-r1.ebuild +++ b/dev-db/sqlite/sqlite-3.3.5-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-db/sqlite/sqlite-3.3.5-r1.ebuild,v 1.12 2006/08/23 20:05:13 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.3.5-r1.ebuild,v 1.13 2006/10/05 17:20:22 iluxa Exp $ inherit eutils alternatives @@ -10,7 +10,7 @@ SRC_URI="http://www.sqlite.org/${P}.tar.gz" LICENSE="as-is" SLOT="3" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 s390 sh sparc x86" +KEYWORDS="~alpha amd64 arm hppa ia64 mips ppc ~ppc-macos ppc64 s390 sh sparc x86" IUSE="nothreadsafe doc tcl debug" DEPEND="virtual/libc |