diff options
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.6.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index 317be994f02c..c7cc57a797ee 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.234 2009/04/27 15:53:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.235 2009/05/02 17:29:29 nixnut Exp $ + + 02 May 2009; nixnut <nixnut@gentoo.org> sqlite-3.6.12.ebuild: + ppc stable #267528 27 Apr 2009; Jeroen Roovers <jer@gentoo.org> sqlite-3.6.11: Stable for HPPA (bug #264514). diff --git a/dev-db/sqlite/sqlite-3.6.12.ebuild b/dev-db/sqlite/sqlite-3.6.12.ebuild index 1cc667146b01..f1400e4fb7c3 100644 --- a/dev-db/sqlite/sqlite-3.6.12.ebuild +++ b/dev-db/sqlite/sqlite-3.6.12.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.12.ebuild,v 1.3 2009/04/04 18:24:40 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.12.ebuild,v 1.4 2009/05/02 17:29:30 nixnut Exp $ EAPI="1" @@ -15,7 +15,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 soundex tcl +threadsafe" RESTRICT="!tcl? ( test )" |