summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2007-11-18 18:02:39 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2007-11-18 18:02:39 +0000
commit7aec17af2f59df8ae65685542f73a0bc49751617 (patch)
tree0347812d2d84f0212e932e03f419036a8a1f2bac /dev-db
parentStable on ppc64; bug #199232 (diff)
downloadgentoo-2-7aec17af2f59df8ae65685542f73a0bc49751617.tar.gz
gentoo-2-7aec17af2f59df8ae65685542f73a0bc49751617.tar.bz2
gentoo-2-7aec17af2f59df8ae65685542f73a0bc49751617.zip
ppc stable, bug #194812
(Portage version: 2.1.3.19)
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 0d7bb10022a1..eeabe1f7b4ce 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.167 2007/11/12 11:28:38 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.168 2007/11/18 18:02:39 dertobi123 Exp $
+
+ 18 Nov 2007; Tobias Scherbaum <dertobi123@gentoo.org> sqlite-3.4.1.ebuild:
+ ppc stable, bug #194812
12 Nov 2007; Raúl Porcel <armin76@gentoo.org> sqlite-3.4.1.ebuild:
alpha stable wrt security #194812
diff --git a/dev-db/sqlite/sqlite-3.4.1.ebuild b/dev-db/sqlite/sqlite-3.4.1.ebuild
index 66f757f1389a..b9239a42212f 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.7 2007/11/12 11:28:38 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.4.1.ebuild,v 1.8 2007/11/18 18:02:39 dertobi123 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 )"