summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/sqlite/sqlite-2.8.15.ebuild')
-rw-r--r--dev-db/sqlite/sqlite-2.8.15.ebuild18
1 files changed, 15 insertions, 3 deletions
diff --git a/dev-db/sqlite/sqlite-2.8.15.ebuild b/dev-db/sqlite/sqlite-2.8.15.ebuild
index 4ca154ec7ed6..7623f33f8fcd 100644
--- a/dev-db/sqlite/sqlite-2.8.15.ebuild
+++ b/dev-db/sqlite/sqlite-2.8.15.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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-2.8.15.ebuild,v 1.1 2004/08/06 00:59:14 arj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.15.ebuild,v 1.1.1.1 2005/11/30 10:11:34 chriswhite Exp $
+
+inherit eutils
IUSE="nls"
@@ -12,7 +14,17 @@ DEPEND="virtual/libc
dev-lang/tcl"
SLOT="0"
LICENSE="as-is"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~ppc64 ~amd64"
+KEYWORDS="x86 ppc sparc alpha arm mips hppa ~ppc64 amd64 ppc-macos"
+
+src_unpack() {
+
+ unpack ${A}
+
+ cd ${S}
+
+ use hppa && epatch ${FILESDIR}/${P}-alignement-fix.patch
+
+}
src_compile() {
local myconf