diff options
Diffstat (limited to 'dev-lang/ifc/ifc-10.1.017.ebuild')
-rw-r--r-- | dev-lang/ifc/ifc-10.1.017.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/dev-lang/ifc/ifc-10.1.017.ebuild b/dev-lang/ifc/ifc-10.1.017.ebuild index 846cc9bdefb2..f52d60e42a0d 100644 --- a/dev-lang/ifc/ifc-10.1.017.ebuild +++ b/dev-lang/ifc/ifc-10.1.017.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-10.1.017.ebuild,v 1.4 2009/08/22 20:23:12 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-10.1.017.ebuild,v 1.5 2010/04/18 08:49:51 jlec Exp $ inherit rpm eutils check-reqs @@ -24,12 +24,17 @@ SRC_URI="amd64? ( ${SRC_COM}_intel64.tar.gz ) LICENSE="Intel-SDP" SLOT="0" -RESTRICT="test strip mirror" +RESTRICT="test mirror" IUSE="" DEPEND="" RDEPEND="~virtual/libstdc++-3.3 amd64? ( app-emulation/emul-linux-x86-compat )" +DESTINATION="opt/intel/fc.*/${PV}" +QA_TEXTRELS="*" +QA_EXECSTACK="*" +QA_DT_HASH="${DESTINATION}/lib/.* ${DESTINATION}/bin/.*" + pkg_setup() { # Check if we have enough RAM and free diskspace CHECKREQS_MEMORY="512" |