# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.31.ebuild,v 1.12 2007/02/15 00:32:36 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.31.ebuild,v 1.13 2007/02/17 15:16:19 vapier Exp $
inherit flag-o-matic mono eutils #48511
LICENSE="as-is"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE="doc guile java lua mono ocaml perl php pike python ruby tcl tk"
RESTRICT="test"
$(use_with mono csharp) \
$(use_with lua) \
|| die
-
emake || die
}
src_install() {
- make install DESTDIR="${D}" || die
+ emake install DESTDIR="${D}" || die
dodoc ANNOUNCE CHANGES CHANGES.current FUTURE NEW README TODO
use doc && dohtml -r Doc/{Devel,Manual}
}