diff options
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/cado-nfs/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/cado-nfs/cado-nfs-2.0.ebuild | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/sci-mathematics/cado-nfs/ChangeLog b/sci-mathematics/cado-nfs/ChangeLog index 210b387dc13c..18d091271f0c 100644 --- a/sci-mathematics/cado-nfs/ChangeLog +++ b/sci-mathematics/cado-nfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/cado-nfs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/ChangeLog,v 1.4 2014/01/14 03:19:37 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/ChangeLog,v 1.5 2014/01/23 02:45:28 patrick Exp $ + + 23 Jan 2014; Patrick Lauer <patrick@gentoo.org> cado-nfs-2.0.ebuild: + Add keywords and fix setting S *cado-nfs-2.0 (14 Jan 2014) diff --git a/sci-mathematics/cado-nfs/cado-nfs-2.0.ebuild b/sci-mathematics/cado-nfs/cado-nfs-2.0.ebuild index 61bcf631131c..94f94d67e60c 100644 --- a/sci-mathematics/cado-nfs/cado-nfs-2.0.ebuild +++ b/sci-mathematics/cado-nfs/cado-nfs-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/cado-nfs-2.0.ebuild,v 1.1 2014/01/14 03:19:37 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/cado-nfs-2.0.ebuild,v 1.2 2014/01/23 02:45:28 patrick Exp $ EAPI=4 DESCRIPTION="Number Field Sieve (NFS) implementation for factoring integers" @@ -11,8 +11,7 @@ inherit eutils cmake-utils LICENSE="LGPL-2.1" SLOT="0" -#KEYWORDS="~amd64 ~x86" -KEYWORDS="" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-libs/gmp @@ -23,9 +22,6 @@ RDEPEND="dev-libs/gmp DEPEND="${RDEPEND} " -# sigh :( -S="${WORKDIR}/cado-nfs-2.0alpha_55e97b6a" - src_prepare() { # looks like packaging mistake sed -i -e 's/add_executable (convert_rels convert_rels.c)//' misc/CMakeLists.txt || die |