diff options
Diffstat (limited to 'sci-mathematics/gimps/gimps-26.6.ebuild')
-rw-r--r-- | sci-mathematics/gimps/gimps-26.6.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-mathematics/gimps/gimps-26.6.ebuild b/sci-mathematics/gimps/gimps-26.6.ebuild index 5ed09f38b40a..31f3fc93cd61 100644 --- a/sci-mathematics/gimps/gimps-26.6.ebuild +++ b/sci-mathematics/gimps/gimps-26.6.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/sci-mathematics/gimps/gimps-26.6.ebuild,v 1.1 2011/05/08 15:13:58 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-26.6.ebuild,v 1.2 2011/07/07 17:02:14 tomka Exp $ IUSE="" DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" @@ -11,6 +11,7 @@ SRC_URI="amd64? ( ftp://mersenne.org/gimps/mprime${PV/./}-linux64.tar.gz ) SLOT="0" LICENSE="as-is" KEYWORDS="-* ~amd64 ~x86" +RESTRICT="binchecks" # Since there are no statically linked binaries for this version of mprime, # and no static binaries for amd64 in general, we use the dynamically linked @@ -20,6 +21,7 @@ RDEPEND="net-misc/curl" S="${WORKDIR}" I="/opt/gimps" +QA_EXECSTACK="opt/gimps/mprime" src_install() { dodir ${I} /var/lib/gimps |