diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-02-21 16:47:05 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-02-21 16:47:05 +0000 |
commit | 9d8730557cb3a734f488f0ce31e16130b097cc24 (patch) | |
tree | df6f31ade5a2e4938c09eeb253b0a833f8bf0559 /dev-db | |
parent | Switch DEPEND to RDEPEND. Install man page (1.0.11 only). (diff) | |
download | gentoo-2-9d8730557cb3a734f488f0ce31e16130b097cc24.tar.gz gentoo-2-9d8730557cb3a734f488f0ce31e16130b097cc24.tar.bz2 gentoo-2-9d8730557cb3a734f488f0ce31e16130b097cc24.zip |
Stable for HPPA (bug #259462).
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.6.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index c6077f9c13ee..41b628641f5d 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.220 2009/02/20 16:40:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.221 2009/02/21 16:47:05 jer Exp $ + + 21 Feb 2009; Jeroen Roovers <jer@gentoo.org> sqlite-3.6.10.ebuild: + Stable for HPPA (bug #259462). 20 Feb 2009; Raúl Porcel <armin76@gentoo.org> sqlite-3.6.10.ebuild: alpha/arm/ia64/s390/sh/x86 stable wrt #259462 diff --git a/dev-db/sqlite/sqlite-3.6.10.ebuild b/dev-db/sqlite/sqlite-3.6.10.ebuild index 28ba7009382a..ab2634df7c36 100644 --- a/dev-db/sqlite/sqlite-3.6.10.ebuild +++ b/dev-db/sqlite/sqlite-3.6.10.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.10.ebuild,v 1.5 2009/02/20 16:40:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.10.ebuild,v 1.6 2009/02/21 16:47:05 jer 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 )" |