diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-08-29 18:27:36 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-08-29 18:27:36 +0000 |
commit | 8916531a7b1dbf5efc9ab058f41e3c3517a797e7 (patch) | |
tree | 337e8be20847434ae9b99ed585ad1bbc64c005ae /dev-db | |
parent | ppc stable #279367 (diff) | |
download | gentoo-2-8916531a7b1dbf5efc9ab058f41e3c3517a797e7.tar.gz gentoo-2-8916531a7b1dbf5efc9ab058f41e3c3517a797e7.tar.bz2 gentoo-2-8916531a7b1dbf5efc9ab058f41e3c3517a797e7.zip |
ppc stable #279398
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.6.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index 8e228769624b..b8d7947e264c 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.270 2009/08/28 14:00:09 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.271 2009/08/29 18:27:36 nixnut Exp $ + + 29 Aug 2009; nixnut <nixnut@gentoo.org> sqlite-3.6.16.ebuild: + ppc stable #279398 28 Aug 2009; Tobias Klausmann <klausman@gentoo.org> sqlite-3.6.16.ebuild: Stable on alpha, bug #279398 diff --git a/dev-db/sqlite/sqlite-3.6.16.ebuild b/dev-db/sqlite/sqlite-3.6.16.ebuild index e5fcc946124f..4517398da55a 100644 --- a/dev-db/sqlite/sqlite-3.6.16.ebuild +++ b/dev-db/sqlite/sqlite-3.6.16.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.16.ebuild,v 1.5 2009/08/28 14:00:09 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.16.ebuild,v 1.6 2009/08/29 18:27:36 nixnut Exp $ EAPI="2" @@ -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 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 soundex tcl +threadsafe" RESTRICT="!tcl? ( test )" |