summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorKito Danya Dietrich <kito@gentoo.org>2005-03-04 20:56:42 +0000
committerKito Danya Dietrich <kito@gentoo.org>2005-03-04 20:56:42 +0000
commitfef13a46a74b444d91d6e20e5107a3d49b6843eb (patch)
treede2f353364c7981d561a04fea0148c83a2cfff38 /dev-db
parentStable on sparc (diff)
downloadgentoo-2-fef13a46a74b444d91d6e20e5107a3d49b6843eb.tar.gz
gentoo-2-fef13a46a74b444d91d6e20e5107a3d49b6843eb.tar.bz2
gentoo-2-fef13a46a74b444d91d6e20e5107a3d49b6843eb.zip
~ppc-macos keyword, add conditional for glibc on darwin
(Portage version: 2.0.51.18)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/sqlite/ChangeLog5
-rw-r--r--dev-db/sqlite/sqlite-3.1.3.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog
index f728b5863c9d..f2d7b9965a78 100644
--- a/dev-db/sqlite/ChangeLog
+++ b/dev-db/sqlite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/sqlite
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.66 2005/03/02 18:23:47 arj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.67 2005/03/04 20:56:42 kito Exp $
+
+ 04 Mar 2005; Kito <kito@gentoo.org> sqlite-3.1.3.ebuild:
+ ~ppc-macos keyword
*sqlite-3.1.3 (02 Mar 2005)
diff --git a/dev-db/sqlite/sqlite-3.1.3.ebuild b/dev-db/sqlite/sqlite-3.1.3.ebuild
index f7b4cf1186f0..25538dcd8168 100644
--- a/dev-db/sqlite/sqlite-3.1.3.ebuild
+++ b/dev-db/sqlite/sqlite-3.1.3.ebuild
@@ -1,6 +1,6 @@
# 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.1.3.ebuild,v 1.1 2005/03/02 18:23:47 arj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.1.3.ebuild,v 1.2 2005/03/04 20:56:42 kito Exp $
inherit eutils
@@ -14,12 +14,12 @@ HOMEPAGE="http://www.sqlite.org"
# if all virtual/libc's provide POSIX threads (pthread.h)
# - 20041203, Armando Di Cianno <fafhrd@gentoo.org>
DEPEND="virtual/libc
- !nothreadsafe? ( sys-libs/glibc )
+ !nothreadsafe? ( !ppc-macos? ( sys-libs/glibc ) )
dev-lang/tcl"
SLOT="3"
LICENSE="as-is"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~sparc ~x86"
src_compile() {
# sqlite includes a doc directory making it impossible to generate docs,