diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-13 23:36:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-13 23:36:32 +0000 |
commit | 705bb416d9fe39e5380c98d4e6f75b856d11b5cf (patch) | |
tree | 251a30f79ee7d3910cdb7e6beea58e5b5323b84e /dev-db | |
parent | add ia64 KEYWORDS and epunt_cxx (diff) | |
download | gentoo-2-705bb416d9fe39e5380c98d4e6f75b856d11b5cf.tar.gz gentoo-2-705bb416d9fe39e5380c98d4e6f75b856d11b5cf.tar.bz2 gentoo-2-705bb416d9fe39e5380c98d4e6f75b856d11b5cf.zip |
add epunt_cxx
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/sqlite-3.2.1-r3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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() { |