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 9ED511384B4 for ; Mon, 14 Dec 2015 07:53:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFA6721C065; Mon, 14 Dec 2015 07:53:47 +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 5071D21C065 for ; Mon, 14 Dec 2015 07:53:47 +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 CD2A2340875 for ; Mon, 14 Dec 2015 07:53:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB155A3F for ; Mon, 14 Dec 2015 07:53:42 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1450079612.e46d6814190a2905159ff9fadb03f2928df9f4c8.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: eclass/ X-VCS-Repository: proj/sci X-VCS-Files: eclass/alternatives-2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e46d6814190a2905159ff9fadb03f2928df9f4c8 X-VCS-Branch: master Date: Mon, 14 Dec 2015 07:53:42 +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: 2db50bab-734e-43c6-8c1d-79c0c95b9cf8 X-Archives-Hash: 8d7d9a0986a7664ae352f8d941b11148 commit: e46d6814190a2905159ff9fadb03f2928df9f4c8 Author: Justin Lecher gentoo org> AuthorDate: Mon Dec 14 07:52:53 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Dec 14 07:53:32 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e46d6814 Raise eselect version requirement Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=563292 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=568038 Signed-off-by: Justin Lecher gentoo.org> eclass/alternatives-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/alternatives-2.eclass b/eclass/alternatives-2.eclass index a0c18d9..7c48e13 100644 --- a/eclass/alternatives-2.eclass +++ b/eclass/alternatives-2.eclass @@ -31,7 +31,7 @@ case "${EAPI:-0}" in ;; esac -DEPEND=">=app-admin/eselect-1.4.5-r102" +DEPEND=">=app-admin/eselect-1.4.5-r103" RDEPEND="${DEPEND} !app-eselect/eselect-blas !app-eselect/eselect-cblas