diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-17 11:39:35 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-17 11:39:35 +0000 |
commit | db7c03ac972ce1cf0baea88dca20cd51cf8a191e (patch) | |
tree | 713888cef678ec0393df3975d77d03f0c229d5f1 /dev-db | |
parent | stable on amd64. (Manifest recommit) (diff) | |
download | gentoo-2-db7c03ac972ce1cf0baea88dca20cd51cf8a191e.tar.gz gentoo-2-db7c03ac972ce1cf0baea88dca20cd51cf8a191e.tar.bz2 gentoo-2-db7c03ac972ce1cf0baea88dca20cd51cf8a191e.zip |
stable on amd64.
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-2.8.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index e147ae181409..006a90c58c64 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.49 2004/10/12 17:24:25 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.50 2004/10/17 11:38:40 absinthe Exp $ + + 17 Oct 2004; Dylan Carlson <absinthe@gentoo.org> sqlite-2.8.14.ebuild: + stable on amd64. 12 Oct 2004; Guy Martin <gmsoft@gentoo.org> files/sqlite-2.8.15-alignement-fix.patch: diff --git a/dev-db/sqlite/sqlite-2.8.14.ebuild b/dev-db/sqlite/sqlite-2.8.14.ebuild index e0ed97c7c0ec..3382b2b2f042 100644 --- a/dev-db/sqlite/sqlite-2.8.14.ebuild +++ b/dev-db/sqlite/sqlite-2.8.14.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.14.ebuild,v 1.7 2004/09/25 07:46:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.14.ebuild,v 1.8 2004/10/17 11:38:40 absinthe Exp $ IUSE="nls" @@ -12,7 +12,7 @@ DEPEND="virtual/libc dev-lang/tcl" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ~ppc sparc alpha arm ~mips ~hppa ~ppc64 ~amd64 ia64" +KEYWORDS="x86 ~ppc sparc alpha arm ~mips ~hppa ~ppc64 amd64 ia64" src_compile() { local myconf |