From: Mike Frysinger Date: Sat, 17 Feb 2007 15:16:19 +0000 (+0000) Subject: arm/s390/sh stable X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ee7b8d1eb9ec0eab56298712e188fbe2e4a0629b;p=gentoo.git arm/s390/sh stable Package-Manager: portage-2.1.2-r9 --- diff --git a/dev-lang/swig/swig-1.3.31.ebuild b/dev-lang/swig/swig-1.3.31.ebuild index b7ebc3a77ad6..4da38b30dd4a 100644 --- a/dev-lang/swig/swig-1.3.31.ebuild +++ b/dev-lang/swig/swig-1.3.31.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-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 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" 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" @@ -51,12 +51,11 @@ src_compile() { $(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} }