diff options
author | Calum Selkirk <cselkirk@gentoo.org> | 2002-10-19 21:47:59 +0000 |
---|---|---|
committer | Calum Selkirk <cselkirk@gentoo.org> | 2002-10-19 21:47:59 +0000 |
commit | c5abf065f0ff3af03f01f71deb932c6cf6214db6 (patch) | |
tree | cd6c9efc7f577e9322178d0620957c205283a9f4 /dev-db/sqlite | |
parent | gzip 1.3.3 (diff) | |
download | historical-c5abf065f0ff3af03f01f71deb932c6cf6214db6.tar.gz historical-c5abf065f0ff3af03f01f71deb932c6cf6214db6.tar.bz2 historical-c5abf065f0ff3af03f01f71deb932c6cf6214db6.zip |
Added ppc to KEYWORDS.
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 13 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-2.6.3.ebuild | 4 |
2 files changed, 11 insertions, 6 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index dfbfb8569357..cfc1c39ed072 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,13 +1,18 @@ # 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.6 2002/08/19 02:03:39 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.7 2002/10/19 21:47:59 cselkirk Exp $ - 22 Jul 2002; Ryan Phillips <rphillips@gentoo.org> * : - - Fixes for repoman *sqlite-2.6.3 (18 Aug 2002) + 19 Oct 2002; Calum Selkirk <cselkirk@gentoo.org> sqlite-2.6.3.ebuild : + + Added ppc to KEYWORDS. + + 22 Jul 2002; Ryan Phillips <rphillips@gentoo.org> * : + + Fixes for repoman + 18 Aug 2002; Ryan Phillips <rphillips@gentoo.org> sqlite-2.6.3.ebuild : Updated version. Submitted by Bardur Arantsson diff --git a/dev-db/sqlite/sqlite-2.6.3.ebuild b/dev-db/sqlite/sqlite-2.6.3.ebuild index 783a40f8586d..4a78de93881a 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.2 2002/10/04 05:10:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.6.3.ebuild,v 1.3 2002/10/19 21:47:59 cselkirk 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" +KEYWORDS="x86 ppc" src_compile() { |