summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-04-17 13:29:11 +0000
committerJustin Lecher <jlec@gentoo.org>2010-04-17 13:29:11 +0000
commit1100c4356b4dbf58419099d9a5d8073627e483d9 (patch)
treee51377674b60593f1fd0bb60e670f3fbbbe04870 /dev-lang/ifc
parentVersion bump. Drop old. (diff)
downloadgentoo-2-1100c4356b4dbf58419099d9a5d8073627e483d9.tar.gz
gentoo-2-1100c4356b4dbf58419099d9a5d8073627e483d9.tar.bz2
gentoo-2-1100c4356b4dbf58419099d9a5d8073627e483d9.zip
Fixing QA warnings, using QA_* variables, #315711
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/ifc')
-rw-r--r--dev-lang/ifc/ChangeLog7
-rw-r--r--dev-lang/ifc/ifc-11.1.056.ebuild9
2 files changed, 12 insertions, 4 deletions
diff --git a/dev-lang/ifc/ChangeLog b/dev-lang/ifc/ChangeLog
index 686e2f8f8a0c..3d1c6a9483aa 100644
--- a/dev-lang/ifc/ChangeLog
+++ b/dev-lang/ifc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/ifc
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.53 2009/12/04 22:56:12 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.54 2010/04/17 13:29:11 jlec Exp $
+
+ 17 Apr 2010; Justin Lecher <jlec@gentoo.org> ifc-11.1.056.ebuild:
+ Fixing QA warnings, #315711
04 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> ifc-11.1.056.ebuild:
Remove invalid restrictions. Please use QA_* variables.
diff --git a/dev-lang/ifc/ifc-11.1.056.ebuild b/dev-lang/ifc/ifc-11.1.056.ebuild
index ebba0c4906c7..9a5673e069a2 100644
--- a/dev-lang/ifc/ifc-11.1.056.ebuild
+++ b/dev-lang/ifc/ifc-11.1.056.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-11.1.056.ebuild,v 1.4 2009/12/04 22:56:12 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-11.1.056.ebuild,v 1.5 2010/04/17 13:29:11 jlec Exp $
EAPI=2
@@ -32,6 +32,11 @@ RDEPEND="~virtual/libstdc++-3.3
DESTINATION="opt/intel/Compiler/${RELEASE}/${BUILD}"
+QA_TEXTRELS="${DESTINATION}/*"
+QA_EXECSTACK="${DESTINATION}/*"
+QA_PRESTRIPPED="${DESTINATION}/lib/intel64/ifort_libFNP.so"
+QA_DT_HASH="${DESTINATION}/bin/*/.* ${DESTINATION}/lib/*/.* ${DESTINATION}/mkl/lib/*/.* ${DESTINATION}/mkl/benchmarks/mp_linpack/bin_intel/*/.*"
+
pkg_setup() {
CHECKREQS_MEMORY=1024
CHECKREQS_DISK_BUILD=1536