From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-992974-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2736138806 for <garchives@archives.gentoo.org>; Mon, 25 Dec 2017 20:33:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98F92E0EE8; Mon, 25 Dec 2017 20:33:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B76AE0EE8 for <gentoo-commits@lists.gentoo.org>; Mon, 25 Dec 2017 20:33:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98B9733BEF8 for <gentoo-commits@lists.gentoo.org>; Mon, 25 Dec 2017 20:33:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D441AE89 for <gentoo-commits@lists.gentoo.org>; Mon, 25 Dec 2017 20:33:35 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> 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" <jlec@gentoo.org> Message-ID: <1514233999.6341d2b05ef5107a6792710c1ce11a0644869603.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: 6341d2b05ef5107a6792710c1ce11a0644869603 X-VCS-Branch: master Date: Mon, 25 Dec 2017 20:33:35 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6726909a-6e2d-4c0d-9868-dad5ac85979f X-Archives-Hash: 208e145667c8a42a1b9e8805110a0f89 commit: 6341d2b05ef5107a6792710c1ce11a0644869603 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Dec 25 20:33:19 2017 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Dec 25 20:33:19 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6341d2b0 eclass: Bump to latest eselect Signed-off-by: Justin Lecher <jlec <AT> 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 0682240fe..aa697f505 100644 --- a/eclass/alternatives-2.eclass +++ b/eclass/alternatives-2.eclass @@ -30,7 +30,7 @@ case "${EAPI:-0}" in ;; esac -DEPEND=">=app-admin/eselect-1.4.9-r100" +DEPEND=">=app-admin/eselect-1.4.10-r100" RDEPEND="${DEPEND} !app-eselect/eselect-blas !app-eselect/eselect-cblas