summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2006-06-11 18:28:03 +0000
committerFabian Groffen <grobian@gentoo.org>2006-06-11 18:28:03 +0000
commit29a11b4cc543d21c790a813e974397cb33aa837b (patch)
tree11e872bc5ded1c45c825c39ffc5e12bb04e264c1 /dev-db/sqlite
parentfix hpn/ldap conflicts #136451 by riskable (diff)
downloadgentoo-2-29a11b4cc543d21c790a813e974397cb33aa837b.tar.gz
gentoo-2-29a11b4cc543d21c790a813e974397cb33aa837b.tar.bz2
gentoo-2-29a11b4cc543d21c790a813e974397cb33aa837b.zip
Marked ppc-macos stable for progressive users (bug #109044)
(Portage version: 2.1_rc2)
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r--dev-db/sqlite/ChangeLog5
-rw-r--r--dev-db/sqlite/sqlite-2.8.16-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog
index 3301a56c30d8..548b606a3bc7 100644
--- a/dev-db/sqlite/ChangeLog
+++ b/dev-db/sqlite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/sqlite
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.110 2006/05/06 20:46:32 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.111 2006/06/11 18:28:03 grobian Exp $
+
+ 11 Jun 2006; Fabian Groffen <grobian@gentoo.org> sqlite-2.8.16-r1.ebuild:
+ Marked ppc-macos stable for progressive users (bug #109044)
06 May 2006; Seemant Kulleen <seemant@gentoo.org> sqlite-2.8.16-r3.ebuild,
sqlite-2.8.16-r4.ebuild, sqlite-3.3.4.ebuild, sqlite-3.3.5.ebuild,
diff --git a/dev-db/sqlite/sqlite-2.8.16-r1.ebuild b/dev-db/sqlite/sqlite-2.8.16-r1.ebuild
index e20e197ec4e0..2ea337cf4850 100644
--- a/dev-db/sqlite/sqlite-2.8.16-r1.ebuild
+++ b/dev-db/sqlite/sqlite-2.8.16-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.16-r1.ebuild,v 1.11 2006/01/14 18:19:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.16-r1.ebuild,v 1.12 2006/06/11 18:28:03 grobian Exp $
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@ SRC_URI="http://www.sqlite.org/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc-macos ppc64 sh sparc x86"
IUSE="nls doc tcltk"
DEPEND="doc? ( dev-lang/tcl )