summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Guertin <gerk@gentoo.org>2002-10-23 18:19:06 +0000
committerMark Guertin <gerk@gentoo.org>2002-10-23 18:19:06 +0000
commit286a0baf0296a96950b9156d2ed1a240c77ac6cd (patch)
tree43426f88391d3f96415f9d9ac19f1d0a26c3b789 /sys-libs
parentnew testing kernel (diff)
downloadgentoo-2-286a0baf0296a96950b9156d2ed1a240c77ac6cd.tar.gz
gentoo-2-286a0baf0296a96950b9156d2ed1a240c77ac6cd.tar.bz2
gentoo-2-286a0baf0296a96950b9156d2ed1a240c77ac6cd.zip
added -ppc to keywords
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/db/ChangeLog6
-rw-r--r--sys-libs/db/db-4.1.24.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/db/ChangeLog b/sys-libs/db/ChangeLog
index 4d69f84768ff..9722207d1fc3 100644
--- a/sys-libs/db/ChangeLog
+++ b/sys-libs/db/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for sys-libs/db
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.11 2002/10/22 16:49:11 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.12 2002/10/23 18:19:06 gerk Exp $
db-4.1.24 (08 Oct 2002)
+ 23 Oct 2002; Mark Guertin <gerk@gentoo.org> db-4.1.24.ebuild :
+ set -ppc in keywords, not working on ppc, investigating further.
+ (some pthreads problems it seems)
+
21 Oct 2002; Seemant Kulleen <seemant@gentoo.org> db-4.1.24.ebuild :
changed configure statement to add a few features (like db-1.8.5
diff --git a/sys-libs/db/db-4.1.24.ebuild b/sys-libs/db/db-4.1.24.ebuild
index 07273a8e59b0..35bc85f32d28 100644
--- a/sys-libs/db/db-4.1.24.ebuild
+++ b/sys-libs/db/db-4.1.24.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/sys-libs/db/db-4.1.24.ebuild,v 1.2 2002/10/22 05:28:34 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.1.24.ebuild,v 1.3 2002/10/23 18:19:06 gerk Exp $
IUSE="tcltk java"
@@ -10,7 +10,7 @@ SRC_URI="http://www.sleepycat.com/update/snapshot/${P}.tar.gz"
HOMEPAGE="http://www.sleepycat.com"
SLOT="4"
LICENSE="DB"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 -ppc sparc sparc64"
DEPEND="tcltk? ( dev-lang/tcl )
java? ( virtual/jdk )"