diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-01 08:00:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-01 08:00:02 +0000 |
commit | 27924d0bfe647e132f8f1e255ad0206c37c07d34 (patch) | |
tree | 9bcb6d96c416fc5e38ca91558f790a5676157b50 /dev-db | |
parent | arm/hppa/s390 stable (diff) | |
download | historical-27924d0bfe647e132f8f1e255ad0206c37c07d34.tar.gz historical-27924d0bfe647e132f8f1e255ad0206c37c07d34.tar.bz2 historical-27924d0bfe647e132f8f1e255ad0206c37c07d34.zip |
arm/ia64 stable
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/sqlite-3.2.1-r3.ebuild | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/dev-db/sqlite/sqlite-3.2.1-r3.ebuild b/dev-db/sqlite/sqlite-3.2.1-r3.ebuild index cc5c120febea..c5b81f2b0dc0 100644 --- a/dev-db/sqlite/sqlite-3.2.1-r3.ebuild +++ b/dev-db/sqlite/sqlite-3.2.1-r3.ebuild @@ -1,25 +1,20 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.2.1-r3.ebuild,v 1.3 2005/04/26 13:09:02 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.2.1-r3.ebuild,v 1.4 2005/05/01 08:00:02 vapier Exp $ inherit eutils -IUSE="nothreadsafe doc" - -DESCRIPTION="SQLite: An SQL Database Engine in a C Library." +DESCRIPTION="SQLite: An SQL Database Engine in a C Library" +HOMEPAGE="http://www.sqlite.org/" SRC_URI="http://www.sqlite.org/${P}.tar.gz" -HOMEPAGE="http://www.sqlite.org" -# Adding glibc as dependency for USE !nothreadsafe until someone can tell me -# if all virtual/libc's provide POSIX threads (pthread.h) -# - 20041203, Armando Di Cianno <fafhrd@gentoo.org> -DEPEND="virtual/libc - !nothreadsafe? ( !ppc-macos? ( sys-libs/glibc ) ) - doc? (dev-lang/tcl)" -SLOT="3" LICENSE="as-is" +SLOT="3" +KEYWORDS="~alpha amd64 arm ia64 ~ppc ~ppc64 ~ppc-macos sparc x86" +IUSE="nothreadsafe doc" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc-macos sparc x86 ~ppc64" +DEPEND="virtual/libc + doc? ( dev-lang/tcl )" src_unpack() { unpack ${A} |