diff options
author | Brent Baude <ranger@gentoo.org> | 2009-01-13 19:21:37 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-01-13 19:21:37 +0000 |
commit | 119920e2b4e48ea60e9b9d38db080046ae0ad94c (patch) | |
tree | e3639f0d555265a48ee17679333dd9b2d73dd957 /dev-db | |
parent | Version bump as per bug #254408 (diff) | |
download | gentoo-2-119920e2b4e48ea60e9b9d38db080046ae0ad94c.tar.gz gentoo-2-119920e2b4e48ea60e9b9d38db080046ae0ad94c.tar.bz2 gentoo-2-119920e2b4e48ea60e9b9d38db080046ae0ad94c.zip |
Marking sqlite-3.6.6.2 ppc64 for bug 254864
(Portage version: 2.1.6.4/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.6.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index acb950dfb5f4..854fb496775f 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqlite # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.205 2009/01/13 18:26:59 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.206 2009/01/13 19:21:37 ranger Exp $ + + 13 Jan 2009; Brent Baude <ranger@gentoo.org> sqlite-3.6.6.2.ebuild: + Marking sqlite-3.6.6.2 ppc64 for bug 254864 13 Jan 2009; Ferris McCormick <fmccor@gentoo.org> sqlite-3.6.6.2.ebuild: Sparc stable, bug #254864. diff --git a/dev-db/sqlite/sqlite-3.6.6.2.ebuild b/dev-db/sqlite/sqlite-3.6.6.2.ebuild index cc6002d3a4a3..1392e6f432f0 100644 --- a/dev-db/sqlite/sqlite-3.6.6.2.ebuild +++ b/dev-db/sqlite/sqlite-3.6.6.2.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.6.2.ebuild,v 1.4 2009/01/13 18:26:59 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.6.2.ebuild,v 1.5 2009/01/13 19:21:37 ranger 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 )" |