diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-07-24 18:42:14 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-07-24 18:42:14 +0000 |
commit | 14457660d5eaabc41658f15e9d28d586db2095c8 (patch) | |
tree | f74ab5fc2d9bab39b8eaa62bc5c8e686746365c6 | |
parent | alpha/ia64 stable (diff) | |
download | gentoo-2-14457660d5eaabc41658f15e9d28d586db2095c8.tar.gz gentoo-2-14457660d5eaabc41658f15e9d28d586db2095c8.tar.bz2 gentoo-2-14457660d5eaabc41658f15e9d28d586db2095c8.zip |
ia64 stable
(Portage version: 2.1.3_rc9)
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.3.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index 16fa5e170983..96fb66bcb48c 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqlite # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.158 2007/07/24 15:24:17 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.159 2007/07/24 18:42:14 armin76 Exp $ + + 24 Jul 2007; Raúl Porcel <armin76@gentoo.org> sqlite-3.3.17.ebuild: + ia64 stable *sqlite-3.4.1 (24 Jul 2007) diff --git a/dev-db/sqlite/sqlite-3.3.17.ebuild b/dev-db/sqlite/sqlite-3.3.17.ebuild index 34ba10414540..b4a0ede214f3 100644 --- a/dev-db/sqlite/sqlite-3.3.17.ebuild +++ b/dev-db/sqlite/sqlite-3.3.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.3.17.ebuild,v 1.13 2007/06/28 05:02:42 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.3.17.ebuild,v 1.14 2007/07/24 18:42:14 armin76 Exp $ inherit flag-o-matic eutils alternatives libtool @@ -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 ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="debug doc nothreadsafe soundex tcl" RESTRICT="!tcl? ( test )" |