diff options
author | 2004-09-05 22:39:52 +0000 | |
---|---|---|
committer | 2004-09-05 22:39:52 +0000 | |
commit | f0de369915af187b59b9a0057eaa4570f7b39e0a (patch) | |
tree | 0395ae4fd8f1c2689bd5685a0641ee5fc82e7ada /dev-db/sqlite/sqlite-2.8.14.ebuild | |
parent | implement epause, ebeep. bug #62950 (diff) | |
download | historical-f0de369915af187b59b9a0057eaa4570f7b39e0a.tar.gz historical-f0de369915af187b59b9a0057eaa4570f7b39e0a.tar.bz2 historical-f0de369915af187b59b9a0057eaa4570f7b39e0a.zip |
Stable on alpha.
Diffstat (limited to 'dev-db/sqlite/sqlite-2.8.14.ebuild')
-rw-r--r-- | dev-db/sqlite/sqlite-2.8.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/sqlite/sqlite-2.8.14.ebuild b/dev-db/sqlite/sqlite-2.8.14.ebuild index 0ea2485a16a4..3ffc7152ce2f 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.5 2004/08/17 11:36:11 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.14.ebuild,v 1.6 2004/09/05 22:35:51 kloeri 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 ia64" +KEYWORDS="x86 ~ppc sparc alpha ~mips ~hppa ~ppc64 ~amd64 ia64" src_compile() { local myconf |