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 A374B1381FA for ; Mon, 26 May 2014 07:07:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CB75E0898; Mon, 26 May 2014 07:07:37 +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 A6D86E0898 for ; Mon, 26 May 2014 07:07:36 +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 C774E33F14F for ; Mon, 26 May 2014 07:07:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 6F7A0181A9 for ; Mon, 26 May 2014 07:07:34 +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: <1401087258.8a7803dee75972a8380ecff7f713cf72648451fc.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: 8a7803dee75972a8380ecff7f713cf72648451fc X-VCS-Branch: master Date: Mon, 26 May 2014 07:07:34 +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: bfd8b24f-dac7-4807-915f-e3d3b4fa0654 X-Archives-Hash: e877a0a92a00b721a8959328e7076129 commit: 8a7803dee75972a8380ecff7f713cf72648451fc Author: Justin Lecher gentoo org> AuthorDate: Mon May 26 06:54:18 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon May 26 06:54:18 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8a7803de 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 dbfaca3..2e54dac 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.1-r100" +DEPEND=">=app-admin/eselect-1.4.2-r100" RDEPEND="${DEPEND} !app-admin/eselect-blas !app-admin/eselect-cblas