diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-17 15:16:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-17 15:16:19 +0000 |
commit | 500219dae559333c42fcf18791fdc5dd7b68080c (patch) | |
tree | 6e874c092ec3879e9cc2099a6ee57c68e19e859b /dev-lang | |
parent | arm stable (diff) | |
download | gentoo-2-500219dae559333c42fcf18791fdc5dd7b68080c.tar.gz gentoo-2-500219dae559333c42fcf18791fdc5dd7b68080c.tar.bz2 gentoo-2-500219dae559333c42fcf18791fdc5dd7b68080c.zip |
arm/s390/sh stable
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/swig/swig-1.3.31.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
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} } |