diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-02-28 22:03:11 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-02-28 22:03:11 +0000 |
commit | 04e62a844c719a1940ee86be7088988f839130a9 (patch) | |
tree | 5766dc1ae7b1d6ce526ad6e56cb04e16528a102f /dev-db/sqlite/sqlite-2.8.16-r4.ebuild | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | historical-04e62a844c719a1940ee86be7088988f839130a9.tar.gz historical-04e62a844c719a1940ee86be7088988f839130a9.tar.bz2 historical-04e62a844c719a1940ee86be7088988f839130a9.zip |
Dropped ppc-macos keyword, see you in prefix
Package-Manager: portage-2.1.2-r12
Diffstat (limited to 'dev-db/sqlite/sqlite-2.8.16-r4.ebuild')
-rw-r--r-- | dev-db/sqlite/sqlite-2.8.16-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/sqlite/sqlite-2.8.16-r4.ebuild b/dev-db/sqlite/sqlite-2.8.16-r4.ebuild index 2a805d3e5998..0df1b9af7f4d 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-2007 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.14 2007/01/31 13:54:33 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.16-r4.ebuild,v 1.15 2007/02/28 22:03:11 genstef 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 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="nls doc tcl" DEPEND="doc? ( dev-lang/tcl ) |