diff options
author | Travis Tilley <lv@gentoo.org> | 2004-07-09 00:42:58 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-07-09 00:42:58 +0000 |
commit | 8409af2a3b177d60ad3681c10a11170e62e40669 (patch) | |
tree | 7a252fd4bcff49f663c46aee1ea9ec5770535374 /dev-db | |
parent | header fix (Manifest recommit) (diff) | |
download | gentoo-2-8409af2a3b177d60ad3681c10a11170e62e40669.tar.gz gentoo-2-8409af2a3b177d60ad3681c10a11170e62e40669.tar.bz2 gentoo-2-8409af2a3b177d60ad3681c10a11170e62e40669.zip |
~amd64
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 0ad9f7b162c9..a042c273db14 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.33 2004/07/06 15:11:47 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.34 2004/07/09 00:42:58 lv Exp $ + + 08 Jul 2004; Travis Tilley <lv@gentoo.org> sqlite-2.8.14.ebuild: + adding back missing ~amd64 keyword *sqlite-2.8.14 (06 Jul 2004) diff --git a/dev-db/sqlite/sqlite-2.8.14.ebuild b/dev-db/sqlite/sqlite-2.8.14.ebuild index 8289a7d2504d..9725178e1def 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.1 2004/07/06 15:11:47 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.14.ebuild,v 1.2 2004/07/09 00:42:58 lv 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" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~ppc64 ~amd64" src_compile() { local myconf |