diff options
author | 2008-03-15 23:08:30 +0000 | |
---|---|---|
committer | 2008-03-15 23:08:30 +0000 | |
commit | 37b84ab177a3b458ff5ead69bbcfbf0f9a3445b9 (patch) | |
tree | daf2a76cabed75e4e620807e5bcd806b5291be3a /dev-db/sqlite/sqlite-3.5.6.ebuild | |
parent | Add a blocker in RDEPEND on virtual/imap so we avoid manpage collisions; bug ... (diff) | |
download | gentoo-2-37b84ab177a3b458ff5ead69bbcfbf0f9a3445b9.tar.gz gentoo-2-37b84ab177a3b458ff5ead69bbcfbf0f9a3445b9.tar.bz2 gentoo-2-37b84ab177a3b458ff5ead69bbcfbf0f9a3445b9.zip |
Sparc stable --- Bug #213500 --- All 45751 tests good and running well for
over 30 days.
(Portage version: 2.2_pre4)
Diffstat (limited to 'dev-db/sqlite/sqlite-3.5.6.ebuild')
-rw-r--r-- | dev-db/sqlite/sqlite-3.5.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/sqlite/sqlite-3.5.6.ebuild b/dev-db/sqlite/sqlite-3.5.6.ebuild index e8ca98eed1f2..38fbd33689d1 100644 --- a/dev-db/sqlite/sqlite-3.5.6.ebuild +++ b/dev-db/sqlite/sqlite-3.5.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.5.6.ebuild,v 1.3 2008/03/15 18:18:27 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.5.6.ebuild,v 1.4 2008/03/15 23:08:30 fmccor Exp $ EAPI="1" @@ -14,7 +14,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 )" |