From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EE283138ACF for ; Thu, 22 Jan 2015 00:09:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C448AE085B; Thu, 22 Jan 2015 00:09:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DCD1E0857 for ; Thu, 22 Jan 2015 00:09:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCF4734071D for ; Thu, 22 Jan 2015 00:09:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98A7C10170 for ; Thu, 22 Jan 2015 00:09:39 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1421497963.2a38d5d263ed9c1d6d7396752db69bd12deed92d.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/factory/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/factory/factory-3.1.1-r1.ebuild X-VCS-Directories: sci-libs/factory/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 2a38d5d263ed9c1d6d7396752db69bd12deed92d X-VCS-Branch: master Date: Thu, 22 Jan 2015 00:09:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5cb37d57-b63d-4700-b8fc-2ac410b0b6e2 X-Archives-Hash: 043c85237548d2dfda123f22d547fcec commit: 2a38d5d263ed9c1d6d7396752db69bd12deed92d Author: Marius Brehler linux sungazer de> AuthorDate: Sat Jan 17 12:32:43 2015 +0000 Commit: Christoph Junghans gentoo 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}"