diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-08-03 19:07:16 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-08-03 19:07:16 +0000 |
commit | 35173c8a2894fd57f2c9fb0812be766cf16a9940 (patch) | |
tree | 857403fcc4a9247b34868a7ec1c51c3c58f28855 /dev-db | |
parent | Stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-35173c8a2894fd57f2c9fb0812be766cf16a9940.tar.gz gentoo-2-35173c8a2894fd57f2c9fb0812be766cf16a9940.tar.bz2 gentoo-2-35173c8a2894fd57f2c9fb0812be766cf16a9940.zip |
stable on ia64
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 a042c273db14..e4f8389b2485 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.34 2004/07/09 00:42:58 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.35 2004/08/03 19:07:16 agriffis Exp $ + + 03 Aug 2004; <agriffis@gentoo.org> sqlite-2.8.14.ebuild: + stable on ia64 08 Jul 2004; Travis Tilley <lv@gentoo.org> sqlite-2.8.14.ebuild: adding back missing ~amd64 keyword diff --git a/dev-db/sqlite/sqlite-2.8.14.ebuild b/dev-db/sqlite/sqlite-2.8.14.ebuild index 9725178e1def..f576736c8a09 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.2 2004/07/09 00:42:58 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.14.ebuild,v 1.3 2004/08/03 19:07:16 agriffis 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 ia64" src_compile() { local myconf |