summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanagiotis Christopoulos <pchrist@gentoo.org>2010-04-21 13:48:22 +0000
committerPanagiotis Christopoulos <pchrist@gentoo.org>2010-04-21 13:48:22 +0000
commit6fb3f649f0c2de0b686515bb6e5e467cac7df919 (patch)
tree785c01f09b3a58c71aa81b274ae74d33abfcddb5 /dev-lang
parentVersion bump, bug 316149 (diff)
downloadgentoo-2-6fb3f649f0c2de0b686515bb6e5e467cac7df919.tar.gz
gentoo-2-6fb3f649f0c2de0b686515bb6e5e467cac7df919.tar.bz2
gentoo-2-6fb3f649f0c2de0b686515bb6e5e467cac7df919.zip
Yet-another-minor-fix, reported by xake at rymdraket.net
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/swig/swig-1.3.40-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/swig/swig-1.3.40-r1.ebuild b/dev-lang/swig/swig-1.3.40-r1.ebuild
index 0c2ce3a829d8..934a75f3fa85 100644
--- a/dev-lang/swig/swig-1.3.40-r1.ebuild
+++ b/dev-lang/swig/swig-1.3.40-r1.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.40-r1.ebuild,v 1.5 2010/04/21 07:59:07 pchrist Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.40-r1.ebuild,v 1.6 2010/04/21 13:48:22 pchrist Exp $
EAPI="3"
#inherit autotools #mono #48511
@@ -31,7 +31,7 @@ src_configure () {
src_test() {
ewarn "It is known that some tests fail, sometimes. Be warned!"
- time env - make "${MAKEOPTS}" check || die "Tests failed"
+ time env - make ${MAKEOPTS} check || die "Tests failed"
}
src_install() {