diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-07-12 19:30:58 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-07-12 19:30:58 +0000 |
commit | 2c5ed42b3a0a2433a87f9f806e51dcb17ab8d03a (patch) | |
tree | d1d073067d61dd1ed990bdf6880528de91bf1d26 | |
parent | Wicked cleanup (diff) | |
download | gentoo-2-2c5ed42b3a0a2433a87f9f806e51dcb17ab8d03a.tar.gz gentoo-2-2c5ed42b3a0a2433a87f9f806e51dcb17ab8d03a.tar.bz2 gentoo-2-2c5ed42b3a0a2433a87f9f806e51dcb17ab8d03a.zip |
Mark 3.3.5-r1 2.8.16-r4 stable on ia64
(Portage version: 2.1-r1)
-rw-r--r-- | dev-db/sqlite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-2.8.16-r4.ebuild | 4 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.3.5-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index 687796e7bcdf..630f8e0c40c0 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/sqlite # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.116 2006/06/26 03:13:12 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.117 2006/07/12 19:30:58 agriffis Exp $ + + 12 Jul 2006; Aron Griffis <agriffis@gentoo.org> sqlite-2.8.16-r4.ebuild, + sqlite-3.3.5-r1.ebuild: + Mark 3.3.5-r1 2.8.16-r4 stable on ia64 26 Jun 2006; Javier Villavicencio <the_paya@gentoo.org> sqlite-2.8.16-r4.ebuild, sqlite-3.3.6.ebuild: diff --git a/dev-db/sqlite/sqlite-2.8.16-r4.ebuild b/dev-db/sqlite/sqlite-2.8.16-r4.ebuild index f01276b4aabd..174dc788aee5 100644 --- a/dev-db/sqlite/sqlite-2.8.16-r4.ebuild +++ b/dev-db/sqlite/sqlite-2.8.16-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.16-r4.ebuild,v 1.5 2006/06/26 03:13:12 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.16-r4.ebuild,v 1.6 2006/07/12 19:30:58 agriffis Exp $ inherit eutils toolchain-funcs alternatives @@ -11,7 +11,7 @@ SRC_URI="http://www.sqlite.org/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ppc64 ~sh sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc-macos ppc64 ~sh sparc ~x86 ~x86-fbsd" IUSE="nls doc tcltk" DEPEND="doc? ( dev-lang/tcl ) diff --git a/dev-db/sqlite/sqlite-3.3.5-r1.ebuild b/dev-db/sqlite/sqlite-3.3.5-r1.ebuild index cd5bb7973229..6ada35c2530c 100644 --- a/dev-db/sqlite/sqlite-3.3.5-r1.ebuild +++ b/dev-db/sqlite/sqlite-3.3.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.3.5-r1.ebuild,v 1.6 2006/07/02 19:41:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.3.5-r1.ebuild,v 1.7 2006/07/12 19:30:58 agriffis Exp $ inherit eutils alternatives @@ -10,7 +10,7 @@ SRC_URI="http://www.sqlite.org/${P}.tar.gz" LICENSE="as-is" SLOT="3" -KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ppc64 s390 sh sparc ~x86" +KEYWORDS="~alpha ~amd64 arm ~hppa ia64 ~mips ~ppc ~ppc-macos ppc64 s390 sh sparc ~x86" IUSE="nothreadsafe doc tcltk debug" DEPEND="virtual/libc |