From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-dev@lists.gentoo.org,
"Chí-Thanh Christopher Nguyễn" <chithanh@gentoo.org>,
gentoo-commits@lists.gentoo.org
Subject: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libclc/
Date: Fri, 08 Sep 2017 14:51:56 +0200 [thread overview]
Message-ID: <1504875116.27686.0.camel@gentoo.org> (raw)
In-Reply-To: <1504874301.87929d9f6bfe62770cb13547583425e6f2755a59.chithanh@gentoo>
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
parent reply other threads:[~2017-09-08 12:52 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <1504874301.87929d9f6bfe62770cb13547583425e6f2755a59.chithanh@gentoo>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1504875116.27686.0.camel@gentoo.org \
--to=mgorny@gentoo.org \
--cc=chithanh@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox