summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-10-06 15:08:37 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-10-06 15:08:37 +0000
commit1fc45f761ad00a3d4891c3d25178bcac1c63ca1f (patch)
tree7ffda49c548ba1f3ce5a97a9b0686c3c5c9604b5 /dev-db
parentppc stable, bug #187624 (diff)
downloadgentoo-2-1fc45f761ad00a3d4891c3d25178bcac1c63ca1f.tar.gz
gentoo-2-1fc45f761ad00a3d4891c3d25178bcac1c63ca1f.tar.bz2
gentoo-2-1fc45f761ad00a3d4891c3d25178bcac1c63ca1f.zip
ia64/x86 stable wrt #194812
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/sqlite/ChangeLog5
-rw-r--r--dev-db/sqlite/sqlite-3.4.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog
index 4e31f0df168e..b0b6d2137d76 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.161 2007/10/05 16:03:57 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.162 2007/10/06 15:08:37 armin76 Exp $
+
+ 06 Oct 2007; Raúl Porcel <armin76@gentoo.org> sqlite-3.4.1.ebuild:
+ ia64/x86 stable wrt #194812
05 Oct 2007; Ferris McCormick <fmccor@gentoo.org> sqlite-3.4.1.ebuild:
Sparc stable --- Bug #194812 --- running for over 2 months.
diff --git a/dev-db/sqlite/sqlite-3.4.1.ebuild b/dev-db/sqlite/sqlite-3.4.1.ebuild
index c1082c9e6cb0..671c5a10550f 100644
--- a/dev-db/sqlite/sqlite-3.4.1.ebuild
+++ b/dev-db/sqlite/sqlite-3.4.1.ebuild
@@ -1,6 +1,6 @@
# 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.4.1.ebuild,v 1.2 2007/10/05 16:03:57 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.4.1.ebuild,v 1.3 2007/10/06 15:08:37 armin76 Exp $
inherit flag-o-matic eutils alternatives libtool
@@ -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 ~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"
IUSE="debug doc nothreadsafe soundex tcl"
RESTRICT="!tcl? ( test )"