diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-12-20 13:35:06 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-12-20 13:35:06 +0000 |
commit | 996483f68e04fcb62fc76f5ad5c210f062ecbed7 (patch) | |
tree | 8ba27efd1d55df93a5e5b5b679f3ee58cb58f61b /dev-db/sqlite | |
parent | Stable on amd64. (Manifest recommit) (diff) | |
download | gentoo-2-996483f68e04fcb62fc76f5ad5c210f062ecbed7.tar.gz gentoo-2-996483f68e04fcb62fc76f5ad5c210f062ecbed7.tar.bz2 gentoo-2-996483f68e04fcb62fc76f5ad5c210f062ecbed7.zip |
Stable on amd64.
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 c56f8eb8acde..ee187b2ba2ce 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.59 2004/12/11 23:02:39 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.60 2004/12/20 13:35:06 absinthe Exp $ + + 20 Dec 2004; Dylan Carlson <absinthe@gentoo.org> sqlite-2.8.15.ebuild: + Stable on amd64. 12 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> sqlite-2.8.15.ebuild: Stable on alpha. diff --git a/dev-db/sqlite/sqlite-2.8.15.ebuild b/dev-db/sqlite/sqlite-2.8.15.ebuild index ecfce35c3cc6..1633ffea4d28 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.11 2004/12/11 23:02:39 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.15.ebuild,v 1.12 2004/12/20 13:35:06 absinthe 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() { |