summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2009-09-14 21:23:59 +0000
committerMarkus Meier <maekke@gentoo.org>2009-09-14 21:23:59 +0000
commit53314669bfe15efa42ace676ce7f58c5c589bdbb (patch)
treee7a625b57f9c063e8a0e9cf531edc9dbb80159ac /dev-db
parentAdd missing eutils inherit. (diff)
downloadgentoo-2-53314669bfe15efa42ace676ce7f58c5c589bdbb.tar.gz
gentoo-2-53314669bfe15efa42ace676ce7f58c5c589bdbb.tar.bz2
gentoo-2-53314669bfe15efa42ace676ce7f58c5c589bdbb.zip
amd64/arm stable, bug #284340
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/sqlite/ChangeLog5
-rw-r--r--dev-db/sqlite/sqlite-3.6.17.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog
index b9214be39340..f0c7ed435da3 100644
--- a/dev-db/sqlite/ChangeLog
+++ b/dev-db/sqlite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/sqlite
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.276 2009/09/14 21:20:02 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.277 2009/09/14 21:23:59 maekke Exp $
+
+ 14 Sep 2009; Markus Meier <maekke@gentoo.org> sqlite-3.6.17.ebuild:
+ amd64/arm stable, bug #284340
14 Sep 2009; Christian Faulhammer <fauli@gentoo.org> sqlite-3.6.17.ebuild:
stable x86, bug 284340
diff --git a/dev-db/sqlite/sqlite-3.6.17.ebuild b/dev-db/sqlite/sqlite-3.6.17.ebuild
index e61e6f749d88..5f6f7c2f9236 100644
--- a/dev-db/sqlite/sqlite-3.6.17.ebuild
+++ b/dev-db/sqlite/sqlite-3.6.17.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.17.ebuild,v 1.5 2009/09/14 21:20:02 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.17.ebuild,v 1.6 2009/09/14 21:23:59 maekke Exp $
EAPI="2"
@@ -16,7 +16,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 x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
IUSE="debug doc +readline soundex tcl +threadsafe"
RESTRICT="!tcl? ( test )"