summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Jones <cretin@gentoo.org>2002-11-11 20:13:44 +0000
committerStefan Jones <cretin@gentoo.org>2002-11-11 20:13:44 +0000
commitc0283799a1a416a766aa1fdffafe61382028c1db (patch)
treef5a29b6975caa2a1bb646f9479a8efb5efb6c97e /dev-db/sqlite
parentupdate epatch() for single patches (diff)
downloadgentoo-2-c0283799a1a416a766aa1fdffafe61382028c1db.tar.gz
gentoo-2-c0283799a1a416a766aa1fdffafe61382028c1db.tar.bz2
gentoo-2-c0283799a1a416a766aa1fdffafe61382028c1db.zip
this worked on redhat, so unmasked for sparc
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r--dev-db/sqlite/ChangeLog8
-rw-r--r--dev-db/sqlite/sqlite-2.6.3.ebuild4
-rw-r--r--dev-db/sqlite/sqlite-2.7.3.ebuild4
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog
index c7410604144d..6c47541ff1b7 100644
--- a/dev-db/sqlite/ChangeLog
+++ b/dev-db/sqlite/ChangeLog
@@ -1,14 +1,20 @@
# ChangeLog for dev-db/sqlite
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.8 2002/11/05 19:29:05 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.9 2002/11/11 20:13:44 cretin Exp $
*sqlite-2.7.3 (05 Nov 2002)
+ 11 Nov 2002: Stefan Jones <cretin@gentoo.org>:
+ Added sparc keywords
+
05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> :
Version bump.
*sqlite-2.6.3 (18 Aug 2002)
+ 11 Nov 2002: Stefan Jones <cretin@gentoo.org>:
+ Added sparc keywords
+
19 Oct 2002; Calum Selkirk <cselkirk@gentoo.org> sqlite-2.6.3.ebuild :
Added ppc to KEYWORDS.
diff --git a/dev-db/sqlite/sqlite-2.6.3.ebuild b/dev-db/sqlite/sqlite-2.6.3.ebuild
index 4a78de93881a..0eab37f70226 100644
--- a/dev-db/sqlite/sqlite-2.6.3.ebuild
+++ b/dev-db/sqlite/sqlite-2.6.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.6.3.ebuild,v 1.3 2002/10/19 21:47:59 cselkirk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.6.3.ebuild,v 1.4 2002/11/11 20:13:44 cretin Exp $
S=${WORKDIR}/sqlite
DESCRIPTION="SQLite: An SQL Database Engine in a C Library."
@@ -10,7 +10,7 @@ DEPEND="virtual/glibc
dev-lang/tcl"
SLOT="0"
LICENSE="as-is"
-KEYWORDS="x86 ppc"
+KEYWORDS="x86 ppc sparc sparc64"
src_compile() {
diff --git a/dev-db/sqlite/sqlite-2.7.3.ebuild b/dev-db/sqlite/sqlite-2.7.3.ebuild
index 04f7c59de2f2..64478fee411f 100644
--- a/dev-db/sqlite/sqlite-2.7.3.ebuild
+++ b/dev-db/sqlite/sqlite-2.7.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.7.3.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.7.3.ebuild,v 1.2 2002/11/11 20:13:44 cretin Exp $
S=${WORKDIR}/sqlite
DESCRIPTION="SQLite: An SQL Database Engine in a C Library."
@@ -10,7 +10,7 @@ DEPEND="virtual/glibc
dev-lang/tcl"
SLOT="0"
LICENSE="as-is"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~x86 ~ppc ~sparc ~sparc64"
src_compile() {
./configure --host=${CHOST} \