diff options
author | Panagiotis Christopoulos <pchrist@gentoo.org> | 2010-06-20 15:27:36 +0000 |
---|---|---|
committer | Panagiotis Christopoulos <pchrist@gentoo.org> | 2010-06-20 15:27:36 +0000 |
commit | abbec2c83c464cfc326213320f1617176e99114a (patch) | |
tree | 85760791869cc41b7ceb0562980360f003e22b38 /dev-lang/swig/swig-1.3.36.ebuild | |
parent | Restrict tests in 0.9.9, and add a revision bump to install the test files an... (diff) | |
download | historical-abbec2c83c464cfc326213320f1617176e99114a.tar.gz historical-abbec2c83c464cfc326213320f1617176e99114a.tar.bz2 historical-abbec2c83c464cfc326213320f1617176e99114a.zip |
Remove mzscheme use flag, cause of dropped stable keywords in dev-scheme/plt-scheme, wrt (libpng14) bug #305053
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'dev-lang/swig/swig-1.3.36.ebuild')
-rw-r--r-- | dev-lang/swig/swig-1.3.36.ebuild | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/dev-lang/swig/swig-1.3.36.ebuild b/dev-lang/swig/swig-1.3.36.ebuild index 54969507daae..b01e2c465df8 100644 --- a/dev-lang/swig/swig-1.3.36.ebuild +++ b/dev-lang/swig/swig-1.3.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.36.ebuild,v 1.8 2010/04/15 21:39:54 pchrist Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.36.ebuild,v 1.9 2010/06/20 15:27:36 pchrist Exp $ inherit flag-o-matic mono eutils #48511 @@ -21,7 +21,6 @@ guile? ( dev-scheme/guile ) java? ( virtual/jdk ) lua? ( dev-lang/lua ) mono? ( dev-lang/mono ) -mzscheme? ( dev-scheme/plt-scheme ) perl? ( dev-lang/perl ) php? ( virtual/php ) pike? ( dev-lang/pike ) @@ -33,17 +32,6 @@ ruby? ( virtual/ruby ) tcl? ( dev-lang/tcl ) tk? ( dev-lang/tk ) " -# gcj? ( sys-devel/gcc[+gcj] ) - -src_unpack() { - unpack ${A};cd "${S}" - - if has_version '>=dev-scheme/plt-scheme-4'; then - epatch "${FILESDIR}"/fix-for-PLT4.patch - ./autogen.sh - fi -} - src_compile() { strip-flags |