commit: 2a38d5d263ed9c1d6d7396752db69bd12deed92d
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Jan 17 12:32:43 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sat Jan 17 12:32:43 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2a38d5d2
sci-libs/factory: Move to EAPI=5
---
sci-libs/factory/factory-3.1.1-r1.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/sci-libs/factory/factory-3.1.1-r1.ebuild
b/sci-libs/factory/factory-3.1.1-r1.ebuild
index b0ee3b1..cdfecc7 100644
--- a/sci-libs/factory/factory-3.1.1-r1.ebuild
+++ b/sci-libs/factory/factory-3.1.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
+EAPI=5
inherit autotools-utils versionator
@@ -17,8 +17,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~ppc"
IUSE="singular"
-RESTRICT="mirror"
-
DEPEND="dev-libs/gmp
>=dev-libs/ntl-5.4.1"
RDEPEND="${DEPEND}"