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 <chithanh <AT> gentoo <DOT> org> > AuthorDate: Fri Sep 8 12:38:21 2017 +0000 > Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> 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:* > + <sys-devel/clang-3.9:* > + <sys-devel/llvm-3.9:*" > 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