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 047DF139694 for ; Thu, 23 Feb 2017 18:05:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D86FE21C210; Thu, 23 Feb 2017 18:05:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2D4E21C210 for ; Thu, 23 Feb 2017 18:05:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 581E53409C1 for ; Thu, 23 Feb 2017 18:05:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2233520F for ; Thu, 23 Feb 2017 18:05:07 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1487873095.442f57a17f262b1f9bbcf504087b7deec9b0dde7.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnutls/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gnutls/gnutls-3.5.9-r2.ebuild X-VCS-Directories: net-libs/gnutls/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 442f57a17f262b1f9bbcf504087b7deec9b0dde7 X-VCS-Branch: master Date: Thu, 23 Feb 2017 18:05:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4ad352ff-446c-4556-bbe8-87104be3b919 X-Archives-Hash: e3b3111ecd201263a340a508d0de3455 commit: 442f57a17f262b1f9bbcf504087b7deec9b0dde7 Author: Alon Bar-Lev gentoo org> AuthorDate: Thu Feb 23 16:37:07 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Thu Feb 23 18:04:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442f57a1 net-libs/gnutls: add sys-devel/clang dependency Bug: 610550 Package-Manager: portage-2.3.3 net-libs/gnutls/gnutls-3.5.9-r2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-libs/gnutls/gnutls-3.5.9-r2.ebuild b/net-libs/gnutls/gnutls-3.5.9-r2.ebuild index 48972887fa..770abdb98c 100644 --- a/net-libs/gnutls/gnutls-3.5.9-r2.ebuild +++ b/net-libs/gnutls/gnutls-3.5.9-r2.ebuild @@ -47,7 +47,10 @@ RDEPEND=">=dev-libs/libtasn1-4.9:=[${MULTILIB_USEDEP}] DEPEND="${RDEPEND} >=sys-devel/automake-1.11.6 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] - sys-devel/gcc[cxx?] + || ( + sys-devel/gcc[cxx?] + sys-devel/clang:=[${MULTILIB_USEDEP}] + ) doc? ( dev-util/gtk-doc ) nls? ( sys-devel/gettext ) test? ( app-misc/datefudge )"