diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-17 19:59:27 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-17 19:59:27 +0000 |
commit | 75c11913edf2e1639e4097c544f8135482dfd55f (patch) | |
tree | e941aed19347c16b6be089c0ec1f658b129896bc /dev-db/sqlite | |
parent | Version bumped. Adopted ruby.eclass. (diff) | |
download | gentoo-2-75c11913edf2e1639e4097c544f8135482dfd55f.tar.gz gentoo-2-75c11913edf2e1639e4097c544f8135482dfd55f.tar.bz2 gentoo-2-75c11913edf2e1639e4097c544f8135482dfd55f.zip |
stable on alpha and ia64
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-2.8.6.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index c2dc9c549b18..4073bca199bc 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqlite -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.20 2004/01/16 12:54:46 coredumb Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.21 2004/02/17 19:59:27 agriffis Exp $ + + 17 Feb 2004; Aron Griffis <agriffis@gentoo.org> sqlite-2.8.6.ebuild: + stable on alpha and ia64 *sqlite-2.8.11 (16 Jan 2004) diff --git a/dev-db/sqlite/sqlite-2.8.6.ebuild b/dev-db/sqlite/sqlite-2.8.6.ebuild index cdfb6204c56b..0a16270e9309 100644 --- a/dev-db/sqlite/sqlite-2.8.6.ebuild +++ b/dev-db/sqlite/sqlite-2.8.6.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.6.ebuild,v 1.3 2004/01/16 12:54:47 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.6.ebuild,v 1.4 2004/02/17 19:59:27 agriffis Exp $ IUSE="nls" @@ -12,7 +12,7 @@ DEPEND="virtual/glibc dev-lang/tcl" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~arm ~hppa amd64" +KEYWORDS="~x86 ~ppc ~sparc alpha ~mips ~arm ~hppa amd64 ia64" src_compile() { local myconf |