summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-11-03 16:14:46 +0000
committerJustin Lecher <jlec@gentoo.org>2011-11-03 16:14:46 +0000
commitd994f649c274b1b328063a87f6a27be898861228 (patch)
tree17d2851ee9c69ea09c1595c2605918662a5482ba /dev-lang
parentUnmask www-client/chromium-16 (now in beta) and corresponding v8 version and ... (diff)
downloadgentoo-2-d994f649c274b1b328063a87f6a27be898861228.tar.gz
gentoo-2-d994f649c274b1b328063a87f6a27be898861228.tar.bz2
gentoo-2-d994f649c274b1b328063a87f6a27be898861228.zip
Fixed again the usage of check-reqs.eclass at EAPI=4, #389401
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/ifc/ChangeLog5
-rw-r--r--dev-lang/ifc/ifc-11.1.072.ebuild9
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-lang/ifc/ChangeLog b/dev-lang/ifc/ChangeLog
index 942b86a8ea64..5a4a607e6d73 100644
--- a/dev-lang/ifc/ChangeLog
+++ b/dev-lang/ifc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/ifc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.61 2011/10/17 20:40:35 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.62 2011/11/03 16:14:46 jlec Exp $
+
+ 03 Nov 2011; Justin Lecher <jlec@gentoo.org> ifc-11.1.072.ebuild:
+ Fixed again the usage of check-reqs.eclass at EAPI=4, #389401
17 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> ifc-10.0.026-r1.ebuild:
Drop stable keywords as that version is buggy, ancient and it's causing
diff --git a/dev-lang/ifc/ifc-11.1.072.ebuild b/dev-lang/ifc/ifc-11.1.072.ebuild
index 6e55585d6fa6..079fcf82436a 100644
--- a/dev-lang/ifc/ifc-11.1.072.ebuild
+++ b/dev-lang/ifc/ifc-11.1.072.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-11.1.072.ebuild,v 1.4 2011/10/23 21:13:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-11.1.072.ebuild,v 1.5 2011/11/03 16:14:46 jlec Exp $
EAPI=4
@@ -45,11 +45,14 @@ QA_DT_HASH="
${EDESTINATION}/mkl/benchmarks/mp_linpack/bin_intel/*/.*
${EDESTINATION}/idb/*/*/.*"
-pkg_setup() {
+pkg_pretend() {
CHECKREQS_MEMORY=1024M
CHECKREQS_DISK_BUILD=1536M
use idb && use mkl && CHECKREQS_DISK_BUILD=2048M
- check-reqs_pkg_setup
+ check-reqs_pkg_pretend
+}
+
+src_prepare() {
IARCH=ia32
use amd64 && IARCH=intel64
use ia64 && IARCH=ia64