From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 9827C1396D0 for ; Fri, 8 Sep 2017 12:52:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8800555B38; Fri, 8 Sep 2017 12:52:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 23E6155B34; Fri, 8 Sep 2017 12:52:02 +0000 (UTC) Received: from pomiot (d202-252.icpnet.pl [109.173.202.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 030643417B8; Fri, 8 Sep 2017 12:51:59 +0000 (UTC) Message-ID: <1504875116.27686.0.camel@gentoo.org> Subject: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libclc/ From: =?UTF-8?Q?Micha=C5=82_G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org, =?ISO-8859-1?Q?Ch=ED-Thanh?= Christopher =?UTF-8?Q?Nguy=E1=BB=85n?= , gentoo-commits@lists.gentoo.org Date: Fri, 08 Sep 2017 14:51:56 +0200 In-Reply-To: <1504874301.87929d9f6bfe62770cb13547583425e6f2755a59.chithanh@gentoo> References: <1504874301.87929d9f6bfe62770cb13547583425e6f2755a59.chithanh@gentoo> Organization: Gentoo Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.24.5 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: f09e288d-373d-4fcf-b1de-1796579f9a2f X-Archives-Hash: 134f12e219e158023b625dad0152bb01 W dniu pią, 08.09.2017 o godzinie 12∶38 +0000, użytkownik Chí-Thanh Christopher Nguyễn napisał: > commit: 87929d9f6bfe62770cb13547583425e6f2755a59 > Author: Chí-Thanh Christopher Nguyễn gentoo org> > AuthorDate: Fri Sep 8 12:38:21 2017 +0000 > Commit: Chí-Thanh Christopher Nguyễn gentoo org> > CommitDate: Fri Sep 8 12:38:21 2017 +0000 > URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87929d9f > > dev-libs/libclc: depend on compatible llvm versions > > Bug: https://bugs.gentoo.org/show_bug.cgi?id=612258 > > Package-Manager: Portage-2.3.6, Repoman-2.3.1 > > dev-libs/libclc/libclc-0.2.0_pre20160209.ebuild | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/dev-libs/libclc/libclc-0.2.0_pre20160209.ebuild b/dev-libs/libclc/libclc-0.2.0_pre20160209.ebuild > index f496187c41d..d25125f957c 100644 > --- a/dev-libs/libclc/libclc-0.2.0_pre20160209.ebuild > +++ b/dev-libs/libclc/libclc-0.2.0_pre20160209.ebuild > @@ -1,4 +1,4 @@ > -# Copyright 1999-2016 Gentoo Foundation > +# Copyright 1999-2017 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > > EAPI=5 > @@ -28,8 +28,10 @@ KEYWORDS="amd64 x86" > IUSE="" > > RDEPEND=" > - >=sys-devel/clang-3.7 > - >=sys-devel/llvm-3.7" > + >=sys-devel/clang-3.7:* > + >=sys-devel/llvm-3.7:* > + + DEPEND="${RDEPEND} > ${PYTHON_DEPS}" > > Now you've explicitly told Portage to install two different slots. Use :0 instead (<4 is not slotted). -- Best regards, Michał Górny