diff options
author | 2004-06-29 17:43:57 +0000 | |
---|---|---|
committer | 2004-06-29 17:43:57 +0000 | |
commit | 7073400cda43361e74279bc305a3f9918528bec2 (patch) | |
tree | 060b7e1c9491d7e9c6b9f402115b1c26c71142d7 /dev-db/sqlite/sqlite-2.8.13.ebuild | |
parent | kill sparc64 use flag (diff) | |
download | historical-7073400cda43361e74279bc305a3f9918528bec2.tar.gz historical-7073400cda43361e74279bc305a3f9918528bec2.tar.bz2 historical-7073400cda43361e74279bc305a3f9918528bec2.zip |
sync IUSE (+nls), glibc -> libc, trim trailing whitespace
Diffstat (limited to 'dev-db/sqlite/sqlite-2.8.13.ebuild')
-rw-r--r-- | dev-db/sqlite/sqlite-2.8.13.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-db/sqlite/sqlite-2.8.13.ebuild b/dev-db/sqlite/sqlite-2.8.13.ebuild index 9ae9927b8897..2a66c90771f1 100644 --- a/dev-db/sqlite/sqlite-2.8.13.ebuild +++ b/dev-db/sqlite/sqlite-2.8.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.13.ebuild,v 1.3 2004/06/24 22:01:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.13.ebuild,v 1.4 2004/06/29 17:43:57 agriffis Exp $ IUSE="nls" @@ -8,7 +8,7 @@ S=${WORKDIR}/sqlite DESCRIPTION="SQLite: An SQL Database Engine in a C Library." SRC_URI="http://www.sqlite.org/${P}.tar.gz" HOMEPAGE="http://www.sqlite.org" -DEPEND="virtual/glibc +DEPEND="virtual/libc dev-lang/tcl" SLOT="0" LICENSE="as-is" @@ -33,4 +33,3 @@ src_install () { docinto html dohtml doc/*.html doc/*.txt doc/*.png } - |