diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-10-18 13:32:46 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-10-18 13:32:46 +0000 |
commit | aaa7a432ad9ebd0f4e63c27908b5fb2e4ef02c51 (patch) | |
tree | 3085bea53214b269ac95d99d95370d5590996491 /dev-db | |
parent | Stable on amd64 wrt bug #190427 (diff) | |
download | gentoo-2-aaa7a432ad9ebd0f4e63c27908b5fb2e4ef02c51.tar.gz gentoo-2-aaa7a432ad9ebd0f4e63c27908b5fb2e4ef02c51.tar.bz2 gentoo-2-aaa7a432ad9ebd0f4e63c27908b5fb2e4ef02c51.zip |
Stable on amd64 wrt bug #194812
(Portage version: 2.1.3.14)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index 85619e812e06..fedb62bb6be2 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqlite # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.165 2007/10/16 10:10:50 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.166 2007/10/18 13:32:46 angelos Exp $ + + 18 Oct 2007; Christoph Mende <angelos@gentoo.org> sqlite-3.4.1.ebuild: + Stable on amd64 wrt bug #194812 16 Oct 2007; Markus Rothe <corsair@gentoo.org> sqlite-3.4.1.ebuild: Stable on ppc64; bug #194812 diff --git a/dev-db/sqlite/sqlite-3.4.1.ebuild b/dev-db/sqlite/sqlite-3.4.1.ebuild index 5ebc51b30273..063d72f7504e 100644 --- a/dev-db/sqlite/sqlite-3.4.1.ebuild +++ b/dev-db/sqlite/sqlite-3.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.4.1.ebuild,v 1.5 2007/10/16 10:10:50 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.4.1.ebuild,v 1.6 2007/10/18 13:32:46 angelos Exp $ inherit flag-o-matic eutils alternatives libtool @@ -10,7 +10,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 nothreadsafe soundex tcl" RESTRICT="!tcl? ( test )" |