Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o, "Chí-Thanh Christopher Nguyễn" <chithanh@g.o>, gentoo-commits@l.g.o
Subject: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libclc/
Date: Fri, 08 Sep 2017 12:52:08
Message-Id: 1504875116.27686.0.camel@gentoo.org
1 W dniu pią, 08.09.2017 o godzinie 12∶38 +0000, użytkownik Chí-Thanh
2 Christopher Nguyễn napisał:
3 > commit: 87929d9f6bfe62770cb13547583425e6f2755a59
4 > Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
5 > AuthorDate: Fri Sep 8 12:38:21 2017 +0000
6 > Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
7 > CommitDate: Fri Sep 8 12:38:21 2017 +0000
8 > URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87929d9f
9 >
10 > dev-libs/libclc: depend on compatible llvm versions
11 >
12 > Bug: https://bugs.gentoo.org/show_bug.cgi?id=612258
13 >
14 > Package-Manager: Portage-2.3.6, Repoman-2.3.1
15 >
16 > dev-libs/libclc/libclc-0.2.0_pre20160209.ebuild | 8 +++++---
17 > 1 file changed, 5 insertions(+), 3 deletions(-)
18 >
19 > diff --git a/dev-libs/libclc/libclc-0.2.0_pre20160209.ebuild b/dev-libs/libclc/libclc-0.2.0_pre20160209.ebuild
20 > index f496187c41d..d25125f957c 100644
21 > --- a/dev-libs/libclc/libclc-0.2.0_pre20160209.ebuild
22 > +++ b/dev-libs/libclc/libclc-0.2.0_pre20160209.ebuild
23 > @@ -1,4 +1,4 @@
24 > -# Copyright 1999-2016 Gentoo Foundation
25 > +# Copyright 1999-2017 Gentoo Foundation
26 > # Distributed under the terms of the GNU General Public License v2
27 >
28 > EAPI=5
29 > @@ -28,8 +28,10 @@ KEYWORDS="amd64 x86"
30 > IUSE=""
31 >
32 > RDEPEND="
33 > - >=sys-devel/clang-3.7
34 > - >=sys-devel/llvm-3.7"
35 > + >=sys-devel/clang-3.7:*
36 > + >=sys-devel/llvm-3.7:*
37 > + <sys-devel/clang-3.9:*
38 > + <sys-devel/llvm-3.9:*"
39 > DEPEND="${RDEPEND}
40 > ${PYTHON_DEPS}"
41 >
42 >
43
44 Now you've explicitly told Portage to install two different slots. Use
45 :0 instead (<4 is not slotted).
46
47 --
48 Best regards,
49 Michał Górny