From 705bb416d9fe39e5380c98d4e6f75b856d11b5cf Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 13 Jun 2005 23:36:32 +0000 Subject: add epunt_cxx (Portage version: 2.0.51.22-r1) --- dev-db/sqlite/sqlite-3.2.1-r3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dev-db') diff --git a/dev-db/sqlite/sqlite-3.2.1-r3.ebuild b/dev-db/sqlite/sqlite-3.2.1-r3.ebuild index f372f9bb7b19..b49436809a57 100644 --- a/dev-db/sqlite/sqlite-3.2.1-r3.ebuild +++ b/dev-db/sqlite/sqlite-3.2.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.2.1-r3.ebuild,v 1.6 2005/05/21 12:17:57 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.2.1-r3.ebuild,v 1.7 2005/06/13 23:36:32 vapier Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.sqlite.org/${P}.tar.gz" LICENSE="as-is" SLOT="3" -KEYWORDS="~alpha amd64 arm ia64 ~ppc ppc64 ~ppc-macos sparc x86 hppa" +KEYWORDS="~alpha amd64 arm hppa ia64 ~ppc ~ppc-macos ppc64 sparc x86" IUSE="nothreadsafe doc" DEPEND="virtual/libc @@ -21,6 +21,7 @@ src_unpack() { epatch ${FILESDIR}/${P}-data-corruption.patch epatch ${FILESDIR}/${P}-tcl-fix.patch + epunt_cxx } src_compile() { -- cgit v1.2.3-65-gdbad