From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-commits+bounces-327901-garchives=archives.gentoo.org@lists.gentoo.org>) id 1Q1svV-0004dt-3V for garchives@archives.gentoo.org; Tue, 22 Mar 2011 04:10:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FC1A1C031; Tue, 22 Mar 2011 04:10:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 602DE1C031 for <gentoo-commits@lists.gentoo.org>; Tue, 22 Mar 2011 04:10:30 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC3431B400B for <gentoo-commits@lists.gentoo.org>; Tue, 22 Mar 2011 04:10:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 564CF8006A for <gentoo-commits@lists.gentoo.org>; Tue, 22 Mar 2011 04:10:29 +0000 (UTC) From: "Sebastien Fabbro" <bicatali@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" <bicatali@gentoo.org> Message-ID: <559a7d6987ff67d30e9845721c355850dbf3e093.bicatali@gentoo> Subject: [gentoo-commits] dev/bicatali:master commit in: eclass/ X-VCS-Repository: dev/bicatali X-VCS-Files: eclass/alternatives-2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 559a7d6987ff67d30e9845721c355850dbf3e093 Date: Tue, 22 Mar 2011 04:10:29 +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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 1f4d57fe763c47eb453c845aea71e21c commit: 559a7d6987ff67d30e9845721c355850dbf3e093 Author: S=C3=A9bastien Fabbro <bicatali <AT> gentoo <DOT> org> AuthorDate: Tue Mar 22 04:06:15 2011 +0000 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org> CommitDate: Tue Mar 22 04:06:15 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/bicatali.git;a= =3Dcommit;h=3D559a7d69 fixed major syntax --- eclass/alternatives-2.eclass | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/alternatives-2.eclass b/eclass/alternatives-2.eclass index a82e754..427d73b 100644 --- a/eclass/alternatives-2.eclass +++ b/eclass/alternatives-2.eclass @@ -10,8 +10,8 @@ EAPI=3D3 ALTERNATIVES_DIR=3D"/etc/env.d/alternatives" =20 -DEPENDS=3D">=3Dapp-admin/eselect-1.2.15-r1" -RDEPENDS=3D"${DEPENDS} +DEPEND=3D">=3Dapp-admin/eselect-1.2.15-r1" +RDEPEND=3D"${DEPEND} !app-admin/eselect-blas !app-admin/eselect-cblas !app-admin/eselect-lapack"