diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-03-28 14:18:38 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-03-28 14:18:38 +0000 |
commit | 648ec44e9f99319dafc5b328b23629b29054c330 (patch) | |
tree | bb34f53408e4f1db1cfff60e4391ad6b52abbb96 /dev-db | |
parent | added gauche-extract-1.13.diff. (diff) | |
download | gentoo-2-648ec44e9f99319dafc5b328b23629b29054c330.tar.gz gentoo-2-648ec44e9f99319dafc5b328b23629b29054c330.tar.bz2 gentoo-2-648ec44e9f99319dafc5b328b23629b29054c330.zip |
Marked stable on hppa.
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-2.8.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index b35ab25d6fcb..40230b191d8f 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqlite # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.25 2004/03/16 11:28:25 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.26 2004/03/28 14:18:38 gmsoft Exp $ + + 28 Mar 2004; Guy Martin <gmsoft@gentoo.org> sqlite-2.8.11.ebuild: + Marked stable on hppa. *sqlite-2.8.13 (16 Mar 2004) diff --git a/dev-db/sqlite/sqlite-2.8.11.ebuild b/dev-db/sqlite/sqlite-2.8.11.ebuild index 63c28adcb81c..92ae375cfa76 100644 --- a/dev-db/sqlite/sqlite-2.8.11.ebuild +++ b/dev-db/sqlite/sqlite-2.8.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.11.ebuild,v 1.5 2004/03/05 18:47:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.11.ebuild,v 1.6 2004/03/28 14:18:38 gmsoft Exp $ IUSE="nls" @@ -12,7 +12,7 @@ DEPEND="virtual/glibc dev-lang/tcl" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ~ppc sparc alpha ~mips ~hppa amd64 ia64" +KEYWORDS="x86 ~ppc sparc alpha ~mips hppa amd64 ia64" src_compile() { local myconf |