diff options
author | Hasan Khalil <gongloo@gentoo.org> | 2004-09-10 13:12:02 +0000 |
---|---|---|
committer | Hasan Khalil <gongloo@gentoo.org> | 2004-09-10 13:12:02 +0000 |
commit | 75a7d31b30a1c2fe4c7fecc86f4b06d6e69c6930 (patch) | |
tree | 3f960f2425fdec98190e5eb765fbc7de0dfbca38 | |
parent | Stable macos (Manifest recommit) (diff) | |
download | gentoo-2-75a7d31b30a1c2fe4c7fecc86f4b06d6e69c6930.tar.gz gentoo-2-75a7d31b30a1c2fe4c7fecc86f4b06d6e69c6930.tar.bz2 gentoo-2-75a7d31b30a1c2fe4c7fecc86f4b06d6e69c6930.zip |
Stable macos.
-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 a8c633f795da..b29a82782df4 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.42 2004/09/05 22:35:51 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.43 2004/09/10 13:12:02 gongloo Exp $ + + 10 Sep 2004; Hasan Khalil <gongloo@gentoo.org> sqlite-2.8.15.ebuild: + Stable on macos. 06 Sep 2004; Bryan Østergaard <kloeri@gentoo.org> sqlite-2.8.14.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 4ca154ec7ed6..08314b61410a 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.1 2004/08/06 00:59:14 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.15.ebuild,v 1.2 2004/09/10 13:12:02 gongloo Exp $ IUSE="nls" @@ -12,7 +12,7 @@ DEPEND="virtual/libc dev-lang/tcl" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~ppc64 ~amd64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~ppc64 ~amd64 macos" src_compile() { local myconf |