diff options
author | Marius Brehler <marbre@linux.sungazer.de> | 2015-01-17 13:32:43 +0100 |
---|---|---|
committer | Marius Brehler <marbre@linux.sungazer.de> | 2015-01-17 13:32:43 +0100 |
commit | 2a38d5d263ed9c1d6d7396752db69bd12deed92d (patch) | |
tree | 4233b25d200c9d006bdaa063611a43f9570a8a3a /sci-libs/factory | |
parent | Drop sci-libs/factory-3.1.1 (diff) | |
download | sci-2a38d5d263ed9c1d6d7396752db69bd12deed92d.tar.gz sci-2a38d5d263ed9c1d6d7396752db69bd12deed92d.tar.bz2 sci-2a38d5d263ed9c1d6d7396752db69bd12deed92d.zip |
sci-libs/factory: Move to EAPI=5
Diffstat (limited to 'sci-libs/factory')
-rw-r--r-- | sci-libs/factory/factory-3.1.1-r1.ebuild | 6 |
1 files 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 b0ee3b1c0..cdfecc7c3 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}" |