diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2004-11-09 13:42:36 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2004-11-09 13:42:36 +0000 |
commit | 235b3d5ec24b9fc774b041c8bcca423b60da1dc1 (patch) | |
tree | 46752e788d93ffac21afae2d52c9ea90efee792f /dev-db/sqlite | |
parent | marked ~ppc64 (Manifest recommit) (diff) | |
download | gentoo-2-235b3d5ec24b9fc774b041c8bcca423b60da1dc1.tar.gz gentoo-2-235b3d5ec24b9fc774b041c8bcca423b60da1dc1.tar.bz2 gentoo-2-235b3d5ec24b9fc774b041c8bcca423b60da1dc1.zip |
Stable for sparc.
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-2.8.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index f73e0ba4beb8..188681cfbecd 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqlite # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.53 2004/11/07 09:29:58 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.54 2004/11/09 13:42:36 fmccor Exp $ + + 09 Nov 2004; Ferris McCormick <fmccor@gentoo.org> sqlite-2.8.15.ebuild: + Stable for sparc. 07 Nov 2004; Joshua Kinard <kumba@gentoo.org> sqlite-2.8.15.ebuild: Marked stable on mips. diff --git a/dev-db/sqlite/sqlite-2.8.15.ebuild b/dev-db/sqlite/sqlite-2.8.15.ebuild index f806a1dac5ad..0bc345e9a363 100644 --- a/dev-db/sqlite/sqlite-2.8.15.ebuild +++ b/dev-db/sqlite/sqlite-2.8.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.8 2004/11/07 09:29:58 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.15.ebuild,v 1.9 2004/11/09 13:42:36 fmccor Exp $ inherit eutils @@ -14,7 +14,7 @@ DEPEND="virtual/libc dev-lang/tcl" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ppc ~sparc ~alpha ~arm mips hppa ~ppc64 ~amd64 ppc-macos" +KEYWORDS="~x86 ppc sparc ~alpha ~arm mips hppa ~ppc64 ~amd64 ppc-macos" src_unpack() { |