From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B9B461381FA for ; Fri, 23 May 2014 09:14:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2ECDFE0A0B; Fri, 23 May 2014 09:14:53 +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 B3098E0A0B for ; Fri, 23 May 2014 09:14:52 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91B8233FEDF for ; Fri, 23 May 2014 09:14:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 2B37D1818D for ; Fri, 23 May 2014 09:14:50 +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: <1400836468.6270426e05075f65ff3e36bf427ade7accedbc10.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: 6270426e05075f65ff3e36bf427ade7accedbc10 X-VCS-Branch: master Date: Fri, 23 May 2014 09:14:50 +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: f2d264be-c686-410f-9449-526c77f38afe X-Archives-Hash: 3f2d743713f2c7ba3110bc280fc02cc1 commit: 6270426e05075f65ff3e36bf427ade7accedbc10 Author: Justin Lecher gentoo org> AuthorDate: Fri May 23 09:14:28 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri May 23 09:14:28 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6270426e Fix dependency on eselect 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 de1d317..dbfaca3 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-r100" +DEPEND=">=app-admin/eselect-1.4.1-r100" RDEPEND="${DEPEND} !app-admin/eselect-blas !app-admin/eselect-cblas